Skip to content

Commit be77a66

Browse files
build(deps-dev): bump the dev-dependencies group across 1 directory with 4 updates (#170)
Bumps the dev-dependencies group with 4 updates in the / directory: [@jest/globals](https://github.com/jestjs/jest/tree/HEAD/packages/jest-globals), [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest), [jest-environment-jsdom](https://github.com/jestjs/jest/tree/HEAD/packages/jest-environment-jsdom) and [sass](https://github.com/sass/dart-sass). Updates `@jest/globals` from 30.1.2 to 30.2.0 - [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.2.0/packages/jest-globals) Updates `jest` from 30.1.3 to 30.2.0 - [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.2.0/packages/jest) Updates `jest-environment-jsdom` from 30.1.2 to 30.2.0 - [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.2.0/packages/jest-environment-jsdom) Updates `sass` from 1.93.0 to 1.93.2 - [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.93.0...1.93.2) --- updated-dependencies: - dependency-name: "@jest/globals" dependency-version: 30.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: jest dependency-version: 30.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: jest-environment-jsdom dependency-version: 30.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: sass dependency-version: 1.93.2 dependency-type: direct:development update-type: version-update:semver-patch 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 d3aeee0 commit be77a66

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,16 @@
2828
"@babel/preset-env": "7.28.3",
2929
"@codecov/webpack-plugin": "1.9.1",
3030
"@eslint/js": "9.36.0",
31-
"@jest/globals": "30.1.2",
31+
"@jest/globals": "30.2.0",
3232
"babel-loader": "10.0.0",
3333
"clean-jsdoc-theme": "4.3.0",
3434
"cross-env": "10.0.0",
3535
"css-loader": "7.1.2",
3636
"eslint": "9.36.0",
3737
"eslint-plugin-jest": "29.0.1",
3838
"globals": "16.4.0",
39-
"jest": "30.1.3",
40-
"jest-environment-jsdom": "30.1.2",
39+
"jest": "30.2.0",
40+
"jest-environment-jsdom": "30.2.0",
4141
"jest-junit": "16.0.0",
4242
"jsdoc": "4.0.4",
4343
"mini-css-extract-plugin": "2.9.4",
@@ -46,7 +46,7 @@
4646
"postcss": "8.5.6",
4747
"postcss-loader": "8.2.0",
4848
"postcss-preset-env": "10.4.0",
49-
"sass": "1.93.0",
49+
"sass": "1.93.2",
5050
"sass-loader": "16.0.5",
5151
"webpack": "5.101.3",
5252
"webpack-cli": "6.0.1",

0 commit comments

Comments
 (0)