build: update all non-major dependencies #2658
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.19.0
->7.19.1
7.19.0
->7.19.1
7.3.3
->7.4.0
7.51.1
->7.52.1
22.13.10
->22.13.11
v4.2.2
->v4.2.3
v4.2.0
->v4.3.0
v4.6.1
->v4.6.2
v3.5.0
->v3.5.1
0.25.0
->0.25.1
11.4.0
->11.5.0
13.34.0
->13.35.1
v3.28.11
->v3.28.12
39.198.1
->39.211.0
16.15.0
->16.16.0
7.4.0
->7.5.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
googleapis/nodejs-spanner (@google-cloud/spanner)
v7.19.1
Compare Source
Bug Fixes
SBoudrias/Inquirer.js (@inquirer/prompts)
v7.4.0
Compare Source
microsoft/rushstack (@microsoft/api-extractor)
v7.52.1
Compare Source
Tue, 11 Mar 2025 02:12:34 GMT
Version update only
v7.52.0
Compare Source
Tue, 11 Mar 2025 00:11:25 GMT
Minor changes
actions/cache (actions/cache)
v4.2.3
Compare Source
What's Changed
New Contributors
Full Changelog: actions/cache@v4.2.2...v4.2.3
actions/setup-node (actions/setup-node)
v4.3.0
Compare 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.2
Compare Source
What's Changed
New Contributors
Full Changelog: actions/upload-artifact@v4...v4.6.2
aspect-build/rules_ts (aspect_rules_ts)
v3.5.1
Compare Source
Using Bzlmod:
Add to your
MODULE.bazel
file:Using legacy WORKSPACE
Paste this snippet into your
WORKSPACE
file:To use rules_ts with bazel-lib 2.x, you must additionally register the coreutils toolchain.
What's Changed
ts_project()
forassets
that are generated directly into theoutDir
by @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.1
Compare 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
sourceMappingURL
data URLs. The paths were incorrectly being passed through as-is instead of being resolved relative to the source file containing thesourceMappingURL
comment, 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
file
namespace 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 fromfile
paths 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
switch
optimization (#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.0
Compare Source
For more detailed release notes, see Firebase JavaScript SDK Release Notes.
What's Changed
firebase@11.5.0
Minor Changes
058afa2
#8741 - Added missingBlockReason
andFinishReason
enum 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
, andgenerationConfig
toCountTokensRequest
.058afa2
#8741 - Added missingBlockReason
andFinishReason
enum 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 throwinternalError
strings 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
]:firebase/firebase-tools (firebase-tools)
v13.35.1
Compare Source
v13.35.0
Compare Source
firebase.json
. (#8314)ext:install
used POSIX file seperators on Windows machines. (#8326)firebase login
would not be correctly provided to the Data Connect emulator.firebase init dataconnect
connector.yaml
template.github/codeql-action (github/codeql-action)
v3.28.12
Compare 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: none
extractions. 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.0
Compare Source
Features
Miscellaneous Chores
v39.210.1
Compare Source
Build System
v39.210.0
Compare Source
Features
v39.209.0
Compare Source
Features
v39.208.1
Compare Source
Bug Fixes
Miscellaneous Chores
v39.208.0
Compare Source
Features
Documentation
Miscellaneous Chores
8c55c44
(main) (#34892) (8ed561d)c474431
(main) (#34890) (ea0af0e)d392a96
(main) (#34888) (db4f028)v39.207.3
Compare Source
Bug Fixes
Miscellaneous Chores
9be4c05
(main) (#34886) (10801a0)a9710c4
(main) (#34873) (deb7472)v39.207.2
Compare Source
Bug Fixes
v39.207.1
Compare Source
Bug Fixes
v39.207.0
Compare Source
Features
v39.206.0
Compare Source
Features
Bug Fixes
withMeta
(#34839) (dbe8c6e)Miscellaneous Chores
v39.205.2
Compare Source
Bug Fixes
Documentation
Miscellaneous Chores
v39.205.1
Compare Source
Bug Fixes
Documentation
Miscellaneous Chores
v39.205.0
Compare Source
Features
v39.204.0
Compare Source
Features
v39.203.1
Compare Source
Bug Fixes
Miscellaneous Chores
v39.202.0
Compare Source
Features
Miscellaneous Chores
v39.201.0
Compare Source
Features
v39.200.4
Compare Source
Miscellaneous Chores
Build System
v39.200.3
Compare Source
Bug Fixes
Miscellaneous Chores
Tests
v39.200.2
Compare Source
Bug Fixes
v39.200.1
Compare Source
Bug Fixes
Documentation
assignees
toreviewers
(#34776) (19d0933)v39.200.0
Compare Source
Features
kubebuilder
(#34770) (476afca)Miscellaneous Chores
bc336ad
(main) (#34775) (f30545a)v39.199.1
Compare Source
Bug Fixes
Build System
v39.199.0
Compare Source
Features
stylelint/stylelint (stylelint)
v16.16.0
Compare Source
It adds support for computing
EditInfo
to 22 more rules and reverts a change that addedcontext.lexer
to our public API in the previous release.at-rule-empty-line-before
support for computingEditInfo
(#8425) (@pamelalozano16).at-rule-no-deprecated
support for computingEditInfo
(#8426) (@pamelalozano16).at-rule-no-vendor-prefix
support for computingEditInfo
(#8427) (@pamelalozano16).color-function-notation
support for computingEditInfo
(#8437) (@pamelalozano16).declaration-empty-line-before
support for computingEditInfo
(#8443) (@pamelalozano16).declaration-property-value-keyword-no-deprecated
support for computingEditInfo
. (#8439) (@pamelalozano16).font-family-name-quotes
support for computingEditInfo
(#8419) (@ryo-manba).font-weight-notation
support for computingEditInfo
(#8420) (@ryo-manba).function-calc-no-unspaced-operator
support for computingEditInfo
(#8440) (@pamelalozano16).function-name-case
support for support for computingEditInfo
." (#8442) (@pamelalozano16).hue-degree-notation
support for computingEditInfo
(#8444) (@pamelalozano16).import-notation
support for computingEditInfo
. (#8445) (@pamelalozano16).keyframe-selector-notation
support for computingEditInfo
(#8457) (@pamelalozano16).length-zero-no-unit
support for computingEditInfo
(#8459) (@pamelalozano16).lightness-notation
support for computingEditInfo
(#8458) (@pamelalozano16).media-feature-name-no-vendor-prefix
support for computingEditInfo
(#8456) (@pamelalozano16).media-feature-range-notation
support for computingEditInfo
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.