Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 5, 2025

Bumps the all group with 8 updates in the / directory:

Package From To
shell-quote 1.8.2 1.8.3
@types/node 18.19.101 18.19.110
@typescript-eslint/eslint-plugin 8.32.1 8.33.1
@typescript-eslint/parser 8.32.1 8.33.1
esbuild 0.25.4 0.25.5
mocha 11.3.0 11.5.0
vinyl 3.0.0 3.0.1
vinyl-fs 4.0.0 4.0.2

Updates shell-quote from 1.8.2 to 1.8.3

Changelog

Sourced from shell-quote's changelog.

v1.8.3 - 2025-06-01

Fixed

Commits

Updates @types/node from 18.19.101 to 18.19.110

Commits

Updates @typescript-eslint/eslint-plugin from 8.32.1 to 8.33.1

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v8.33.1

8.33.1 (2025-06-02)

🩹 Fixes

  • exclude docs/ directory from eslint-plugin package (#11251)
  • project-service: add missing typescript peer dependency (#11265)

❤️ Thank You

  • JounQin
  • roottool

You can read about our versioning strategy and releases on our website.

v8.33.0

8.33.0 (2025-05-26)

🚀 Features

  • create standalone project-service, tsconfig-utils packages (#11182)

❤️ Thank You

  • Josh Goldberg ✨

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

8.33.1 (2025-06-02)

🩹 Fixes

  • exclude docs/ directory from eslint-plugin package (#11251)

❤️ Thank You

  • roottool

You can read about our versioning strategy and releases on our website.

8.33.0 (2025-05-26)

This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

Commits
  • 936f350 chore(release): publish 8.33.1
  • c14bcac fix: exclude docs/ directory from eslint-plugin package (#11251)
  • e493317 docs(eslint-plugin): add FAQ about JSDoc link usage with no-unused-vars (#11259)
  • dca57b3 chore(release): publish 8.33.0
  • 387eeb5 docs(eslint-plugin): [typedef] deprecate the rule (#11202)
  • f9e0eb9 chore: clean up nx and other config (#11226)
  • 1c0e1ae chore: update some package scripts and dependency config (#10765)
  • 05014ff chore: use TLA in ESM scripts rather than async main().catch() (#11218)
  • 220c38c chore: update eslint-plugin-perfectionist to v4 (#11185)
  • See full diff in compare view

Updates @typescript-eslint/parser from 8.32.1 to 8.33.1

Release notes

Sourced from @​typescript-eslint/parser's releases.

v8.33.1

8.33.1 (2025-06-02)

🩹 Fixes

  • exclude docs/ directory from eslint-plugin package (#11251)
  • project-service: add missing typescript peer dependency (#11265)

❤️ Thank You

  • JounQin
  • roottool

You can read about our versioning strategy and releases on our website.

v8.33.0

8.33.0 (2025-05-26)

🚀 Features

  • create standalone project-service, tsconfig-utils packages (#11182)

❤️ Thank You

  • Josh Goldberg ✨

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/parser's changelog.

8.33.1 (2025-06-02)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.33.0 (2025-05-26)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

Commits

Updates esbuild from 0.25.4 to 0.25.5

Release notes

Sourced from esbuild's releases.

v0.25.5

  • Fix a regression with browser in package.json (#4187)

    The fix to #4144 in version 0.25.3 introduced a regression that caused browser overrides specified in package.json to fail to override relative path names that end in a trailing slash. That behavior change affected the axios@0.30.0 package. This regression has been fixed, and now has test coverage.

  • Add support for certain keywords as TypeScript tuple labels (#4192)

    Previously esbuild could incorrectly fail to parse certain keywords as TypeScript tuple labels that are parsed by the official TypeScript compiler if they were followed by a ? modifier. These labels included function, import, infer, new, readonly, and typeof. With this release, these keywords will now be parsed correctly. Here's an example of some affected code:

    type Foo = [
      value: any,
      readonly?: boolean, // This is now parsed correctly
    ]
  • Add CSS prefixes for the stretch sizing value (#4184)

    This release adds support for prefixing CSS declarations such as div { width: stretch }. That CSS is now transformed into this depending on what the --target= setting includes:

    div {
      width: -webkit-fill-available;
      width: -moz-available;
      width: stretch;
    }
Changelog

Sourced from esbuild's changelog.

0.25.5

  • Fix a regression with browser in package.json (#4187)

    The fix to #4144 in version 0.25.3 introduced a regression that caused browser overrides specified in package.json to fail to override relative path names that end in a trailing slash. That behavior change affected the axios@0.30.0 package. This regression has been fixed, and now has test coverage.

  • Add support for certain keywords as TypeScript tuple labels (#4192)

    Previously esbuild could incorrectly fail to parse certain keywords as TypeScript tuple labels that are parsed by the official TypeScript compiler if they were followed by a ? modifier. These labels included function, import, infer, new, readonly, and typeof. With this release, these keywords will now be parsed correctly. Here's an example of some affected code:

    type Foo = [
      value: any,
      readonly?: boolean, // This is now parsed correctly
    ]
  • Add CSS prefixes for the stretch sizing value (#4184)

    This release adds support for prefixing CSS declarations such as div { width: stretch }. That CSS is now transformed into this depending on what the --target= setting includes:

    div {
      width: -webkit-fill-available;
      width: -moz-available;
      width: stretch;
    }
Commits

Updates mocha from 11.3.0 to 11.5.0

Release notes

Sourced from mocha's releases.

v11.5.0

11.5.0 (2025-05-22)

🌟 Features

v11.4.0

11.4.0 (2025-05-19)

🌟 Features

📚 Documentation

  • added CHANGELOG.md note around 11.1 yargs-parser update (#5362) (618415d)
Changelog

Sourced from mocha's changelog.

11.5.0 (2025-05-22)

🌟 Features

11.4.0 (2025-05-19)

🌟 Features

📚 Documentation

  • added CHANGELOG.md note around 11.1 yargs-parser update (#5362) (618415d)
Commits

Updates vinyl from 3.0.0 to 3.0.1

Release notes

Sourced from vinyl's releases.

vinyl v3.0.1

Bug Fixes

  • Drop clone-stats dependency by cloning with Object.create (#162) (f56ac3d)
Changelog

Sourced from vinyl's changelog.

3.0.1 (2025-05-31)

Bug Fixes

  • Drop clone-stats dependency by cloning with Object.create (#162) (f56ac3d)
Commits

Updates vinyl-fs from 4.0.0 to 4.0.2

Release notes

Sourced from vinyl-fs's releases.

vinyl-fs v4.0.2

Bug Fixes

  • Avoid globbing before read stream is opened (#362) (a13a79a)

vinyl-fs v4.0.1

Bug Fixes

  • Avoid Node.js deprecation warning for fs.Stats (#358) (3ed0c3f)
  • Avoid transcoding streaming output with default options (#360) (7b6dcd3)
Changelog

Sourced from vinyl-fs's changelog.

4.0.2 (2025-06-01)

Bug Fixes

  • Avoid globbing before read stream is opened (#362) (a13a79a)

4.0.1 (2025-06-01)

Bug Fixes

  • Avoid Node.js deprecation warning for fs.Stats (#358) (3ed0c3f)
  • Avoid transcoding streaming output with default options (#360) (7b6dcd3)
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 5, 2025
@dependabot dependabot bot requested a review from a team as a code owner June 5, 2025 08:48
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 5, 2025
Bumps the all group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [shell-quote](https://github.com/ljharb/shell-quote) | `1.8.2` | `1.8.3` |
| [@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.1` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.32.1` | `8.33.1` |
| [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 `@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.1
- [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.1/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.32.1 to 8.33.1
- [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.1/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: "@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.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.33.1
  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] <support@github.com>
@chrmarti chrmarti force-pushed the dependabot/npm_and_yarn/all-5b61a34d79 branch from cd7ec1b to 5b9a514 Compare June 5, 2025 13:12
@chrmarti chrmarti merged commit b9a8198 into main Jun 5, 2025
67 of 69 checks passed
@chrmarti chrmarti deleted the dependabot/npm_and_yarn/all-5b61a34d79 branch June 5, 2025 14:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant