Skip to content

Commit

Permalink
Bump the vscode-dependencies group in /vscode with 5 updates (#337)
Browse files Browse the repository at this point in the history
Bumps the vscode-dependencies group in /vscode with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [liquidjs](https://github.com/harttle/liquidjs) | `10.19.0` | `10.19.1` |
| [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) | `28.9.0` | `28.10.0` |
| [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) | `17.15.0` | `17.15.1` |
| [eslint-plugin-perfectionist](https://github.com/azat-io/eslint-plugin-perfectionist) | `4.3.0` | `4.4.0` |
| [webpack-cli](https://github.com/webpack/webpack-cli) | `5.1.4` | `6.0.1` |


Updates `liquidjs` from 10.19.0 to 10.19.1
- [Release notes](https://github.com/harttle/liquidjs/releases)
- [Changelog](https://github.com/harttle/liquidjs/blob/master/CHANGELOG.md)
- [Commits](harttle/liquidjs@v10.19.0...v10.19.1)

Updates `eslint-plugin-jest` from 28.9.0 to 28.10.0
- [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@v28.9.0...v28.10.0)

Updates `eslint-plugin-n` from 17.15.0 to 17.15.1
- [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.15.0...v17.15.1)

Updates `eslint-plugin-perfectionist` from 4.3.0 to 4.4.0
- [Release notes](https://github.com/azat-io/eslint-plugin-perfectionist/releases)
- [Changelog](https://github.com/azat-io/eslint-plugin-perfectionist/blob/main/changelog.md)
- [Commits](azat-io/eslint-plugin-perfectionist@v4.3.0...v4.4.0)

Updates `webpack-cli` from 5.1.4 to 6.0.1
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-cli/compare/[email protected]@6.0.1)

---
updated-dependencies:
- dependency-name: liquidjs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: vscode-dependencies
- dependency-name: eslint-plugin-jest
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: vscode-dependencies
- dependency-name: eslint-plugin-n
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: vscode-dependencies
- dependency-name: eslint-plugin-perfectionist
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: vscode-dependencies
- dependency-name: webpack-cli
  dependency-type: direct:development
  update-type: version-update:semver-major
  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 Dec 23, 2024
1 parent d526c3d commit fd5cd6a
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 73 deletions.
133 changes: 65 additions & 68 deletions vscode/package-lock.json

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

10 changes: 5 additions & 5 deletions vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"debug-test": "npm run pretest"
},
"dependencies": {
"liquidjs": "10.19.0"
"liquidjs": "10.19.1"
},
"devDependencies": {
"@eslint/js": "9.17.0",
Expand All @@ -57,10 +57,10 @@
"ajv": "8.17.1",
"chai": "4.4.1",
"eslint": "9.17.0",
"eslint-plugin-jest": "28.9.0",
"eslint-plugin-jest": "28.10.0",
"eslint-plugin-jsdoc": "50.6.1",
"eslint-plugin-n": "17.15.0",
"eslint-plugin-perfectionist": "4.3.0",
"eslint-plugin-n": "17.15.1",
"eslint-plugin-perfectionist": "4.4.0",
"eslint-plugin-prettier": "5.2.1",
"glob": "11.0.0",
"mocha": "11.0.1",
Expand All @@ -73,7 +73,7 @@
"typescript": "5.7.2",
"typescript-eslint": "8.18.1",
"webpack": "5.97.1",
"webpack-cli": "5.1.4"
"webpack-cli": "6.0.1"
},
"engines": {
"vscode": "^1.64.0",
Expand Down

0 comments on commit fd5cd6a

Please sign in to comment.