Update patch-dependencies#1084
Closed
renovate[bot] wants to merge 1 commit intomainfrom
Closed
Conversation
Contributor
Author
|
64c8dd4 to
f666d10
Compare
8fa6254 to
8175cbd
Compare
5dc2d30 to
f0d0250
Compare
5465a88 to
b7c5660
Compare
b7c5660 to
0950e71
Compare
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.
This PR contains the following updates:
18.3.5->18.3.63.31.1->3.31.25.0.9->5.0.120.25.1->0.25.27.4.0->7.4.129.3.0->29.3.16.2.4->6.2.50.8.12->0.8.133.5.2->3.5.33.5.2->3.5.33.21.0->3.21.13.21.0->3.21.1Release Notes
cytoscape/cytoscape.js (cytoscape)
v3.31.2Compare Source
Release version v3.31.2
saadeghi/daisyui (daisyui)
v5.0.12Compare Source
Bug Fixes
v5.0.11Compare Source
Bug Fixes
v5.0.10Compare Source
Bug Fixes
:not(:has())selectors getting prefix. closes: #3739 (771b6eb)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.
remix-run/react-router (react-router-dom)
v7.4.1Compare Source
Patch Changes
react-router@7.4.1kulshekhar/ts-jest (ts-jest)
v29.3.1Compare Source
Bug Fixes
isolatedModulesmode to havets.ProgramunderNode16/Next(25157eb)isolatedModulesofts-jestconfig (547eb6f)vitejs/vite (vite)
v6.2.5Compare Source
Please refer to CHANGELOG.md for details.
jacoco/jacoco (org.jacoco:jacoco-maven-plugin)
v0.8.13: 0.8.13Compare Source
New Features
inlinefunctions (GitHub #1670).inlinefunctions with reified type parameter (GitHub #1670, #1700).JvmSyntheticfunctions (GitHub #1700).getEntriesgenerated by the Kotlin compiler for enum classes is filtered out during generation of report (GitHub #1625).JvmOverloadsannotation are filtered out (GitHub #1768).Fixed bugs
Non-functional Changes
IllegalArgumentExceptionoccurs during reading of zip file (GitHub #1833).quarkusio/quarkus (io.quarkus:quarkus-bom)
v3.21.1Compare Source
Major changes
Complete changelog
@ServerRequestFilter@Resolverand@Blockingdo not work@Resolvermethods@UnwrapExceptionin quarkus-rest doc examplesun.security.util.resources.securityfor kafka in native mode@GrpcService-annotated class makes tests failConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.