Skip to content

Commit

Permalink
Bump the vscode-dependencies group in /vscode with 3 updates (#329)
Browse files Browse the repository at this point in the history
Bumps the vscode-dependencies group in /vscode with 3 updates: [spawn-rx](https://github.com/anaisbetts/spawn-rx), [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) and [typescript](https://github.com/microsoft/TypeScript).


Updates `spawn-rx` from 4.0.0 to 5.0.4
- [Commits](anaisbetts/spawn-rx@v4.0.0...v5.0.4)

Updates `eslint-plugin-n` from 17.13.2 to 17.14.0
- [Release notes](https://github.com/eslint-community/eslint-plugin-n/releases)
- [Changelog](https://github.com/eslint-community/eslint-plugin-n/blob/master/CHANGELOG.md)
- [Commits](eslint-community/eslint-plugin-n@v17.13.2...v17.14.0)

Updates `typescript` from 5.6.3 to 5.7.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.6.3...v5.7.2)

---
updated-dependencies:
- dependency-name: spawn-rx
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: vscode-dependencies
- dependency-name: eslint-plugin-n
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: vscode-dependencies
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: vscode-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent 99f5636 commit 318cf31
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 21 deletions.
30 changes: 12 additions & 18 deletions vscode/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"dependencies": {
"liquidjs": "10.19.0",
"spawn-rx": "4.0.0"
"spawn-rx": "5.0.4"
},
"devDependencies": {
"@eslint/js": "9.15.0",
Expand All @@ -60,7 +60,7 @@
"eslint": "9.15.0",
"eslint-plugin-jest": "28.9.0",
"eslint-plugin-jsdoc": "50.5.0",
"eslint-plugin-n": "17.13.2",
"eslint-plugin-n": "17.14.0",
"eslint-plugin-perfectionist": "4.0.3",
"eslint-plugin-prettier": "5.2.1",
"glob": "11.0.0",
Expand All @@ -71,7 +71,7 @@
"sinon": "19.0.2",
"sinon-chai": "3.7.0",
"ts-loader": "9.5.1",
"typescript": "5.6.3",
"typescript": "5.7.2",
"typescript-eslint": "8.15.0",
"webpack": "5.96.1",
"webpack-cli": "5.1.4"
Expand Down

0 comments on commit 318cf31

Please sign in to comment.