build: update all non-major dependencies #2677
Closed
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.
This PR contains the following updates:
7.26.9->7.26.107.19.0->7.19.17.19.0->7.19.17.51.1->7.52.122.13.10->22.13.11v4.2.2->v4.2.3v4.2.0->v4.3.0v4.6.1->v4.6.2v3.5.0->v3.5.10.25.0->0.25.111.4.0->11.5.0v3.28.11->v3.28.1239.198.1->39.211.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
babel/babel (@babel/core)
v7.26.10Compare Source
👓 Spec Compliance
babel-parser🐛 Bug Fix
babel-parser,babel-templatebabel-corebabel-parser,babel-plugin-transform-typescriptbabel-traversebabel-generatorabstract override(@liuxingbaoyu)babel-parserbabel-helpers,babel-runtime,babel-runtime-corejs2,babel-runtime-corejs3💅 Polish
babel-standalone🏠 Internal
babel-parsergoogleapis/nodejs-spanner (@google-cloud/spanner)
v7.19.1Compare Source
Bug Fixes
microsoft/rushstack (@microsoft/api-extractor)
v7.52.1Compare Source
Tue, 11 Mar 2025 02:12:34 GMT
Version update only
v7.52.0Compare Source
Tue, 11 Mar 2025 00:11:25 GMT
Minor changes
actions/cache (actions/cache)
v4.2.3Compare Source
What's Changed
New Contributors
Full Changelog: actions/cache@v4.2.2...v4.2.3
actions/setup-node (actions/setup-node)
v4.3.0Compare Source
What's Changed
Dependency updates
New Contributors
Full Changelog: actions/setup-node@v4...v4.3.0
actions/upload-artifact (actions/upload-artifact)
v4.6.2Compare Source
What's Changed
New Contributors
Full Changelog: actions/upload-artifact@v4...v4.6.2
aspect-build/rules_ts (aspect_rules_ts)
v3.5.1Compare Source
Using Bzlmod:
Add to your
MODULE.bazelfile:Using legacy WORKSPACE
Paste this snippet into your
WORKSPACEfile:To use rules_ts with bazel-lib 2.x, you must additionally register the coreutils toolchain.
What's Changed
ts_project()forassetsthat are generated directly into theoutDirby @walkerburgin in https://github.com/aspect-build/rules_ts/pull/779New Contributors
Full Changelog: aspect-build/rules_ts@v3.5.0...v3.5.1
evanw/esbuild (esbuild)
v0.25.1Compare Source
Fix incorrect paths in inline source maps (#4070, #4075, #4105)
This fixes a regression from version 0.25.0 where esbuild didn't correctly resolve relative paths contained within source maps in inline
sourceMappingURLdata URLs. The paths were incorrectly being passed through as-is instead of being resolved relative to the source file containing thesourceMappingURLcomment, which was due to the data URL not being a file URL. This regression has been fixed, and this case now has test coverage.Fix invalid generated source maps (#4080, #4082, #4104, #4107)
This release fixes a regression from version 0.24.1 that could cause esbuild to generate invalid source maps. Specifically under certain conditions, esbuild could generate a mapping with an out-of-bounds source index. It was introduced by code that attempted to improve esbuild's handling of "null" entries in source maps (i.e. mappings with a generated position but no original position). This regression has been fixed.
This fix was contributed by @jridgewell.
Fix a regression with non-file source map paths (#4078)
The format of paths in source maps that aren't in the
filenamespace was unintentionally changed in version 0.25.0. Path namespaces is an esbuild-specific concept that is optionally available for plugins to use to distinguish paths fromfilepaths and from paths meant for other plugins. Previously the namespace was prepended to the path joined with a:character, but version 0.25.0 unintentionally failed to prepend the namespace. The previous behavior has been restored.Fix a crash with
switchoptimization (#4088)The new code in the previous release to optimize dead code in switch statements accidentally introduced a crash in the edge case where one or more switch case values include a function expression. This is because esbuild now visits the case values first to determine whether any cases are dead code, and then visits the case bodies once the dead code status is known. That triggered some internal asserts that guard against traversing the AST in an unexpected order. This crash has been fixed by changing esbuild to expect the new traversal ordering. Here's an example of affected code:
Update Go from 1.23.5 to 1.23.7 (#4076, #4077)
This should have no effect on existing code as this version change does not change Go's operating system support. It may remove certain reports from vulnerability scanners that detect which version of the Go compiler esbuild uses.
This PR was contributed by @MikeWillCook.
firebase/firebase-js-sdk (firebase)
v11.5.0Compare Source
For more detailed release notes, see Firebase JavaScript SDK Release Notes.
What's Changed
firebase@11.5.0
Minor Changes
058afa2#8741 - Added missingBlockReasonandFinishReasonenum values.Patch Changes
5611175#8814 (fixes #8813) - Modify the retry mechanism to stop when remaining tries is less than or equal to zero, improving the robustness of the retry handling.feb2c9d#8787 - Use lazy encoding in UTF-8 encoded byte comparison for strings.Updated dependencies [
25985ac,5611175,95b4fc6,feb2c9d,113c965,058afa2,43d6b67]:@firebase/app@0.11.3
@firebase/vertexai@1.2.0
@firebase/performance@0.7.2
@firebase/app-check@0.8.13
@firebase/firestore@4.7.10
@firebase/database-compat@2.0.5
@firebase/database@1.0.14
@firebase/data-connect@0.3.2
@firebase/app-compat@0.2.52
@firebase/performance-compat@0.2.15
@firebase/app-check-compat@0.3.20
@firebase/firestore-compat@0.3.45
@firebase/vertexai@1.2.0
Minor Changes
25985ac#8827 - AddsystemInstruction,tools, andgenerationConfigtoCountTokensRequest.058afa2#8741 - Added missingBlockReasonandFinishReasonenum values.@firebase/app@0.11.3
Patch Changes
@firebase/app-check@0.8.13
Patch Changes
95b4fc6#8842 (fixes #8822) - Improve error handling in AppCheck. The publicly-exportedgetToken()will now throwinternalErrorstrings it was previously ignoring.@firebase/app-check-compat@0.3.20
Patch Changes
95b4fc6]:@firebase/app-compat@0.2.52
Patch Changes
@firebase/data-connect@0.3.2
Patch Changes
43d6b67#8820 - Update requests to point to v1 backend endpoints instead of v1beta@firebase/database@1.0.14
Patch Changes
113c965#8800 - Added non-null parent properties to ThenableReference@firebase/database-compat@2.0.5
Patch Changes
113c965#8800 - Added non-null parent properties to ThenableReferenceUpdated dependencies [
113c965]:@firebase/database-types@1.0.10
@firebase/database@1.0.14
@firebase/database-types@1.0.10
Patch Changes
113c965#8800 - Added non-null parent properties to ThenableReference@firebase/firestore@4.7.10
Patch Changes
feb2c9d#8787 - Use lazy encoding in UTF-8 encoded byte comparison for strings.@firebase/firestore-compat@0.3.45
Patch Changes
feb2c9d]:@firebase/performance@0.7.2
Patch Changes
5611175#8814 (fixes #8813) - Modify the retry mechanism to stop when remaining tries is less than or equal to zero, improving the robustness of the retry handling.@firebase/performance-compat@0.2.15
Patch Changes
5611175]:github/codeql-action (github/codeql-action)
v3.28.12Compare Source
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.28.12 - 19 Mar 2025
build-mode: noneextractions. This should speed up workflows and avoid inconsistent alerts in some cases.See the full CHANGELOG.md for more information.
renovatebot/renovate (renovate)
v39.211.0Compare Source
Features
Miscellaneous Chores
v39.210.1Compare Source
Build System
v39.210.0Compare Source
Features
v39.209.0Compare Source
Features
v39.208.1Compare Source
Bug Fixes
Miscellaneous Chores
v39.208.0Compare Source
Features
Documentation
Miscellaneous Chores
8c55c44(main) (#34892) (8ed561d)c474431(main) (#34890) (ea0af0e)d392a96(main) (#34888) (db4f028)v39.207.3Compare Source
Bug Fixes
Miscellaneous Chores
9be4c05(main) (#34886) (10801a0)a9710c4(main) (#34873) (deb7472)v39.207.2Compare Source
Bug Fixes
v39.207.1Compare Source
Bug Fixes
v39.207.0Compare Source
Features
v39.206.0Compare Source
Features
Bug Fixes
withMeta(#34839) (dbe8c6e)Miscellaneous Chores
v39.205.2Compare Source
Bug Fixes
Documentation
Miscellaneous Chores
v39.205.1Compare Source
Bug Fixes
Documentation
Miscellaneous Chores
v39.205.0Compare Source
Features
v39.204.0Compare Source
Features
v39.203.1Compare Source
Bug Fixes
Miscellaneous Chores
v39.202.0Compare Source
Features
Miscellaneous Chores
v39.201.0Compare Source
Features
v39.200.4Compare Source
Miscellaneous Chores
Build System
v39.200.3Compare Source
Bug Fixes
Miscellaneous Chores
Tests
v39.200.2Compare Source
Bug Fixes
v39.200.1Compare Source
Bug Fixes
Documentation
assigneestoreviewers(#34776) (19d0933)v39.200.0Compare Source
Features
kubebuilder(#34770) (476afca)Miscellaneous Chores
bc336ad(main) (#34775) (f30545a)v39.199.1Compare Source
Bug Fixes
Build System
v39.199.0Compare Source
Features
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.