Skip to content

Commit 091aca0

Browse files
Bump the npm-minor-upgrades group with 5 updates
Bumps the npm-minor-upgrades group with 5 updates: | Package | From | To | | --- | --- | --- | | [prettier](https://github.com/prettier/prettier) | `3.6.2` | `3.7.3` | | [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) | `29.1.0` | `29.2.1` | | [sass](https://github.com/sass/dart-sass) | `1.94.1` | `1.94.2` | | [stylelint](https://github.com/stylelint/stylelint) | `16.25.0` | `16.26.1` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.47.0` | `8.48.0` | Updates `prettier` from 3.6.2 to 3.7.3 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.6.2...3.7.3) Updates `eslint-plugin-jest` from 29.1.0 to 29.2.1 - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](jest-community/eslint-plugin-jest@v29.1.0...v29.2.1) Updates `sass` from 1.94.1 to 1.94.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.94.1...1.94.2) Updates `stylelint` from 16.25.0 to 16.26.1 - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](stylelint/stylelint@16.25.0...16.26.1) Updates `typescript-eslint` from 8.47.0 to 8.48.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.48.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: prettier dependency-version: 3.7.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-minor-upgrades - dependency-name: eslint-plugin-jest dependency-version: 29.2.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-minor-upgrades - dependency-name: sass dependency-version: 1.94.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-minor-upgrades - dependency-name: stylelint dependency-version: 16.26.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-minor-upgrades - dependency-name: typescript-eslint dependency-version: 8.48.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-minor-upgrades ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7c8cdd4 commit 091aca0

2 files changed

Lines changed: 158 additions & 67 deletions

File tree

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"@prettier/sync": "^0.6.1",
6767
"jest-diff": "^30.2.0",
6868
"postcss": "^8.5.6",
69-
"prettier": "^3.6.2"
69+
"prettier": "^3.7.3"
7070
},
7171
"peerDependencies": {
7272
"sass": ">=1.45.0",
@@ -92,21 +92,21 @@
9292
"eslint-config-prettier": "^10.1.8",
9393
"eslint-import-resolver-typescript": "^4.4.4",
9494
"eslint-plugin-import": "^2.32.0",
95-
"eslint-plugin-jest": "^29.1.0",
95+
"eslint-plugin-jest": "^29.2.1",
9696
"eslint-plugin-jest-dom": "^5.5.0",
9797
"eslint-plugin-simple-import-sort": "^12.1.1",
9898
"globals": "^16.5.0",
9999
"jest": "^30.2.0",
100100
"mocha": "^11.7.5",
101101
"npm-run-all": "^4.1.5",
102-
"sass": "^1.94.1",
102+
"sass": "^1.94.2",
103103
"sass-embedded": "^1.93.3",
104104
"sassdoc": "^2.7.4",
105105
"sassdoc-theme-herman": "^6.0.2",
106-
"stylelint": "^16.25.0",
106+
"stylelint": "^16.26.1",
107107
"stylelint-config-standard-scss": "^16.0.0",
108108
"typescript": "^5.9.3",
109-
"typescript-eslint": "^8.47.0"
109+
"typescript-eslint": "^8.48.0"
110110
},
111111
"main": "./lib/index.js",
112112
"types": "./lib/index.d.ts",

0 commit comments

Comments
 (0)