Skip to content

Commit d30dd86

Browse files
build(deps-dev): bump the dev-dependencies group across 1 directory with 9 updates (#148)
Bumps the dev-dependencies group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.31.0` | `9.32.0` | | [@jest/globals](https://github.com/jestjs/jest/tree/HEAD/packages/jest-globals) | `30.0.4` | `30.0.5` | | [cross-env](https://github.com/kentcdodds/cross-env) | `7.0.3` | `10.0.0` | | [eslint](https://github.com/eslint/eslint) | `9.31.0` | `9.32.0` | | [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) | `30.0.4` | `30.0.5` | | [jest-environment-jsdom](https://github.com/jestjs/jest/tree/HEAD/packages/jest-environment-jsdom) | `30.0.4` | `30.0.5` | | [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) | `2.9.2` | `2.9.3` | | [sass](https://github.com/sass/dart-sass) | `1.89.2` | `1.90.0` | | [webpack](https://github.com/webpack/webpack) | `5.100.2` | `5.101.0` | Updates `@eslint/js` from 9.31.0 to 9.32.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/commits/v9.32.0/packages/js) Updates `@jest/globals` from 30.0.4 to 30.0.5 - [Release notes](https://github.com/jestjs/jest/releases) - [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jestjs/jest/commits/v30.0.5/packages/jest-globals) Updates `cross-env` from 7.0.3 to 10.0.0 - [Release notes](https://github.com/kentcdodds/cross-env/releases) - [Changelog](https://github.com/kentcdodds/cross-env/blob/main/CHANGELOG.md) - [Commits](kentcdodds/cross-env@v7.0.3...v10.0.0) Updates `eslint` from 9.31.0 to 9.32.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.31.0...v9.32.0) Updates `jest` from 30.0.4 to 30.0.5 - [Release notes](https://github.com/jestjs/jest/releases) - [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jestjs/jest/commits/v30.0.5/packages/jest) Updates `jest-environment-jsdom` from 30.0.4 to 30.0.5 - [Release notes](https://github.com/jestjs/jest/releases) - [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jestjs/jest/commits/v30.0.5/packages/jest-environment-jsdom) Updates `mini-css-extract-plugin` from 2.9.2 to 2.9.3 - [Release notes](https://github.com/webpack-contrib/mini-css-extract-plugin/releases) - [Changelog](https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md) - [Commits](webpack-contrib/mini-css-extract-plugin@v2.9.2...v2.9.3) Updates `sass` from 1.89.2 to 1.90.0 - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](sass/dart-sass@1.89.2...1.90.0) Updates `webpack` from 5.100.2 to 5.101.0 - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](webpack/webpack@v5.100.2...v5.101.0) --- updated-dependencies: - dependency-name: "@eslint/js" dependency-version: 9.32.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: "@jest/globals" dependency-version: 30.0.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: cross-env dependency-version: 10.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: eslint dependency-version: 9.32.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: jest dependency-version: 30.0.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: jest-environment-jsdom dependency-version: 30.0.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: mini-css-extract-plugin dependency-version: 2.9.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: sass dependency-version: 1.90.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: webpack dependency-version: 5.101.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4287ad2 commit d30dd86

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,28 +27,28 @@
2727
"@babel/core": "7.28.0",
2828
"@babel/preset-env": "7.28.0",
2929
"@codecov/webpack-plugin": "1.9.1",
30-
"@eslint/js": "9.31.0",
31-
"@jest/globals": "30.0.4",
30+
"@eslint/js": "9.33.0",
31+
"@jest/globals": "30.0.5",
3232
"babel-loader": "10.0.0",
3333
"clean-jsdoc-theme": "4.3.0",
34-
"cross-env": "7.0.3",
34+
"cross-env": "10.0.0",
3535
"css-loader": "7.1.2",
36-
"eslint": "9.31.0",
36+
"eslint": "9.33.0",
3737
"eslint-plugin-jest": "29.0.1",
3838
"globals": "16.3.0",
39-
"jest": "30.0.4",
40-
"jest-environment-jsdom": "30.0.4",
39+
"jest": "30.0.5",
40+
"jest-environment-jsdom": "30.0.5",
4141
"jest-junit": "16.0.0",
4242
"jsdoc": "4.0.4",
43-
"mini-css-extract-plugin": "2.9.2",
43+
"mini-css-extract-plugin": "2.9.4",
4444
"node-fetch": "3.3.2",
4545
"npm-run-all": "4.1.5",
4646
"postcss": "8.5.6",
4747
"postcss-loader": "8.1.1",
4848
"postcss-preset-env": "10.2.4",
49-
"sass": "1.89.2",
49+
"sass": "1.90.0",
5050
"sass-loader": "16.0.5",
51-
"webpack": "5.100.2",
51+
"webpack": "5.101.1",
5252
"webpack-cli": "6.0.1",
5353
"webpack-dev-server": "5.2.2"
5454
},

0 commit comments

Comments
 (0)