Skip to content

Commit 417f2f3

Browse files
authored
Upgrade all dependencies (#945)
1 parent 0f9e6f7 commit 417f2f3

3 files changed

Lines changed: 1271 additions & 1920 deletions

File tree

eslint.config.mjs

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,12 @@ import globals from 'globals';
22

33
import compat from 'eslint-plugin-compat';
44

5-
const GLOBALS_BROWSER_FIX = Object.assign({}, globals.browser, {
6-
AudioWorkletGlobalScope: globals.browser['AudioWorkletGlobalScope ']
7-
});
8-
9-
delete GLOBALS_BROWSER_FIX['AudioWorkletGlobalScope '];
10-
115
export default [
126
{
137
files: ['./assets/scripts/**/*.js'],
148
languageOptions: {
159
globals: {
16-
...globals.node,
17-
...GLOBALS_BROWSER_FIX
10+
...globals.node
1811
},
1912
parserOptions: {
2013
ecmaVersion: 2023,

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
"itcss": "2.1.0"
4343
},
4444
"devDependencies": {
45-
"@babel/core": "7.29.0",
46-
"@babel/preset-env": "7.29.5",
45+
"@babel/core": "7.29.7",
46+
"@babel/preset-env": "7.29.7",
4747
"autoprefixer": "10.5.0",
4848
"babel-loader": "10.1.1",
4949
"browser-sync": "3.0.4",
@@ -54,11 +54,11 @@
5454
"critical": "8.0.0",
5555
"css-loader": "7.1.4",
5656
"cssnano": "8.0.1",
57-
"eslint": "10.4.0",
57+
"eslint": "10.4.1",
5858
"eslint-config-recommended": "4.1.0",
5959
"eslint-plugin-compat": "7.0.2",
6060
"mini-css-extract-plugin": "2.10.2",
61-
"postcss": "8.5.14",
61+
"postcss": "8.5.15",
6262
"postcss-calc": "10.1.1",
6363
"postcss-cli": "11.0.1",
6464
"postcss-color-mod-function": "4.1.1",
@@ -74,15 +74,15 @@
7474
"postcss-mixins": "12.1.2",
7575
"postcss-nested": "7.0.2",
7676
"postcss-normalize": "13.0.1",
77-
"postcss-url": "10.1.3",
77+
"postcss-url": "10.1.4",
7878
"postcss-utilities": "0.8.4",
7979
"postcss-watch-folder": "2.0.0",
8080
"stylelint": "17.12.0",
8181
"stylelint-config-recommended": "18.0.0",
8282
"stylelint-no-unsupported-browser-features": "8.1.1",
8383
"svg-symbol-sprite": "1.5.2",
8484
"webpack": "5.107.2",
85-
"webpack-cli": "7.0.2",
85+
"webpack-cli": "7.0.3",
8686
"webpack-shell-plugin-next": "2.3.3",
8787
"webpack-spritesmith": "1.1.0"
8888
},

0 commit comments

Comments
 (0)