Skip to content

Commit 612fb1e

Browse files
Bump the all group across 1 directory with 9 updates
Bumps the all group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [shell-quote](https://github.com/ljharb/shell-quote) | `1.8.2` | `1.8.3` | | [yargs](https://github.com/yargs/yargs) | `17.7.2` | `18.0.0` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `18.19.101` | `18.19.110` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.32.1` | `8.33.0` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.32.1` | `8.33.0` | | [esbuild](https://github.com/evanw/esbuild) | `0.25.4` | `0.25.5` | | [mocha](https://github.com/mochajs/mocha) | `11.3.0` | `11.5.0` | | [vinyl](https://github.com/gulpjs/vinyl) | `3.0.0` | `3.0.1` | | [vinyl-fs](https://github.com/gulpjs/vinyl-fs) | `4.0.0` | `4.0.2` | Updates `shell-quote` from 1.8.2 to 1.8.3 - [Changelog](https://github.com/ljharb/shell-quote/blob/main/CHANGELOG.md) - [Commits](ljharb/shell-quote@v1.8.2...v1.8.3) Updates `yargs` from 17.7.2 to 18.0.0 - [Release notes](https://github.com/yargs/yargs/releases) - [Changelog](https://github.com/yargs/yargs/blob/main/CHANGELOG.md) - [Commits](yargs/yargs@v17.7.2...v18.0.0) Updates `@types/node` from 18.19.101 to 18.19.110 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@typescript-eslint/eslint-plugin` from 8.32.1 to 8.33.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.33.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.32.1 to 8.33.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.33.0/packages/parser) Updates `esbuild` from 0.25.4 to 0.25.5 - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md) - [Commits](evanw/esbuild@v0.25.4...v0.25.5) Updates `mocha` from 11.3.0 to 11.5.0 - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md) - [Commits](mochajs/mocha@v11.3.0...v11.5.0) Updates `vinyl` from 3.0.0 to 3.0.1 - [Release notes](https://github.com/gulpjs/vinyl/releases) - [Changelog](https://github.com/gulpjs/vinyl/blob/master/CHANGELOG.md) - [Commits](gulpjs/vinyl@v3.0.0...v3.0.1) Updates `vinyl-fs` from 4.0.0 to 4.0.2 - [Release notes](https://github.com/gulpjs/vinyl-fs/releases) - [Changelog](https://github.com/gulpjs/vinyl-fs/blob/master/CHANGELOG.md) - [Commits](gulpjs/vinyl-fs@v4.0.0...v4.0.2) --- updated-dependencies: - dependency-name: shell-quote dependency-version: 1.8.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: yargs dependency-version: 18.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: "@types/node" dependency-version: 18.19.110 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.33.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: "@typescript-eslint/parser" dependency-version: 8.33.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: esbuild dependency-version: 0.25.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: mocha dependency-version: 11.5.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: vinyl dependency-version: 3.0.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: vinyl-fs dependency-version: 4.0.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c246645 commit 612fb1e

File tree

2 files changed

+303
-246
lines changed

2 files changed

+303
-246
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,6 @@
105105
"tar": "^6.2.1",
106106
"text-table": "^0.2.0",
107107
"vscode-uri": "^3.1.0",
108-
"yargs": "~17.7.2"
108+
"yargs": "~18.0.0"
109109
}
110110
}

0 commit comments

Comments
 (0)