Skip to content

Commit

Permalink
Bump the dependencies group with 5 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [marked](https://github.com/markedjs/marked) | `12.0.1` | `12.0.2` |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.0.0` | `9.1.1` |
| [@vscode/vsce](https://github.com/Microsoft/vsce) | `2.25.0` | `2.26.0` |
| [eslint](https://github.com/eslint/eslint) | `9.0.0` | `9.1.0` |
| [ovsx](https://github.com/eclipse/openvsx/tree/HEAD/cli) | `0.9.0` | `0.9.1` |


Updates `marked` from 12.0.1 to 12.0.2
- [Release notes](https://github.com/markedjs/marked/releases)
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json)
- [Commits](markedjs/marked@v12.0.1...v12.0.2)

Updates `@eslint/js` from 9.0.0 to 9.1.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/commits/HEAD/packages/js)

Updates `@vscode/vsce` from 2.25.0 to 2.26.0
- [Release notes](https://github.com/Microsoft/vsce/releases)
- [Commits](microsoft/vscode-vsce@v2.25.0...v2.26.0)

Updates `eslint` from 9.0.0 to 9.1.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.0.0...v9.1.0)

Updates `ovsx` from 0.9.0 to 0.9.1
- [Release notes](https://github.com/eclipse/openvsx/releases)
- [Changelog](https://github.com/eclipse/openvsx/blob/master/cli/CHANGELOG.md)
- [Commits](https://github.com/eclipse/openvsx/commits/v0.9.1/cli)

---
updated-dependencies:
- dependency-name: marked
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@eslint/js"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@vscode/vsce"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: ovsx
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 22, 2024
1 parent cd17699 commit 89eefd4
Show file tree
Hide file tree
Showing 2 changed files with 390 additions and 38 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -743,7 +743,7 @@
"axios": "^1.6.8",
"express": "^4.19.2",
"ini": "^4.1.2",
"marked": "^12.0.1",
"marked": "^12.0.2",
"minimatch": "^9.0.4",
"start-server-and-test": "^2.0.3",
"uuid": "^9.0.1",
Expand All @@ -753,7 +753,7 @@
},
"description": "Ansible language support",
"devDependencies": {
"@eslint/js": "^9.0.0",
"@eslint/js": "^9.1.1",
"@types/chai": "^4.3.14",
"@types/express": "^4.17.21",
"@types/glob": "^8.1.0",
Expand All @@ -770,12 +770,12 @@
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"@vscode/test-electron": "^2.3.9",
"@vscode/vsce": "^2.25.0",
"@vscode/vsce": "^2.26.0",
"axios": "^1.6.8",
"chai": "^4.4.1",
"copyfiles": "^2.4.1",
"depcheck": "^1.4.7",
"eslint": "^9.0.0",
"eslint": "^9.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-formatter-gha": "^1.4.3",
"eslint-formatter-unix": "^8.40.0",
Expand All @@ -790,7 +790,7 @@
"mochawesome-report-generator": "^6.2.0",
"morgan": "^1.10.0",
"nyc": "^15.1.0",
"ovsx": "^0.9.0",
"ovsx": "^0.9.1",
"prettier": "^3.2.5",
"react": "^18.2.0",
"rimraf": "^5.0.5",
Expand Down
Loading

0 comments on commit 89eefd4

Please sign in to comment.