fix: bump non-breaking dependencies to latest - #678
Merged
Merged
Conversation
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Automated non-major dependency bump (deps-train).
package.json
packages/static-server/package.json
packages/secret/package.json
packages/search/package.json
packages/npmrc/package.json
packages/bundlesize/package.json
Transitive refresh (
pnpm update) — 23 package(s) movedShow transitive changes
What changed
@versini/dev-dependencies-common14.0.15 → 14.0.16dev-dependencies-common: v14.0.16
14.0.16 (2026-09-24)
Bug Fixes
compare 14.0.15…14.0.16 · npm
turbo2.10.13 → 2.11.3Turborepo v2.11.3
What's Changed
Changelog
@github-actions[bot] in chore: Release Turborepo 2.11.2 vercel/turborepo#14107@anthonyshewin refactor: Remove experimental Cargo compile cache vercel/turborepo#14110@anthonyshewin refactor: Remove clap from turborepo-types vercel/turborepo#14111@anthonyshewin chore: Use canary turbo for Vercel builds vercel/turborepo#14112@anthonyshewin refactor: Extract turborepo-tracing crate vercel/turborepo#14113@vercel-gh-bot-2[bot] in refactor: Remove Run boundaries extension vercel/turborepo#14114@vercel-gh-bot-3[bot] in refactor: Relocate child spawning to turborepo-process vercel/turborepo#14115@Neekorasin docs: Drop stale support-policy entry from getting-started nav vercel/turborepo#14116@anthonyshewin refactor: Move CLI configuration overrides into CLI vercel/turborepo#14119@anthonyshewin fix: Avoid microfrontend polyrepo warnings vercel/turborepo#14118@anthonyshewin refactor: Add run and execution selector DTOs vercel/turborepo#14120@github-actions[bot] in chore: Release Turborepo 2.11.3-canary.1 vercel/turborepo#14121…notes truncated.
Turborepo v2.11.2
What's Changed
Changelog
@github-actions[bot] in chore: Release Turborepo 2.11.1 vercel/turborepo#14104@anthonyshewin fix: Restore repeatable CLI flags vercel/turborepo#14106Full Changelog: vercel/turborepo@v2.11.1...v2.11.2
Turborepo v2.11.1
What's Changed
Changelog
@github-actions[bot] in chore: Release Turborepo 2.11.0 vercel/turborepo#14102@anthonyshewin docs: Add Turborepo 2.11 release post vercel/turborepo#13652@anthonyshewin fix: Allow esbuild builds for pnpm generators vercel/turborepo#14103Full Changelog: vercel/turborepo@v2.11.0...v2.11.1
Turborepo v2.11.0
What's Changed
Changelog
@github-actions[bot] in release(turborepo): 2.10.0 vercel/turborepo#13131@anthonyshewin docs: Add Turborepo 2.10 release post and update docs vercel/turborepo#13096@anthonyshewin perf: Avoid normalizing git index path joins vercel/turborepo#12944@anthonyshewin chore: Remove tbx package vercel/turborepo#13133@anthonyshewin feat: Migrate TUI virtual terminals from vt100 to Ghostty vercel/turborepo#13135@anthonyshewin chore: Add examples maintenance agent vercel/turborepo#13136@anthonyshewin chore: Remove a few pre-push hooks vercel/turborepo#13137@anthonyshewin ci: Making sure Zig works in releases vercel/turborepo#13138@github-actions[bot] in release(turborepo): 2.10.1-canary.1 vercel/turborepo#13139@gwagjiugin fix: Support Corepack packageManager integrity hashes vercel/turborepo#13123@vercel[bot] in fix(env): Add XDG_DATA_* to pass-through vercel/turborepo#13145@github-actions[bot] in release(turborepo): 2.10.1-canary.2 vercel/turborepo#13147devEngines.packageManagerby@lachiehin feat: SupportdevEngines.packageManagervercel/turborepo#12388…notes truncated.
compare 2.10.13…2.11.3 · npm
pnpm11.27.0 → 11.27.1pnpm 11.27.1
Patch Changes
pn,pnpx, andpnxnow run the pnpm installed alongside them. They used to look pnpm up onPATH. That failed when the directory holding them was not onPATH, and it silently handed the call to an unrelated pnpm when one came first there #14803.The
@zkochan/cmd-shimpackage is now available as@pnpm/bins.cmd-shim.pnpm cache list-registriesnow prints the registry URL, matchingpnpm cache view. It printedhttps%3A+registry.npmjs.orgbefore and printshttps://registry.npmjs.org/now #15046.pnpm deployno longer installs the dependencies of the workspace root project into the deploy directory #6437.Install warnings no longer carry the text of a package's deprecation notice. The warning names the deprecated package and version, and the
pnpm:deprecationevent no longer carries the notice either.pnpm viewstill shows it on request.A deprecation warning now names the newest version of the package that is not deprecated, and says when reaching it means widening the range you declared:
pnpm works this out from the metadata it already fetched, so it costs no extra request. An install that reuses the lockfile without fetching metadata names no version.
pnpm strips c
…notes truncated.
compare 11.27.0…11.27.1 · npm
@fastify/static10.1.3 → 10.1.4v10.1.4
This is a security release for GHSA-r799-r9gc-m956 (CVE-2026-90982).
It fixes a route guard and
allowedPathbypass on case-insensitive filesystems. Users should upgrade to@fastify/static10.1.4.Full Changelog: fastify/fastify-static@v10.1.3...v10.1.4
compare 10.1.3…10.1.4 · npm
fastify5.12.4 → 5.12.5v5.12.5
What's Changed
@github-actions[bot] in [Backport 5.x] perf: reduce content-type parser overhead fastify/fastify#7019@github-actions[bot] in [Backport 5.x] perf: avoid redundant request-part reads during validation fastify/fastify#7020Full Changelog: fastify/fastify@v5.12.4...v5.12.5
compare 5.12.4…5.12.5 · npm
fs-extra11.4.0 → 11.4.1releases · npm