chore(deps)(deps-dev): bump the development-dependencies group across 1 directory with 8 updates#2439
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
📓 Docs Drift CheckThis PR changes 37 package(s): 109 hand-written doc(s) reference the affected code and may need an implementation-accuracy re-verification:
|
… 1 directory with 8 updates Bumps the development-dependencies group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `26.0.0` | `26.0.1` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.61.1` | `8.62.0` | | [eslint](https://github.com/eslint/eslint) | `10.5.0` | `10.6.0` | | [turbo](https://github.com/vercel/turborepo) | `2.9.18` | `2.10.0` | | [@oclif/plugin-help](https://github.com/oclif/plugin-help) | `6.2.52` | `6.2.53` | | [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins) | `5.4.78` | `5.4.80` | | [postcss](https://github.com/postcss/postcss) | `8.5.15` | `8.5.16` | | [@playwright/test](https://github.com/microsoft/playwright) | `1.61.0` | `1.61.1` | Updates `@types/node` from 26.0.0 to 26.0.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@typescript-eslint/parser` from 8.61.1 to 8.62.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.62.0/packages/parser) Updates `eslint` from 10.5.0 to 10.6.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v10.5.0...v10.6.0) Updates `turbo` from 2.9.18 to 2.10.0 - [Release notes](https://github.com/vercel/turborepo/releases) - [Changelog](https://github.com/vercel/turborepo/blob/main/RELEASE.md) - [Commits](vercel/turborepo@v2.9.18...v2.10.0) Updates `@oclif/plugin-help` from 6.2.52 to 6.2.53 - [Release notes](https://github.com/oclif/plugin-help/releases) - [Changelog](https://github.com/oclif/plugin-help/blob/main/CHANGELOG.md) - [Commits](oclif/plugin-help@6.2.52...6.2.53) Updates `@oclif/plugin-plugins` from 5.4.78 to 5.4.80 - [Release notes](https://github.com/oclif/plugin-plugins/releases) - [Changelog](https://github.com/oclif/plugin-plugins/blob/main/CHANGELOG.md) - [Commits](oclif/plugin-plugins@5.4.78...5.4.80) Updates `postcss` from 8.5.15 to 8.5.16 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.5.15...8.5.16) Updates `@playwright/test` from 1.61.0 to 1.61.1 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.61.0...v1.61.1) --- updated-dependencies: - dependency-name: "@oclif/plugin-help" dependency-version: 6.2.53 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: "@oclif/plugin-plugins" dependency-version: 5.4.80 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: "@playwright/test" dependency-version: 1.61.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: "@types/node" dependency-version: 26.0.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: "@typescript-eslint/parser" dependency-version: 8.62.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: eslint dependency-version: 10.6.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: postcss dependency-version: 8.5.16 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: turbo dependency-version: 2.10.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
c782d39 to
8e3074c
Compare
Bumps the development-dependencies group with 8 updates in the / directory:
26.0.026.0.18.61.18.62.010.5.010.6.02.9.182.10.06.2.526.2.535.4.785.4.808.5.158.5.161.61.01.61.1Updates
@types/nodefrom 26.0.0 to 26.0.1Commits
Updates
@typescript-eslint/parserfrom 8.61.1 to 8.62.0Release notes
Sourced from @typescript-eslint/parser's releases.
Changelog
Sourced from @typescript-eslint/parser's changelog.
Commits
54e2857chore(release): publish 8.62.081e4c26feat: remove redundant package.json "files" (#12444)Updates
eslintfrom 10.5.0 to 10.6.0Release notes
Sourced from eslint's releases.
Commits
5d12a0410.6.0f7ca54bBuild: changelog update for 10.6.06a42034ci: run ecosystem tests on main branch (#20891)b1f9106feat: detect Symbol() and BigInt() in no-constant-binary-expression (#20981)3dbacdbci: bump actions/checkout from 6 to 7 (#21014)c3abfcachore: correct JSDoc param types in html formatter (#21018)a83683ddocs: Update READMEa832320ci: split ecosystem tests into separate jobs (#21001)6b05784fix: prefer-exponentiation-operator invalid autofix at statement start (#20997)bb9eb2afix: account for shadowedBooleaninno-extra-boolean-cast(#21013)Updates
turbofrom 2.9.18 to 2.10.0Release notes
Sourced from turbo's releases.
... (truncated)
Commits
12fb0d9publish 2.10.0 to registrya12323brelease(turborepo): 2.9.19-canary.10 (#13130)65175fefix: Hash selected dependency outputs instead of tasks (#13129)5ba8917fix: Improve watch graceful shutdown (#13128)75ee2ccchore: Update to Rust 1.96.0 (#12974)6dccf5afix: Restart deferred hash consumers in watch (#13127)4ebb50ffeat: Add deferred hashing for task inputs (#13125)517e1a5docs: Fix stderr debugging guidance (#13122)0220b35fix: Respect task inputs when stopping interruptible persistent tasks in watc...6988692fix: Add ComSpec and PATHEXT to default Windows env passthrough (#13114)Updates
@oclif/plugin-helpfrom 6.2.52 to 6.2.53Release notes
Sourced from @oclif/plugin-help's releases.
Changelog
Sourced from @oclif/plugin-help's changelog.
Commits
c3a0fa5chore(release): 6.2.53 [skip ci]67586b0fix(deps): bump@oclif/corefrom 4.11.7 to 4.11.11 (#1146)1a8f33achore(dev-deps): bump oclif from 4.23.16 to 4.23.21 (#1147)cc4d325chore(dev-deps): bump eslint-config-oclif from 6.0.171 to 6.0.173 (#1148)adf2158chore(dev-deps): bump@oclif/testfrom 4.1.19 to 4.1.20 (#1149)c6545e4chore(dev-deps): bump prettier from 3.8.4 to 3.8.5 (#1150)925b237chore(dev-deps): bump oclif from 4.23.14 to 4.23.16 (#1142)cfe9ccachore(dev-deps): bump eslint-config-oclif from 6.0.170 to 6.0.171 (#1143)Updates
@oclif/plugin-pluginsfrom 5.4.78 to 5.4.80Release notes
Sourced from @oclif/plugin-plugins's releases.
Changelog
Sourced from @oclif/plugin-plugins's changelog.
Commits
c31bd8cchore(release): 5.4.80 [skip ci]8a9e3e9fix(deps): bump@oclif/corefrom 4.11.7 to 4.11.11 (#1352)a02c7acchore(dev-deps): bump prettier from 3.8.4 to 3.9.0 (#1353)1e9ff74chore(dev-deps): bump eslint-config-oclif from 6.0.171 to 6.0.173 (#1354)7ef914fchore(release): 5.4.79 [skip ci]7389f9cfix(deps): bump@sigstore/corefrom 3.2.0 to 3.2.1 (#1356)8198714chore(dev-deps): bump@oclif/plugin-helpfrom 6.2.50 to 6.2.52 (#1355)5417bedchore(dev-deps): bump eslint-config-oclif from 6.0.169 to 6.0.171 (#1344)1acc271chore(dev-deps): bump@oclif/testfrom 4.1.18 to 4.1.19 (#1345)Updates
postcssfrom 8.5.15 to 8.5.16Release notes
Sourced from postcss's releases.
Changelog
Sourced from postcss's changelog.
Commits
92ccc93Release 8.5.16 version818bdd6Update formatting46e4510FixInput#origin()returning incorrect position (#2036)34942ceFix testsd4feed6Don't clone root-less child nodes in container constructor (#2097)da323fcRevert version update to fix old Node.js on CI8863369Update dependencies3828982Preserve node raws when rehydrating a JSON AST (#2100)d1e80b8Fix Node#rangeBy() ignoring index 0 (#2091)b91e4a6Fix Node.js 26 testsMaintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for postcss since your current version.
Updates
@playwright/testfrom 1.61.0 to 1.61.1Release notes
Sourced from @playwright/test's releases.
Commits
39e3553cherry-pick(#41399): fix(test): load require-reached files as commonjs in syn...4328122chore: mark v1.61.1 (#41404)2c29a94fix(tracing): stop recording websocket frames outside of chunks (#41398)4324b19cherry-pick(#41367): fix(test): keep builtin expect matchers on base extend041e7e3cherry-pick(#41364): fix(har):WebSocketmessage timestamps should be in mi...b8a0fc3cherry-pick(#41309, #43149): Revert "fix(firefox): treat `navigationCommitted...b5a3175cherry-pick(#41319): fix(loader): support other node versionsd4724a9cherry-pick(#41290): feat(docker): add Ubuntu 26.04 (Resolute Raccoon) image