Skip to content

Commit 9d0c8f3

Browse files
chore(deps-dev): bump the dev-dependencies group with 3 updates (#820)
Bumps the dev-dependencies group with 3 updates: [eslint](https://github.com/eslint/eslint), [typescript](https://github.com/microsoft/TypeScript) and [webpack](https://github.com/webpack/webpack). 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 `typescript` from 5.8.3 to 5.9.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](microsoft/TypeScript@v5.8.3...v5.9.2) 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 dependency-version: 9.32.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: typescript dependency-version: 5.9.2 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 c988e14 commit 9d0c8f3

File tree

2 files changed

+40
-45
lines changed

2 files changed

+40
-45
lines changed

package-lock.json

Lines changed: 37 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"license": "W3C",
1515
"devDependencies": {
16-
"eslint": "^9.31.0",
16+
"eslint": "^9.32.0",
1717
"eslint-config-prettier": "^10.1.8",
1818
"eslint-plugin-import": "^2.32.0",
1919
"eslint-plugin-prettier": "^5.5.3",
@@ -22,8 +22,8 @@
2222
"mocha": "^11.7.1",
2323
"prettier": "^3.6.2",
2424
"terser-webpack-plugin": "^5.3.14",
25-
"typescript": "^5.8.3",
26-
"webpack": "^5.100.2",
25+
"typescript": "^5.9.2",
26+
"webpack": "^5.101.0",
2727
"webpack-cli": "^6.0.1"
2828
},
2929
"scripts": {

0 commit comments

Comments
 (0)