build: update all non-major dependencies #2693
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.52.1->7.52.222.13.13->22.13.14v2.3.2->v2.3.30.25.1->0.25.214.0.0->14.0.114.0.1->14.0.239.213.1->39.226.02.7.0->2.7.12.7.0->2.7.1Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
microsoft/rushstack (@microsoft/api-extractor)
v7.52.2Compare Source
Tue, 25 Mar 2025 15:11:15 GMT
Version update only
aspect-build/rules_js (aspect_rules_js)
v2.3.3Compare Source
Many companies are successfully building with rules_js.
If you're getting value from the project, please let us know!
Just comment on our Adoption Discussion.
Using Bzlmod with Bazel 6:
Add to your
MODULE.bazelfile:Using WORKSPACE
Paste this snippet into your
WORKSPACEfile:What's Changed
Full Changelog: aspect-build/rules_js@v2.3.2...v2.3.3
evanw/esbuild (esbuild)
v0.25.2Compare Source
Support flags in regular expressions for the API (#4121)
The JavaScript plugin API for esbuild takes JavaScript regular expression objects for the
filteroption. Internally these are translated into Go regular expressions. However, this translation previously ignored theflagsproperty of the regular expression. With this release, esbuild will now translate JavaScript regular expression flags into Go regular expression flags. Specifically the JavaScript regular expression/\.[jt]sx?$/iis turned into the Go regular expression`(?i)\.[jt]sx?$`internally inside of esbuild's API. This should make it possible to use JavaScript regular expressions with theiflag. Note that JavaScript and Go don't support all of the same regular expression features, so this mapping is only approximate.Fix node-specific annotations for string literal export names (#4100)
When node instantiates a CommonJS module, it scans the AST to look for names to expose via ESM named exports. This is a heuristic that looks for certain patterns such as
exports.NAME = ...ormodule.exports = { ... }. This behavior is used by esbuild to "annotate" CommonJS code that was converted from ESM with the original ESM export names. For example, when converting the fileexport let foo, barfrom ESM to CommonJS, esbuild appends this to the end of the file:However, this feature previously didn't work correctly for export names that are not valid identifiers, which can be constructed using string literal export names. The generated code contained a syntax error. That problem is fixed in this release:
Basic support for index source maps (#3439, #4109)
The source map specification has an optional mode called index source maps that makes it easier for tools to create an aggregate JavaScript file by concatenating many smaller JavaScript files with source maps, and then generate an aggregate source map by simply providing the original source maps along with some offset information. My understanding is that this is rarely used in practice. I'm only aware of two uses of it in the wild: ClojureScript and Turbopack.
This release provides basic support for indexed source maps. However, the implementation has not been tested on a real app (just on very simple test input). If you are using index source maps in a real app, please try this out and report back if anything isn't working for you.
Note that this is also not a complete implementation. For example, index source maps technically allows nesting source maps to an arbitrary depth, while esbuild's implementation in this release only supports a single level of nesting. It's unclear whether supporting more than one level of nesting is important or not given the lack of available test cases.
This feature was contributed by @clyfish.
firebase/firebase-tools (firebase-tools)
v14.0.1Compare Source
nock/nock (nock)
v14.0.2Compare Source
Bug Fixes
renovatebot/renovate (renovate)
v39.226.0Compare Source
Features
v39.225.0Compare Source
Features
currentVersionTimestampvia datasource postprocess (#35082) (9fe58e3)v39.224.0Compare Source
Features
registryStrategyfor a package (#35080) (fb3f86f)Bug Fixes
Documentation
Miscellaneous Chores
v39.223.0Compare Source
Features
v39.222.4Compare Source
Bug Fixes
hostRules.enabled=falseeven whennoAuth=true(#35048) (7d46cf7)Documentation
Miscellaneous Chores
Code Refactoring
customEnvVariablesto util folder (#35097) (e0e53b9)v39.222.3Compare Source
Bug Fixes
v39.222.2Compare Source
Bug Fixes
Documentation
Miscellaneous Chores
v39.222.1Compare Source
Bug Fixes
v39.222.0Compare Source
Features
v39.221.0Compare Source
Features
v39.220.7Compare Source
Bug Fixes
v39.220.6Compare Source
Bug Fixes
memCachewhen caching is switched on/off (#35060) (db8dda2)v39.220.5Compare Source
Bug Fixes
v39.220.4Compare Source
Bug Fixes
Documentation
v39.220.3Compare Source
Bug Fixes
Miscellaneous Chores
v39.220.2Compare Source
Build System
v39.220.1Compare Source
Bug Fixes
v39.220.0Compare Source
Features
v39.219.3Compare Source
Bug Fixes
Miscellaneous Chores
v39.219.2Compare Source
Build System
v39.219.1Compare Source
Bug Fixes
v39.219.0Compare Source
Features
mjsoptions to prettier (#33949) (de1ff6e)Miscellaneous Chores
v39.218.1Compare Source
Bug Fixes
v39.218.0Compare Source
Features
Documentation
Miscellaneous Chores
v39.217.0Compare Source
Features
Miscellaneous Chores
v39.216.1Compare Source
Build System
v39.216.0Compare Source
Features
v39.215.2Compare Source
Miscellaneous Chores
Build System
v39.215.1Compare Source
Bug Fixes
v39.215.0Compare Source
Features
Miscellaneous Chores
v39.214.0Compare Source
Features
Bug Fixes
v39.213.6Compare Source
Bug Fixes
ghcr.io/devcontainers/features/nodefrom node (#34991) (3b8826d)v39.213.5Compare Source
Bug Fixes
Miscellaneous Chores
Code Refactoring
v39.213.4Compare Source
Miscellaneous Chores
Build System
v39.213.3Compare Source
Build System
v39.213.2Compare Source
Bug Fixes
Miscellaneous Chores
eemeli/yaml (yaml)
v2.7.1Compare Source
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.