Skip to content

Commit eadc9a8

Browse files
andersktimabbott
authored andcommittedMar 15, 2025
dependencies: Upgrade JavaScript dependencies.
Signed-off-by: Anders Kaseorg <[email protected]>
1 parent 9b56f98 commit eadc9a8

File tree

4 files changed

+1241
-1575
lines changed

4 files changed

+1241
-1575
lines changed
 

‎package.json

+5-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"private": true,
3-
"packageManager": "pnpm@10.5.1+sha512.c424c076bd25c1a5b188c37bb1ca56cc1e136fbf530d98bcb3289982a08fd25527b8c9c4ec113be5e3393c39af04521dd647bcf1d0801eaf8ac6a7b14da313af",
3+
"packageManager": "pnpm@10.6.3+sha512.bb45e34d50a9a76e858a95837301bfb6bd6d35aea2c5d52094fa497a467c43f5c440103ce2511e9e0a2f89c3d6071baac3358fc68ac6fb75e2ceb3d2736065e6",
44
"type": "module",
55
"dependencies": {
66
"@babel/core": "^7.5.5",
@@ -22,14 +22,14 @@
2222
"@zxcvbn-ts/language-common": "^3.0.2",
2323
"@zxcvbn-ts/language-en": "^3.0.1",
2424
"autosize": "^5.0.2",
25-
"babel-loader": "^9.1.0",
25+
"babel-loader": "^10.0.0",
2626
"babel-plugin-formatjs": "^10.2.6",
2727
"blueimp-md5": "^2.10.0",
2828
"clean-css": "^5.1.0",
2929
"clipboard": "^2.0.4",
3030
"colord": "^2.9.3",
3131
"compression-webpack-plugin": "^11.1.0",
32-
"core-js": "^3.40.0",
32+
"core-js": "^3.41.0",
3333
"css-loader": "^7.1.1",
3434
"css-minimizer-webpack-plugin": "^7.0.0",
3535
"date-fns": "^4.1.0",
@@ -102,7 +102,6 @@
102102
"@types/blueimp-md5": "^2.18.0",
103103
"@types/co-body": "^6.1.3",
104104
"@types/confusing-browser-globals": "^1.0.3",
105-
"@types/eslint__eslintrc": "^2.1.2",
106105
"@types/gtag.js": "^0.0.20",
107106
"@types/is-url": "^1.2.32",
108107
"@types/jquery": "^3.3.31",
@@ -124,8 +123,8 @@
124123
"@typescript-eslint/parser": "^8.2.0",
125124
"babel-plugin-istanbul": "^7.0.0",
126125
"callsites": "^4.2.0",
127-
"cldr-annotations-derived-full": "^46.1.0",
128-
"cldr-annotations-full": "^46.1.0",
126+
"cldr-annotations-derived-full": "^47.0.0",
127+
"cldr-annotations-full": "^47.0.0",
129128
"confusing-browser-globals": "^1.0.11",
130129
"css.escape": "^1.5.1",
131130
"diff": "^7.0.0",

‎pnpm-lock.yaml

+1,234-1,567
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@
4949
# historical commits sharing the same major version, in which case a
5050
# minor version bump suffices.
5151

52-
PROVISION_VERSION = (320, 1) # bumped 2025-03-14 to upgrade shfmt
52+
PROVISION_VERSION = (321, 0) # bumped 2025-03-14 to upgrade JavaScript dependencies

‎web/babel.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default {
1212
[
1313
"@babel/preset-env",
1414
{
15-
corejs: "3.40",
15+
corejs: "3.41",
1616
shippedProposals: true,
1717
useBuiltIns: "usage",
1818
},

0 commit comments

Comments
 (0)
Please sign in to comment.