Skip to content

Commit b87d4c1

Browse files
authoredNov 15, 2024··
Upgrade all dependencies (#802)
* Upgrade all dependencies * Clean up package-lock.json * Regenerate package-lock.json due to npm/cli#4828 * Downgrade chai
1 parent df1dcd9 commit b87d4c1

File tree

5 files changed

+3440
-3886
lines changed

5 files changed

+3440
-3886
lines changed
 

‎.config/babel.config.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,5 @@
1010
}
1111
],
1212
"@babel/typescript"
13-
],
14-
"plugins": [
15-
["@babel/plugin-transform-class-properties", { "loose": true }]
16-
]
13+
]
1714
}

‎.config/stylelintrc.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@
55
],
66

77
"rules": {
8+
"color-function-notation": "legacy",
89
"selector-class-pattern": null,
9-
"scss/no-global-function-names": null,
10+
"shorthand-property-no-redundant-values": null,
1011
"scss/dollar-variable-pattern": null,
11-
"color-function-notation": "legacy",
12-
"scss/at-import-partial-extension": null
12+
"scss/load-partial-extension": null,
13+
"scss/no-global-function-names": null
1314
}
1415
}

‎.husky/pre-commit

-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
1-
#!/bin/sh
2-
. "$(dirname "$0")/_/husky.sh"
3-
41
npm run build:types
52
npm run stylelint

‎package-lock.json

+3,411-3,851
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+24-25
Original file line numberDiff line numberDiff line change
@@ -58,59 +58,58 @@
5858
"@11ty/eleventy": "^3.0.0",
5959
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
6060
"@arethetypeswrong/cli": "^0.17.0",
61-
"@babel/core": "^7.23.2",
62-
"@babel/plugin-transform-class-properties": "^7.22.5",
63-
"@babel/preset-env": "^7.23.2",
64-
"@babel/preset-typescript": "^7.23.2",
65-
"@lodder/grunt-postcss": "^3.0.0",
61+
"@babel/core": "^7.26.0",
62+
"@babel/preset-env": "^7.26.0",
63+
"@babel/preset-typescript": "^7.26.0",
64+
"@lodder/grunt-postcss": "^3.1.1",
6665
"@popperjs/core": "^2.11.8",
67-
"@rollup/plugin-alias": "^5.0.1",
68-
"@rollup/plugin-babel": "^6.0.3",
69-
"@rollup/plugin-node-resolve": "^15.0.1",
66+
"@rollup/plugin-alias": "^5.1.1",
67+
"@rollup/plugin-babel": "^6.0.4",
68+
"@rollup/plugin-node-resolve": "^15.3.0",
7069
"@rollup/plugin-terser": "^0.4.4",
71-
"autoprefixer": "^10.4.16",
70+
"autoprefixer": "^10.4.20",
7271
"bootstrap": "npm:bootstrap@4",
7372
"bootstrap-sass": "^3.4.3",
74-
"bootstrap5": "npm:bootstrap@^5.3.2",
73+
"bootstrap5": "npm:bootstrap@^5.3.3",
7574
"broken-link-checker": "^0.7.8",
76-
"chai": "^4.3.10",
75+
"chai": "^4.5.0",
7776
"cssnano": "^7.0.6",
7877
"grunt": "^1.6.1",
79-
"grunt-cli": "^1.3.2",
78+
"grunt-cli": "^1.5.0",
8079
"grunt-contrib-clean": "^2.0.1",
8180
"grunt-contrib-connect": "^5.0.1",
8281
"grunt-contrib-copy": "^1.0.0",
8382
"grunt-contrib-watch": "^1.1.0",
84-
"grunt-replace": "^2.0.0",
83+
"grunt-replace": "^2.0.2",
8584
"grunt-sass": "^3.1.0",
8685
"grunt-shell": "^4.0.0",
87-
"husky": "^8.0.3",
86+
"husky": "^9.1.6",
8887
"icon-blender": "^1.0.0-beta.4",
8988
"jsdom": "^25.0.1",
90-
"karma": "^6.4.2",
89+
"karma": "^6.4.4",
9190
"karma-browserstack-launcher": "^1.6.0",
9291
"karma-chai": "^0.1.0",
9392
"karma-chrome-launcher": "^3.2.0",
9493
"karma-coverage": "^2.2.1",
9594
"karma-coveralls": "^2.1.0",
96-
"karma-firefox-launcher": "^2.1.0",
95+
"karma-firefox-launcher": "^2.1.3",
9796
"karma-mocha": "^2.0.1",
9897
"karma-mocha-reporter": "^2.2.5",
9998
"karma-safari-launcher": "^1.0.0",
10099
"karma-sourcemap-loader": "^0.4.0",
101100
"load-grunt-tasks": "^5.1.0",
102-
"mocha": "^10.2.0",
103-
"postcss": "^8.4.31",
101+
"mocha": "^10.8.2",
102+
"postcss": "^8.4.49",
104103
"puppeteer": "^23.8.0",
105-
"rollup": "^4.1.4",
104+
"rollup": "^4.27.2",
106105
"rollup-plugin-insert": "^1.3.2",
107-
"sass": "^1.69.4",
108-
"stylelint": "^15.11.0",
106+
"sass": "^1.81.0",
107+
"stylelint": "^16.10.0",
109108
"stylelint-config-prettier-scss": "^1.0.0",
110-
"stylelint-config-standard": "^34.0.0",
111-
"stylelint-config-standard-scss": "^11.0.0",
109+
"stylelint-config-standard": "^36.0.1",
110+
"stylelint-config-standard-scss": "^13.1.0",
112111
"syn": "^0.15.0",
113-
"tslib": "^2.6.2",
112+
"tslib": "^2.8.1",
114113
"typescript": "^5.7.1-rc"
115114
},
116115
"scripts": {
@@ -126,7 +125,7 @@
126125
"test:types": "attw --pack --profile node16 .",
127126
"start": "grunt serve",
128127
"pretest": "grunt build",
129-
"prepare": "husky install",
128+
"prepare": "husky",
130129
"stylelint": "stylelint -c .config/stylelintrc.json 'src/**/*.scss'"
131130
},
132131
"engines": {

0 commit comments

Comments
 (0)
Please sign in to comment.