Open
Conversation
✅ Deploy Preview for endearing-brigadeiros-63f9d0 canceled.
|
Dependency ReviewThe following issues were found:
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1379 +/- ##
=======================================
Coverage 81.77% 81.77%
=======================================
Files 67 67
Lines 4769 4769
Branches 827 827
=======================================
Hits 3900 3900
Misses 853 853
Partials 16 16 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
25d5918 to
9eba341
Compare
9bfc238 to
b3c86b6
Compare
7b9e42a to
736d606
Compare
03860bd to
6a806b6
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:
^3.980.0→^3.1000.0^7.28.6→^7.29.0^0.27.2→^0.27.3^0.27.2→^0.27.30.27.2→0.27.30.27.2→0.27.3^9.39.2→^9.39.3^5.2.9→^5.2.10^19.21.2→^19.22.0^4.17.23→^4.17.24^22.19.7→^22.19.13^5.1.2→^5.1.4^1.13.4→^1.13.6^15.9.0→^15.11.0^9.39.2→^9.39.3^5.2.1→^5.3.0^1.36.3→^1.37.2^16.2.7→^16.3.016.3.2(+1)606f8e0→81ed620c028001→65b74d0c028001→65b74d0^6.8.1→^6.8.2^3.30.0→^3.32.3^8.54.0→^8.56.1Release Notes
aws/aws-sdk-js-v3 (@aws-sdk/credential-providers)
v3.1000.0Compare Source
Note: Version bump only for package @aws-sdk/credential-providers
v3.999.0Compare Source
Note: Version bump only for package @aws-sdk/credential-providers
v3.998.0Compare Source
Note: Version bump only for package @aws-sdk/credential-providers
v3.997.0Compare Source
Note: Version bump only for package @aws-sdk/credential-providers
v3.996.0Compare Source
Note: Version bump only for package @aws-sdk/credential-providers
v3.995.0Compare Source
Note: Version bump only for package @aws-sdk/credential-providers
v3.994.0Compare Source
Note: Version bump only for package @aws-sdk/credential-providers
v3.993.0Compare Source
Note: Version bump only for package @aws-sdk/credential-providers
evanw/esbuild (@esbuild/darwin-arm64)
v0.27.3Compare Source
Preserve URL fragments in data URLs (#4370)
Consider the following HTML, CSS, and SVG:
index.html:icons.css:triangle.svg:The CSS uses a URL fragment (the
#x) to reference theclipPathelement in the SVG file. Previously esbuild's CSS bundler didn't preserve the URL fragment when bundling the SVG using thedataurlloader, which broke the bundled CSS. With this release, esbuild will now preserve the URL fragment in the bundled CSS:Parse and print CSS
@scoperules (#4322)This release includes dedicated support for parsing
@scoperules in CSS. These rules include optional "start" and "end" selector lists. One important consequence of this is that the local/global status of names in selector lists is now respected, which improves the correctness of esbuild's support for CSS modules. Minification of selectors inside@scoperules has also improved slightly.Here's an example:
Fix a minification bug with lowering of
for await(#4378, #4385)This release fixes a bug where the minifier would incorrectly strip the variable in the automatically-generated
catchclause of loweredfor awaitloops. The code that generated the loop previously failed to mark the internal variable references as used.Update the Go compiler from v1.25.5 to v1.25.7 (#4383, #4388)
This PR was contributed by @MikeWillCook.
eslint/eslint (@eslint/js)
v9.39.3Compare Source
Bug Fixes
791bf8dfix: restore TypeScript 4.0 compatibility in types (#20504) (sethamus)Chores
8594a43chore: upgrade @eslint/js@9.39.3 (#20529) (Milos Djermanovic)9ceef92chore: package.json update for @eslint/js release (Jenkins)af498c6chore: ignore/docs/v9.xin link checker (#20453) (Milos Djermanovic)fontsource/font-files (@fontsource/roboto)
v5.2.10Compare Source
primer/octicons (@primer/octicons-react)
v19.22.0Compare Source
Minor Changes
18e3b9fdThanks @janmaarten-a11y! - Add book-locked iconAdd comment-locked icon
Add issue-locked icon
Add git-pull-request-locked icon
vitejs/vite-plugin-react (@vitejs/plugin-react)
v5.1.4Compare Source
Fix
canSkipBabelnot accounting forbabel.overrides(#1098)When configuring
babel.overrideswithout top-level plugins or presets, Babel was incorrectly skipped. ThecanSkipBabelfunction now checks foroverrides.lengthto ensure override configurations are processed.cypress-io/cypress (cypress)
v15.11.0Compare Source
Changelog: https://docs.cypress.io/app/references/changelog#15-11-0
v15.10.0Compare Source
Changelog: https://docs.cypress.io/app/references/changelog#15-10-0
isomorphic-git/isomorphic-git (isomorphic-git)
v1.37.2Compare Source
Bug Fixes
v1.37.1Compare Source
Bug Fixes
v1.37.0Compare Source
Features
lint-staged/lint-staged (lint-staged)
v16.3.0Compare Source
Minor Changes
#1698
feda37aThanks @iiroj! - Run external processes withtinyexecinstead ofnano-spawn.nano-spawnreplacedexecain lint-staged version 16 to limit the amount of npm dependencies required, but caused some unknown issues related to spawning tasks. Let's hopetinyexecimproves the situation.#1699
1346d16Thanks @iiroj! - Removepidtreeas a dependency. When a task fails, its sub-processes are killed more efficiently via the process group on Unix systems, and thetaskkillcommand on Windows.Patch Changes
87467aaThanks @iiroj! - Incorrect brace expansions like*.{js}(nothing to expand) are detected exhaustively, instead of just a single pass.panva/openid-client (openid-client)
v6.8.2Compare Source
Fixes
steveukx/git-js (simple-git)
v3.32.3Compare Source
Patch Changes
f704208: Enhancedprotocol.allowchecks inallowUnsafeExtProtocolhandling.Thanks to @CodeAnt-AI-Security for identifying the issue
v3.32.2Compare Source
Patch Changes
8d02097: Enhanced clone unsafe switch detection.v3.32.1Compare Source
Patch Changes
23b070f: Fix regex for detecting unsafe clone optionsThanks to @stevenwdv for reporting this issue.
v3.32.0Compare Source
Minor Changes
1effd8e: Enhances theunsafeplugin to block additional cases where the-uswitch may be disguisedalong with other single character options.
Thanks to @JuHwiSang for identifying this as vulnerability.
Patch Changes
d5fd4fe: Use task runner for logging use of deprecated (already no-op) functions.v3.31.1Compare Source
Patch Changes
a44184f: Resolve NPM publish stepstypescript-eslint/typescript-eslint (typescript-eslint)
v8.56.1Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
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 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.