Bump the npm group with 23 updates
Type: Pull Request
State: Open
Association: Contributor
Comments: 1
(3 months ago)
(3 months ago)
dependencies javascript
poad
Bumps the npm group with 23 updates:
| Package | From | To |
|---|---|---|
| pnpm | 10.14.0 |
10.15.0 |
| vite | 7.1.2 |
7.1.3 |
| @rollup/rollup-android-arm-eabi | 4.46.2 |
4.46.3 |
| @rollup/rollup-android-arm64 | 4.46.2 |
4.46.3 |
| @rollup/rollup-darwin-arm64 | 4.46.2 |
4.46.3 |
| @rollup/rollup-darwin-x64 | 4.46.2 |
4.46.3 |
| @rollup/rollup-freebsd-arm64 | 4.46.2 |
4.46.3 |
| @rollup/rollup-freebsd-x64 | 4.46.2 |
4.46.3 |
| @rollup/rollup-linux-arm-gnueabihf | 4.46.2 |
4.46.3 |
| @rollup/rollup-linux-arm-musleabihf | 4.46.2 |
4.46.3 |
| @rollup/rollup-linux-arm64-gnu | 4.46.2 |
4.46.3 |
| @rollup/rollup-linux-arm64-musl | 4.46.2 |
4.46.3 |
| @rollup/rollup-linux-loongarch64-gnu | 4.46.2 |
4.46.3 |
| @rollup/rollup-linux-ppc64-gnu | 4.46.2 |
4.46.3 |
| @rollup/rollup-linux-riscv64-gnu | 4.46.2 |
4.46.3 |
| @rollup/rollup-linux-riscv64-musl | 4.46.2 |
4.46.3 |
| @rollup/rollup-linux-s390x-gnu | 4.46.2 |
4.46.3 |
| @rollup/rollup-linux-x64-gnu | 4.46.2 |
4.46.3 |
| @rollup/rollup-linux-x64-musl | 4.46.2 |
4.46.3 |
| @rollup/rollup-win32-arm64-msvc | 4.46.2 |
4.46.3 |
| @rollup/rollup-win32-ia32-msvc | 4.46.2 |
4.46.3 |
| @rollup/rollup-win32-x64-msvc | 4.46.2 |
4.46.3 |
| rollup | 4.46.2 |
4.46.3 |
Updates pnpm from 10.14.0 to 10.15.0
Release notes
Sourced from pnpm's releases.
pnpm 10.15
Minor Changes
- Added the
cleanupUnusedCatalogsconfiguration. When set totrue, pnpm will remove unused catalog entries during installation #9793.- Automatically load pnpmfiles from config dependencies that are named
@*/pnpm-plugin-*#9780.pnpm config getnow prints an INI string for an object value #9797.pnpm config getnow accepts property paths (e.g.pnpm config get catalog.react,pnpm config get .catalog.react,pnpm config get 'packageExtensions["@babel/parser"].peerDependencies["@babel/types"]'), andpnpm config setnow accepts dot-leading or subscripted keys (e.g.pnpm config set .ignoreScripts true).pnpm config get --jsonnow prints a JSON serialization of config value, andpnpm config set --jsonnow parses the input value as JSON.Patch Changes
- Semi-breaking. When automatically installing missing peer dependencies, prefer versions that are already present in the direct dependencies of the root workspace package #9835.
- When executing the
pnpm createcommand, must verify whether the node version is supported even if a cache already exists #9775.- When making requests for the non-abbreviated packument, add
*/*to theAcceptheader to avoid getting a 406 error on AWS CodeArtifact #9862.- The standalone exe version of pnpm works with glibc 2.26 again #9734.
- Fix a regression in which
pnpm dlx pkg --helpdoesn't pass--helptopkg#9823.Platinum Sponsors
Gold Sponsors
... (truncated)
Changelog
Sourced from pnpm's changelog.
10.15.0
Minor Changes
- Added the
cleanupUnusedCatalogsconfiguration. When set totrue, pnpm will remove unused catalog entries during installation #9793.- Automatically load pnpmfiles from config dependencies that are named
@*/pnpm-plugin-*#9780.pnpm config getnow prints an INI string for an object value #9797.pnpm config getnow accepts property paths (e.g.pnpm config get catalog.react,pnpm config get .catalog.react,pnpm config get 'packageExtensions["@babel/parser"].peerDependencies["@babel/types"]'), andpnpm config setnow accepts dot-leading or subscripted keys (e.g.pnpm config set .ignoreScripts true).pnpm config get --jsonnow prints a JSON serialization of config value, andpnpm config set --jsonnow parses the input value as JSON.Patch Changes
- Semi-breaking. When automatically installing missing peer dependencies, prefer versions that are already present in the direct dependencies of the root workspace package #9835.
- When executing the
pnpm createcommand, must verify whether the node version is supported even if a cache already exists #9775.- When making requests for the non-abbreviated packument, add
*/*to theAcceptheader to avoid getting a 406 error on AWS CodeArtifact #9862.- The standalone exe version of pnpm works with glibc 2.26 again #9734.
- Fix a regression in which
pnpm dlx pkg --helpdoesn't pass--helptopkg#9823.
Commits
979ce80chore(release): 10.15.0facd765refactor: always use extensions in relative imports (#9878)c89c93dtest: use@jest/globals(#9877)14c78e8test: use jest.mocked (#9874)ba5f447chore: update registry-mock to v5dfea901chore: use catalogs only in dependencies (#9868)dcfb186chore(release): libsaf2b391fix: vulnerabilities- See full diff in compare view
Updates vite from 7.1.2 to 7.1.3
Changelog
Sourced from vite's changelog.
7.1.3 (2025-08-19)
Features
- cli: add Node.js version warning for unsupported versions (#20638) (a1be1bf)
- generate code frame for parse errors thrown by terser (#20642) (a9ba017)
- support long lines in
generateCodeFrame(#20640) (1559577)Bug Fixes
- deps: update all non-major dependencies (#20634) (4851cab)
- optimizer: incorrect incompatible error (#20439) (446fe83)
- support multiline new URL(..., import.meta.url) expressions (#20644) (9ccf142)
Performance Improvements
Miscellaneous Chores
Code Refactoring
- replace startsWith with strict equality (#20603) (42816de)
- use
importin worker threads (#20641) (530687a)Tests
Commits
e090b7drelease: v7.1.39ccf142fix: support multiline new URL(..., import.meta.url) expressions (#20644)731d3e6test: removecheckNodeVersiontest (#20647)a9ba017feat: generate code frame for parse errors thrown by terser (#20642)530687arefactor: useimportin worker threads (#20641)a1be1bffeat(cli): add Node.js version warning for unsupported versions (#20638)1559577feat: support long lines ingenerateCodeFrame(#20640)f691f57perf(cli): dynamically importresolveConfig(#20646)446fe83fix(optimizer): incorrect incompatible error (#20439)42816derefactor: replace startsWith with strict equality (#20603)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for vite since your current version.
Updates @rollup/rollup-android-arm-eabi from 4.46.2 to 4.46.3
Release notes
Sourced from @rollup/rollup-android-arm-eabi's releases.
v4.46.3
4.46.3
2025-08-18
Bug Fixes
- Resolve illegal instruction error on arm64 architectures (#6055)
- Resolve sourcemap generation performance regression (#6057)
Pull Requests
- #6043: Avoid
generated bycomment diff on Windows (@sapphi-red)- #6048: chore(deps): update dependency cross-env to v10 (
@renovate[bot],@lukastaegert)- #6049: fix(deps): lock file maintenance minor/patch updates (
@renovate[bot])- #6055: Fix illegal instruction error on arm64 by enabling
no_opt_archfeature for mimalloc-safe (@sapphi-red)- #6057: fix: tweak the fallback logic for tracing segment (
@TrickyPi,@lukastaegert)- #6062: docs: update Rust toolchain instructions (
@situ2001,@lukastaegert)- #6063: fix(deps): lock file maintenance minor/patch updates (
@renovate[bot],@lukastaegert)- #6067: chore(deps): update actions/checkout action to v5 (
@renovate[bot],@lukastaegert)- #6068: chore(deps): update actions/download-artifact action to v5 (
@renovate[bot])- #6069: fix(deps): update rust crate swc_compiler_base to v31 (
@renovate[bot],@lukastaegert)
Changelog
Sourced from @rollup/rollup-android-arm-eabi's changelog.
4.46.3
2025-08-18
Bug Fixes
- Resolve illegal instruction error on arm64 architectures (#6055)
- Resolve sourcemap generation performance regression (#6057)
Pull Requests
- #6043: Avoid
generated bycomment diff on Windows (@sapphi-red)- #6048: chore(deps): update dependency cross-env to v10 (
@renovate[bot],@lukastaegert)- #6049: fix(deps): lock file maintenance minor/patch updates (
@renovate[bot])- #6055: Fix illegal instruction error on arm64 by enabling
no_opt_archfeature for mimalloc-safe (@sapphi-red)- #6057: fix: tweak the fallback logic for tracing segment (
@TrickyPi,@lukastaegert)- #6062: docs: update Rust toolchain instructions (
@situ2001,@lukastaegert)- #6063: fix(deps): lock file maintenance minor/patch updates (
@renovate[bot],@lukastaegert)- #6067: chore(deps): update actions/checkout action to v5 (
@renovate[bot],@lukastaegert)- #6068: chore(deps): update actions/download-artifact action to v5 (
@renovate[bot])- #6069: fix(deps): update rust crate swc_compiler_base to v31 (
@renovate[bot],@lukastaegert)
Commits
f74df5e4.46.3e36b7acFix illegal instruction error on arm64 by enablingno_opt_archfeature for ...f1e123bfix: tweak the fallback logic for tracing segment (#6057)9d80b0ffix(deps): update rust crate swc_compiler_base to v31 (#6069)ae83c6eRemove commit parent from codecov682d799chore(deps): update actions/download-artifact action to v5 (#6068)b3f38ecchore(deps): update actions/checkout action to v5 (#6067)2e33ab9docs: update Rust toolchain instructions (#6062)20777b8fix(deps): lock file maintenance minor/patch updates (#6063)e4082a8chore(deps): update dependency cross-env to v10 (#6048)- Additional commits viewable in compare view
Updates @rollup/rollup-android-arm64 from 4.46.2 to 4.46.3
Release notes
Sourced from @rollup/rollup-android-arm64's releases.
v4.46.3
4.46.3
2025-08-18
Bug Fixes
- Resolve illegal instruction error on arm64 architectures (#6055)
- Resolve sourcemap generation performance regression (#6057)
Pull Requests
- #6043: Avoid
generated bycomment diff on Windows (@sapphi-red)- #6048: chore(deps): update dependency cross-env to v10 (
@renovate[bot],@lukastaegert)- #6049: fix(deps): lock file maintenance minor/patch updates (
@renovate[bot])- #6055: Fix illegal instruction error on arm64 by enabling
no_opt_archfeature for mimalloc-safe (@sapphi-red)- #6057: fix: tweak the fallback logic for tracing segment (
@TrickyPi,@lukastaegert)- #6062: docs: update Rust toolchain instructions (
@situ2001,@lukastaegert)- #6063: fix(deps): lock file maintenance minor/patch updates (
@renovate[bot],@lukastaegert)- #6067: chore(deps): update actions/checkout action to v5 (
@renovate[bot],@lukastaegert)- #6068: chore(deps): update actions/download-artifact action to v5 (
@renovate[bot])- #6069: fix(deps): update rust crate swc_compiler_base to v31 (
@renovate[bot],@lukastaegert)
Changelog
Sourced from @rollup/rollup-android-arm64's changelog.
4.46.3
2025-08-18
Bug Fixes
- Resolve illegal instruction error on arm64 architectures (#6055)
- Resolve sourcemap generation performance regression (#6057)
Pull Requests
- #6043: Avoid
generated bycomment diff on Windows (@sapphi-red)- #6048: chore(deps): update dependency cross-env to v10 (
@renovate[bot],@lukastaegert)- #6049: fix(deps): lock file maintenance minor/patch updates (
@renovate[bot])- #6055: Fix illegal instruction error on arm64 by enabling
no_opt_archfeature for mimalloc-safe (@sapphi-red)- #6057: fix: tweak the fallback logic for tracing segment (
@TrickyPi,@lukastaegert)- #6062: docs: update Rust toolchain instructions (
@situ2001,@lukastaegert)- #6063: fix(deps): lock file maintenance minor/patch updates (
@renovate[bot],@lukastaegert)- #6067: chore(deps): update actions/checkout action to v5 (
@renovate[bot],@lukastaegert)- #6068: chore(deps): update actions/download-artifact action to v5 (
@renovate[bot])- #6069: fix(deps): update rust crate swc_compiler_base to v31 (
@renovate[bot],@lukastaegert)
Commits
f74df5e4.46.3e36b7acFix illegal instruction error on arm64 by enablingno_opt_archfeature for ...f1e123bfix: tweak the fallback logic for tracing segment (#6057)9d80b0ffix(deps): update rust crate swc_compiler_base to v31 (#6069)ae83c6eRemove commit parent from codecov682d799chore(deps): update actions/download-artifact action to v5 (#6068)b3f38ecchore(deps): update actions/checkout action to v5 (#6067)2e33ab9docs: update Rust toolchain instructions (#6062)20777b8fix(deps): lock file maintenance minor/patch updates (#6063)e4082a8chore(deps): update dependency cross-env to v10 (#6048)- Additional commits viewable in compare view
Updates @rollup/rollup-darwin-arm64 from 4.46.2 to 4.46.3
Release notes
Sourced from @rollup/rollup-darwin-arm64's releases.
v4.46.3
4.46.3
2025-08-18
Bug Fixes
- Resolve illegal instruction error on arm64 architectures (#6055)
- Resolve sourcemap generation performance regression (#6057)
Pull Requests
- #6043: Avoid
generated bycomment diff on Windows (@sapphi-red)- #6048: chore(deps): update dependency cross-env to v10 (
@renovate[bot],@lukastaegert)- #6049: fix(deps): lock file maintenance minor/patch updates (
@renovate[bot])- #6055: Fix illegal instruction error on arm64 by enabling
no_opt_archfeature for mimalloc-safe (@sapphi-red)- #6057: fix: tweak the fallback logic for tracing segment (
@TrickyPi,@lukastaegert)- #6062: docs: update Rust toolchain instructions (
@situ2001,@lukastaegert)- #6063: fix(deps): lock file maintenance minor/patch updates (
@renovate[bot],@lukastaegert)- #6067: chore(deps): update actions/checkout action to v5 (
@renovate[bot],@lukastaegert)- #6068: chore(deps): update actions/download-artifact action to v5 (
@renovate[bot])- #6069: fix(deps): update rust crate swc_compiler_base to v31 (
@renovate[bot],@lukastaegert)
Changelog
Sourced from @rollup/rollup-darwin-arm64's changelog.
4.46.3
2025-08-18
Bug Fixes
- Resolve illegal instruction error on arm64 architectures (#6055)
- Resolve sourcemap generation performance regression (#6057)
Pull Requests
- #6043: Avoid
generated bycomment diff on Windows (@sapphi-red)- #6048: chore(deps): update dependency cross-env to v10 (
@renovate[bot],@lukastaegert)- #6049: fix(deps): lock file maintenance minor/patch updates (
@renovate[bot])- #6055: Fix illegal instruction error on arm64 by enabling
no_opt_archfeature for mimalloc-safe (@sapphi-red)- #6057: fix: tweak the fallback logic for tracing segment (
@TrickyPi,@lukastaegert)- #6062: docs: update Rust toolchain instructions (
@situ2001,@lukastaegert)- #6063: fix(deps): lock file maintenance minor/patch updates (
@renovate[bot],@lukastaegert)- #6067: chore(deps): update actions/checkout action to v5 (
@renovate[bot],@lukastaegert)- #6068: chore(deps): update actions/download-artifact action to v5 (
@renovate[bot])- #6069: fix(deps): update rust crate swc_compiler_base to v31 (
@renovate[bot],@lukastaegert)
Commits
f74df5e4.46.3e36b7acFix illegal instruction error on arm64 by enablingno_opt_archfeature for ...f1e123bfix: tweak the fallback logic for tracing segment (#6057)9d80b0ffix(deps): update rust crate swc_compiler_base to v31 (#6069)ae83c6eRemove commit parent from codecov682d799chore(deps): update actions/download-artifact action to v5 (#6068)b3f38ecchore(deps): update actions/checkout action to v5 (#6067)2e33ab9docs: update Rust toolchain instructions (#6062)20777b8fix(deps): lock file maintenance minor/patch updates (#6063)e4082a8chore(deps): update dependency cross-env to v10 (#6048)- Additional commits viewable in compare view
Updates @rollup/rollup-darwin-x64 from 4.46.2 to 4.46.3
Release notes
Sourced from @rollup/rollup-darwin-x64's releases.
v4.46.3
4.46.3
2025-08-18
Bug Fixes
- Resolve illegal instruction error on arm64 architectures (#6055)
- Resolve sourcemap generation performance regression (#6057)
Pull Requests
- #6043: Avoid
generated bycomment diff on Windows (@sapphi-red)- #6048: chore(deps): update dependency cross-env to v10 (
@renovate[bot],@lukastaegert)- #6049: fix(deps): lock file maintenance minor/patch updates (
@renovate[bot])- #6055: Fix illegal instruction error on arm64 by enabling
no_opt_archfeature for mimalloc-safe (@sapphi-red)- #6057: fix: tweak the fallback logic for tracing segment (
@TrickyPi,@lukastaegert)- #6062: docs: update Rust toolchain instructions (
@situ2001,@lukastaegert)- #6063: fix(deps): lock file maintenance minor/patch updates (
@renovate[bot],@lukastaegert)- #6067: chore(deps): update actions/checkout action to v5 (
@renovate[bot],@lukastaegert)- #6068: chore(deps): update actions/download-artifact action to v5 (
@renovate[bot])- #6069: fix(deps): update rust crate swc_compiler_base to v31 (
@renovate[bot],@lukastaegert)
Changelog
Sourced from @rollup/rollup-darwin-x64's changelog.
4.46.3
2025-08-18
Bug Fixes
- Resolve illegal instruction error on arm64 architectures (#6055)
- Resolve sourcemap generation performance regression (#6057)
Pull Requests
- #6043: Avoid
generated bycomment diff on Windows (@sapphi-red)- #6048: chore(deps): update dependency cross-env to v10 (
@renovate[bot],@lukastaegert)- #6049: fix(deps): lock file maintenance minor/patch updates (
@renovate[bot])- #6055: Fix illegal instruction error on arm64 by enabling
no_opt_archfeature for mimalloc-safe (@sapphi-red)- #6057: fix: tweak the fallback logic for tracing segment (
@TrickyPi,@lukastaegert)- #6062: docs: update Rust toolchain instructions (
@situ2001,@lukastaegert)- #6063: fix(deps): lock file maintenance minor/patch updates (
@renovate[bot],@lukastaegert)- #6067: chore(deps): update actions/checkout action to v5 (
@renovate[bot],@lukastaegert)- #6068: chore(deps): update actions/download-artifact action to v5 (
@renovate[bot])- #6069: fix(deps): update rust crate swc_compiler_base to v31 (
@renovate[bot],@lukastaegert)
Commits
f74df5e4.46.3e36b7acFix illegal instruction error on arm64 by enablingno_opt_archfeature for ...f1e123bfix: tweak the fallback logic for tracing segment (#6057)9d80b0ffix(deps): update rust crate swc_compiler_base to v31 (#6069)ae83c6eRemove commit parent from codecov682d799chore(deps): update actions/download-artifact action to v5 (#6068)b3f38ecchore(deps): update actions/checkout action to v5 (#6067)2e33ab9docs: update Rust toolchain instructions (#6062)20777b8fix(deps): lock file maintenance minor/patch updates (#6063)e4082a8chore(deps): update dependency cross-env to v10 (#6048)- Additional commits viewable in compare view
Updates @rollup/rollup-freebsd-arm64 from 4.46.2 to 4.46.3
Release notes
Sourced from @rollup/rollup-freebsd-arm64's releases.
v4.46.3
4.46.3
2025-08-18
Bug Fixes
- Resolve illegal instruction error on arm64 architectures (#6055)
- Resolve sourcemap generation performance regression (#6057)
Pull Requests
- #6043: Avoid
generated bycomment diff on Windows (@sapphi-red)- #6048: chore(deps): update dependency cross-env to v10 (
@renovate[bot],@lukastaegert)- #6049: fix(deps): lock file maintenance minor/patch updates (
@renovate[bot])- #6055: Fix illegal instruction error on arm64 by enabling
no_opt_archfeature for mimalloc-safe (@sapphi-red)- #6057: fix: tweak the fallback logic for tracing segment (
@TrickyPi,@lukastaegert)- #6062: docs: update Rust toolchain instructions (
@situ2001,@lukastaegert)- #6063: fix(deps): lock file maintenance minor/patch updates (
@renovate[bot],@lukastaegert)- #6067: chore(deps): update actions/checkout action to v5 (
@renovate[bot],@lukastaegert)- #6068: chore(deps): update actions/download-artifact action to v5 (
@renovate[bot])- #6069: fix(deps): update rust crate swc_compiler_base to v31 (
@renovate[bot],@lukastaegert)
Changelog
Sourced from @rollup/rollup-freebsd-arm64's changelog.
4.46.3
2025-08-18
Bug Fixes
- Resolve illegal instruction error on arm64 architectures (#6055)
- Resolve sourcemap generation performance regression (#6057)
Pull Requests
- #6043: Avoid
generated bycomment diff on Windows (@sapphi-red)- #6048: chore(deps): update dependency cross-env to v10 (
@renovate[bot],@lukastaegert)- #6049: fix(deps): lock file maintenance minor/patch updates (
@renovate[bot])- #6055: Fix illegal instruction error on arm64 by enabling
no_opt_archfeature for mimalloc-safe (@sapphi-red)- #6057: fix: tweak the fallback logic for tracing segment (
@TrickyPi,@lukastaegert)- #6062: docs: update Rust toolchain instructions (
@situ2001,@lukastaegert)- #6063: fix(deps): lock file maintenance minor/patch updates (
@renovate[bot],@lukastaegert)- #6067: chore(deps): update actions/checkout action to v5 (
@renovate[bot],@lukastaegert)- #6068: chore(deps): update actions/download-artifact action to v5 (
@renovate[bot])- #6069: fix(deps): update rust crate swc_compiler_base to v31 (
@renovate[bot],@lukastaegert)
Commits
f74df5e4.46.3e36b7acFix illegal instruction error on arm64 by enablingno_opt_archfeature for ...f1e123bfix: tweak the fallback logic for tracing segment (#6057)9d80b0ffix(deps): update rust crate swc_compiler_base to v31 (#6069)ae83c6eRemove commit parent from codecov682d799chore(deps): update actions/download-artifact action to v5 (#6068)b3f38ecchore(deps): update actions/checkout action to v5 (#6067)2e33ab9docs: update Rust toolchain instructions (#6062)20777b8fix(deps): lock file maintenance minor/patch updates (#6063)e4082a8chore(deps): update dependency cross-env to v10 (#6048)- Additional commits viewable in compare view
Updates @rollup/rollup-freebsd-x64 from 4.46.2 to 4.46.3
Release notes
Sourced from @rollup/rollup-freebsd-x64's releases.
v4.46.3
4.46.3
2025-08-18
Bug Fixes
- Resolve illegal instruction error on arm64 architectures (#6055)
- Resolve sourcemap generation performance regression (#6057)
Pull Requests
- #6043: Avoid
generated bycomment diff on Windows (@sapphi-red)- #6048: chore(deps): update dependency cross-env to v10 (
@renovate[bot],@lukastaegert)- #6049: fix(deps): lock file maintenance minor/patch updates (
@renovate[bot])- #6055: Fix illegal instruction error on arm64 by enabling
no_opt_archfeature for mimalloc-safe (@sapphi-red)- #6057: fix: tweak the fallback logic for tracing segment (
@TrickyPi,@lukastaegert)- #6062: docs: update Rust toolchain instructions (
@situ2001,@lukastaegert)- #6063: fix(deps): lock file maintenance minor/patch updates (
@renovate[bot],@lukastaegert)- #6067: chore(deps): update actions/checkout action to v5 (
@renovate[bot],@lukastaegert)- #6068: chore(deps): update actions/download-artifact action to v5 (
@renovate[bot])- #6069: fix(deps): update rust crate swc_compiler_base to v31 (
@renovate[bot],@lukastaegert)
Changelog
Sourced from @rollup/rollup-freebsd-x64's changelog.
4.46.3
2025-08-18
Bug Fixes
- Resolve illegal instruction error on arm64 architectures (#6055)
- Resolve sourcemap generation performance regression (#6057)
Pull Requests
- #6043: Avoid
generated bycomment diff on Windows (@sapphi-red)- #6048: chore(deps): update dependency cross-env to v10 (
@renovate[bot],@lukastaegert)- #6049: fix(deps): lock file maintenance minor/patch updates (
@renovate[bot])- #6055: Fix illegal instruction error on arm64 by enabling
no_opt_archfeature for mimalloc-safe (@sapphi-red)- #6057: fix: tweak the fallback logic for tracing segment (
@TrickyPi,@lukastaegert)- #6062: docs: update Rust toolchain instructions (
@situ2001,@lukastaegert)- #6063: fix(deps): lock file maintenance minor/patch updates (
@renovate[...Description has been truncated
Pull Request Statistics
0
0
+0
-0
Package Dependencies
@rollup/rollup-linux-x64-gnu
npm
4.46.2 → 4.46.3
Patch
@rollup/rollup-linux-x64-musl
npm
4.46.2 → 4.46.3
Patch
@rollup/rollup-android-arm-eabi
npm
4.46.2 → 4.46.3
Patch
@rollup/rollup-android-arm64
npm
4.46.2 → 4.46.3
Patch
@rollup/rollup-darwin-arm64
npm
4.46.2 → 4.46.3
Patch
@rollup/rollup-darwin-x64
npm
4.46.2 → 4.46.3
Patch
@rollup/rollup-freebsd-arm64
npm
4.46.2 → 4.46.3
Patch
@rollup/rollup-freebsd-x64
npm
4.46.2 → 4.46.3
Patch
@rollup/rollup-linux-arm-gnueabihf
npm
4.46.2 → 4.46.3
Patch
@rollup/rollup-linux-arm-musleabihf
npm
4.46.2 → 4.46.3
Patch
@rollup/rollup-linux-arm64-gnu
npm
4.46.2 → 4.46.3
Patch
@rollup/rollup-linux-arm64-musl
npm
4.46.2 → 4.46.3
Patch
@rollup/rollup-linux-loongarch64-gnu
npm
4.46.2 → 4.46.3
Patch
@rollup/rollup-linux-riscv64-gnu
npm
4.46.2 → 4.46.3
Patch
@rollup/rollup-linux-riscv64-musl
npm
4.46.2 → 4.46.3
Patch
@rollup/rollup-linux-s390x-gnu
npm
4.46.2 → 4.46.3
Patch
@rollup/rollup-win32-arm64-msvc
npm
4.46.2 → 4.46.3
Patch
@rollup/rollup-win32-ia32-msvc
npm
4.46.2 → 4.46.3
Patch
@rollup/rollup-win32-x64-msvc
npm
4.46.2 → 4.46.3
Patch
@rollup/rollup-linux-ppc64-gnu
npm
4.46.2 → 4.46.3
Patch
Technical Details
| ID: | 5392121 |
| UUID: | 3336231535 |
| Node ID: | PR_kwDOMiUr3s6kZZ-n |
| Host: | GitHub |
| Repository: | poad/github-sbom-viewer |