Skip to content

Commit 1c507d0

Browse files
committed
upgrade dependencies
1 parent f7d5ffd commit 1c507d0

File tree

74 files changed

+1615
-1683
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+1615
-1683
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -45,26 +45,26 @@
4545
"@khanacademy/flow-to-ts": "^0.5.2",
4646
"@napi-rs/cli": "^2.18.3",
4747
"@parcel/babel-register": "*",
48-
"@swc/core": "^1.11.5",
49-
"@types/node": ">= 18",
48+
"@swc/core": "^1.11.24",
49+
"@types/node": "^22.15.17",
5050
"buffer": "mischnic/buffer#b8a4fa94",
51-
"cross-env": "^7.0.0",
52-
"eslint": "^8.41.0",
53-
"fast-glob": "^3.2.12",
51+
"cross-env": "^7.0.3",
52+
"eslint": "^8.57.1",
53+
"fast-glob": "^3.3.3",
5454
"flow-bin": "0.184.0",
5555
"gulp": "^4.0.2",
5656
"gulp-babel": "^8.0.0",
5757
"husky": "^6.0.0",
5858
"lerna": "^6.6.2",
59-
"lint-staged": "^10.2.11",
60-
"mocha": "^8.3.0",
61-
"mocha-junit-reporter": "^2.0.0",
59+
"lint-staged": "^10.5.4",
60+
"mocha": "^8.4.0",
61+
"mocha-junit-reporter": "^2.2.1",
6262
"mocha-multi-reporters": "^1.5.1",
6363
"prettier": "2.4.1",
6464
"punycode": "^2.3.1",
65-
"rimraf": "^5.0.5",
66-
"semver": "^7.5.2",
67-
"sinon": "^7.3.1"
65+
"rimraf": "^5.0.10",
66+
"semver": "^7.7.1",
67+
"sinon": "^7.5.0"
6868
},
6969
"engines": {
7070
"node": ">= 16.0.0"

packages/core/codeframe/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
"devDependencies": {
3333
"emphasize": "^4.2.0",
3434
"slice-ansi": "^4.0.0",
35-
"string-width": "^4.2.0"
35+
"string-width": "^4.2.3"
3636
}
3737
}

packages/core/core/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"check-ts": "tsc --noEmit index.d.ts"
2525
},
2626
"dependencies": {
27-
"@mischnic/json-sourcemap": "^0.1.0",
27+
"@mischnic/json-sourcemap": "^0.1.1",
2828
"@parcel/cache": "2.14.4",
2929
"@parcel/diagnostic": "2.14.4",
3030
"@parcel/events": "2.14.4",
@@ -40,19 +40,19 @@
4040
"@parcel/types": "2.14.4",
4141
"@parcel/utils": "2.14.4",
4242
"@parcel/workers": "2.14.4",
43-
"base-x": "^3.0.8",
44-
"browserslist": "^4.6.6",
45-
"clone": "^2.1.1",
46-
"dotenv": "^16.4.5",
47-
"dotenv-expand": "^11.0.6",
48-
"json5": "^2.2.0",
49-
"msgpackr": "^1.9.9",
43+
"base-x": "^3.0.11",
44+
"browserslist": "^4.24.5",
45+
"clone": "^2.1.2",
46+
"dotenv": "^16.5.0",
47+
"dotenv-expand": "^11.0.7",
48+
"json5": "^2.2.3",
49+
"msgpackr": "^1.11.2",
5050
"nullthrows": "^1.1.1",
51-
"semver": "^7.5.2"
51+
"semver": "^7.7.1"
5252
},
5353
"devDependencies": {
5454
"@parcel/babel-register": "2.14.4",
55-
"@types/node": ">= 18",
55+
"@types/node": "^22.15.17",
5656
"graphviz": "^0.0.9",
5757
"tempy": "^0.2.1"
5858
},

packages/core/diagnostic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"check-ts": "tsc --noEmit lib/diagnostic.d.ts"
2626
},
2727
"dependencies": {
28-
"@mischnic/json-sourcemap": "^0.1.0",
28+
"@mischnic/json-sourcemap": "^0.1.1",
2929
"nullthrows": "^1.1.1"
3030
}
3131
}

packages/core/fs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@
6161
},
6262
"devDependencies": {
6363
"@parcel/watcher-watchman-js": "2.14.4",
64-
"graceful-fs": "^4.2.4",
64+
"graceful-fs": "^4.2.11",
6565
"ncp": "^2.0.0",
6666
"nullthrows": "^1.1.1",
67-
"utility-types": "^3.10.0"
67+
"utility-types": "^3.11.0"
6868
},
6969
"peerDependencies": {
7070
"@parcel/core": "^2.14.4"

packages/core/integration-tests/package.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -19,40 +19,40 @@
1919
"@babel/plugin-syntax-module-attributes": "^7.10.4",
2020
"@babel/preset-env": "^7.22.14",
2121
"@babel/preset-typescript": "^7.22.11",
22-
"@mdx-js/react": "^1.5.3",
23-
"@types/react": "^19",
24-
"@types/react-dom": "^19",
25-
"autoprefixer": "^10.4.0",
22+
"@mdx-js/react": "^1.6.22",
23+
"@types/react": "^19.1.3",
24+
"@types/react-dom": "^19.1.3",
25+
"autoprefixer": "^10.4.21",
2626
"chalk": "^4.1.2",
27-
"command-exists": "^1.2.6",
28-
"core-js": "^3.2.1",
29-
"cross-env": "^7.0.0",
27+
"command-exists": "^1.2.9",
28+
"core-js": "^3.42.0",
29+
"cross-env": "^7.0.3",
3030
"date-fns": "^4.1.0",
31-
"elm": "^0.19.1-5",
32-
"elm-hot": "^1.1.5",
33-
"esbuild-register": "^3.5.0",
34-
"exif-reader": "^2.0.1",
35-
"get-port": "^5.0.0",
36-
"http-proxy-middleware": "^2.0.1",
31+
"elm": "^0.19.1-6",
32+
"elm-hot": "^1.1.6",
33+
"esbuild-register": "^3.6.0",
34+
"exif-reader": "^2.0.2",
35+
"get-port": "^5.1.1",
36+
"http-proxy-middleware": "^2.0.9",
3737
"jsdom": "^25.0.1",
38-
"json5": "^2.2.0",
39-
"lodash": "^4.17.15",
38+
"json5": "^2.2.3",
39+
"lodash": "^4.17.21",
4040
"ncp": "^2.0.0",
41-
"nib": "^1.1.2",
42-
"node-elm-compiler": "^5.0.5",
41+
"nib": "^1.2.0",
42+
"node-elm-compiler": "^5.0.6",
4343
"parcel": "2.14.4",
44-
"postcss": "^8.4.5",
45-
"postcss-custom-properties": "^12.1.2",
44+
"postcss": "^8.5.3",
45+
"postcss-custom-properties": "^12.1.11",
4646
"postcss-import": "^16.1.0",
4747
"posthtml-include": "^2.0.1",
4848
"posthtml-obfuscate": "^0.1.5",
49-
"preact": "^10.5.9",
49+
"preact": "^10.26.6",
5050
"react": "^19.1.0",
5151
"react-dom": "^19.1.0",
5252
"sugarss": "^4.0.1",
53-
"tailwindcss": "^3.0.2",
53+
"tailwindcss": "^3.4.17",
5454
"tempy": "^0.3.0",
5555
"wasm-sourcemap": "^1.0.0",
56-
"ws": "^8.18.0"
56+
"ws": "^8.18.2"
5757
}
5858
}

packages/core/package-manager/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@
5050
"@parcel/types": "2.14.4",
5151
"@parcel/utils": "2.14.4",
5252
"@parcel/workers": "2.14.4",
53-
"@swc/core": "^1.11.5",
54-
"semver": "^7.5.2"
53+
"@swc/core": "^1.11.24",
54+
"semver": "^7.7.1"
5555
},
5656
"devDependencies": {
57-
"command-exists": "^1.2.6",
58-
"cross-spawn": "^7.0.3",
57+
"command-exists": "^1.2.9",
58+
"cross-spawn": "^7.0.6",
5959
"nullthrows": "^1.1.1",
6060
"split2": "^4.2.0"
6161
},

packages/core/register/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
"@parcel/core": "2.14.4",
2929
"@parcel/fs": "2.14.4",
3030
"@parcel/package-manager": "2.14.4",
31-
"pirates": "^4.0.0"
31+
"pirates": "^4.0.7"
3232
}
3333
}

packages/core/rust/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
],
3434
"devDependencies": {
3535
"@napi-rs/cli": "^2.15.2",
36-
"napi-wasm": "^1.1.2"
36+
"napi-wasm": "^1.1.3"
3737
},
3838
"peerDependencies": {
3939
"napi-wasm": "^1.1.2"

packages/core/test-utils/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
"chalk": "^4.1.2",
2222
"ncp": "^2.0.0",
2323
"nullthrows": "^1.1.1",
24-
"posthtml": "^0.16.5",
24+
"posthtml": "^0.16.6",
2525
"posthtml-parser": "^0.12.1",
26-
"resolve": "^1.12.0",
27-
"ws": "^8.18.0"
26+
"resolve": "^1.22.10",
27+
"ws": "^8.18.2"
2828
}
2929
}

packages/core/types-internal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
"@parcel/diagnostic": "2.14.4",
2020
"@parcel/feature-flags": "2.14.4",
2121
"@parcel/source-map": "^2.1.1",
22-
"utility-types": "^3.10.0"
22+
"utility-types": "^3.11.0"
2323
}
2424
}

packages/core/utils/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -43,21 +43,21 @@
4343
"nullthrows": "^1.1.1"
4444
},
4545
"devDependencies": {
46-
"@iarna/toml": "^2.2.0",
46+
"@iarna/toml": "^2.2.5",
4747
"ansi-html-community": "0.0.8",
48-
"clone": "^2.1.1",
49-
"fast-glob": "^3.2.12",
48+
"clone": "^2.1.2",
49+
"fast-glob": "^3.3.3",
5050
"fastest-levenshtein": "^1.0.16",
51-
"is-glob": "^4.0.0",
52-
"is-url": "^1.2.2",
53-
"json5": "^2.2.0",
54-
"lru-cache": "^10.0.0",
55-
"micromatch": "^4.0.4",
56-
"node-forge": "^1.2.1",
51+
"is-glob": "^4.0.3",
52+
"is-url": "^1.2.4",
53+
"json5": "^2.2.3",
54+
"lru-cache": "^10.4.3",
55+
"micromatch": "^4.0.8",
56+
"node-forge": "^1.3.1",
5757
"nullthrows": "^1.1.1",
58-
"open": "^7.0.3",
58+
"open": "^7.4.2",
5959
"snarkdown": "^2.0.0",
60-
"strip-ansi": "^6.0.0",
60+
"strip-ansi": "^6.0.1",
6161
"terminal-link": "^2.1.1"
6262
},
6363
"browser": {

packages/dev/babel-preset/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"@babel/preset-env": "^7.22.14",
1414
"@babel/preset-flow": "^7.22.5",
1515
"@babel/preset-react": "^7.22.5",
16-
"babel-plugin-minify-dead-code-elimination": "^0.5.0",
17-
"babel-plugin-transform-inline-environment-variables": "^0.4.3",
16+
"babel-plugin-minify-dead-code-elimination": "^0.5.2",
17+
"babel-plugin-transform-inline-environment-variables": "^0.4.4",
1818
"read-pkg-up": "^4.0.0"
1919
},
2020
"devDependencies": {

packages/dev/babel-register/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@babel/register": "^7.22.5",
1313
"@parcel/babel-preset": "2.14.4",
14-
"resolve": "^1.12.0"
14+
"resolve": "^1.22.10"
1515
},
1616
"peerDependencies": {
1717
"@babel/core": "^7.22.11"

packages/dev/eslint-config/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
"@babel/plugin-syntax-flow": "^7.14.5",
88
"@babel/plugin-transform-react-jsx": "^7.14.9",
99
"@parcel/eslint-plugin": "2.14.4",
10-
"eslint-config-prettier": "^8.8.0",
10+
"eslint-config-prettier": "^8.10.0",
1111
"eslint-plugin-flowtype": "^8.0.3",
12-
"eslint-plugin-import": "^2.22.1",
13-
"eslint-plugin-mocha": "^8.0.0",
12+
"eslint-plugin-import": "^2.31.0",
13+
"eslint-plugin-mocha": "^8.2.0",
1414
"eslint-plugin-monorepo": "^0.3.2",
15-
"eslint-plugin-react": "^7.32.2"
15+
"eslint-plugin-react": "^7.37.5"
1616
},
1717
"peerDependencies": {
1818
"@babel/core": "^7.22.11",

packages/dev/eslint-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"devDependencies": {
1010
"@babel/core": "^7.22.11",
1111
"@babel/eslint-parser": "^7.22.11",
12-
"eslint": "^8.41.0"
12+
"eslint": "^8.57.1"
1313
}
1414
}

packages/dev/esm-fuzzer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@babel/types": "^7.22.11",
1313
"@parcel/core": "2.14.4",
1414
"@parcel/fs": "2.14.4",
15-
"nanoid": "^3.1.12",
15+
"nanoid": "^3.3.11",
1616
"nullthrows": "^1.1.1"
1717
}
1818
}

packages/dev/query/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"@parcel/core": "2.14.4",
2323
"@parcel/graph": "3.4.4",
2424
"nullthrows": "^1.1.1",
25-
"table": "^6.8.1",
26-
"v8-compile-cache": "^2.0.0"
25+
"table": "^6.9.0",
26+
"v8-compile-cache": "^2.4.0"
2727
},
2828
"devDependencies": {
2929
"@babel/core": "^7.22.11",

packages/dev/repl/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,25 +22,25 @@
2222
"@codemirror/state": "^6.2.0",
2323
"@codemirror/theme-one-dark": "^6.1.2",
2424
"@codemirror/view": "^6.12.0",
25-
"@lezer/common": "^1.0.2",
25+
"@lezer/common": "^1.2.3",
2626
"@mischnic/dot-svg": "^0.0.0",
2727
"@mischnic/pako": "^1.0.10",
2828
"@mischnic/yarn-browser": "^0.0.4",
2929
"@parcel/config-repl": "2.14.4",
3030
"@parcel/core": "2.14.4",
3131
"@parcel/fs": "2.14.4",
3232
"@parcel/package-manager": "2.14.4",
33-
"comlink": "^4.3.1",
33+
"comlink": "^4.4.2",
3434
"filesize": "^10.1.6",
3535
"idb": "^5.0.8",
3636
"isomorphic-fetch": "^3.0.0",
37-
"jszip": "^3.7.1",
37+
"jszip": "^3.10.1",
3838
"nullthrows": "^1.1.1",
39-
"react": "^18.2.0",
40-
"react-dom": "^18.2.0",
39+
"react": "^18.3.1",
40+
"react-dom": "^18.3.1",
4141
"react-resizable-panels": "^0.0.61",
42-
"react-use": "^17.4.0",
43-
"semver": "^7.3.5"
42+
"react-use": "^17.6.0",
43+
"semver": "^7.7.1"
4444
},
4545
"browserslist": "Chrome 75",
4646
"devDependencies": {

packages/examples/html/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"parcel": "2.14.4"
1818
},
1919
"dependencies": {
20-
"lodash": "^4.17.11",
21-
"react": "^19",
22-
"react-dom": "^19"
20+
"lodash": "^4.17.21",
21+
"react": "^19.1.0",
22+
"react-dom": "^19.1.0"
2323
}
2424
}

packages/examples/kitchen-sink/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
}
3636
},
3737
"dependencies": {
38-
"lodash": "^4.17.11",
39-
"react": "^19",
40-
"react-dom": "^19"
38+
"lodash": "^4.17.21",
39+
"react": "^19.1.0",
40+
"react-dom": "^19.1.0"
4141
}
4242
}

packages/examples/react-hmr/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
}
2727
},
2828
"dependencies": {
29-
"react": "^19",
30-
"react-dom": "^19"
29+
"react": "^19.1.0",
30+
"react-dom": "^19.1.0"
3131
}
3232
}

packages/examples/react-refresh/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@parcel/core": "2.14.4"
1313
},
1414
"dependencies": {
15-
"react": "^19",
16-
"react-dom": "^19"
15+
"react": "^19.1.0",
16+
"react-dom": "^19.1.0"
1717
}
1818
}

0 commit comments

Comments
 (0)