-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump the npm_and_yarn group with 2 updates #417
base: main
Are you sure you want to change the base?
Conversation
Bumps the npm_and_yarn group with 2 updates: [cross-spawn](https://github.com/moxystudio/node-cross-spawn) and [rollup](https://github.com/rollup/rollup). Updates `cross-spawn` from 6.0.5 to 6.0.6 - [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/v6.0.6/CHANGELOG.md) - [Commits](moxystudio/node-cross-spawn@v6.0.5...v6.0.6) Updates `rollup` from 4.21.0 to 4.28.1 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](rollup/rollup@v4.21.0...v4.28.1) --- updated-dependencies: - dependency-name: cross-spawn dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <[email protected]>
Reviewer's Guide by SourceryThis pull request updates the npm_and_yarn group by bumping the versions of cross-spawn and rollup. The cross-spawn package is updated from version 6.0.5 to 6.0.6, addressing issues with regexp backtracking and adding support for worker threads. The rollup package is updated from version 4.21.0 to 4.28.1, introducing support for LoongArch, adding a debugId to SourceMap types, and allowing customization of import attributes in config files. No diagrams generated as the changes look simple and do not need a visual representation. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
✅ Deploy Preview for neurobagel-query ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Bumps the npm_and_yarn group with 2 updates: cross-spawn and rollup.
Updates
cross-spawn
from 6.0.5 to 6.0.6Changelog
Sourced from cross-spawn's changelog.
Commits
d35c865
chore(release): 6.0.65a37e19
chore: update package.json and package.lockba5aaef
fix: disable regexp backtracking (#160)f4af31c
fix(core): support worker threads (#127)Updates
rollup
from 4.21.0 to 4.28.1Release notes
Sourced from rollup's releases.
... (truncated)
Changelog
Sourced from rollup's changelog.
... (truncated)
Commits
e60fb1c
4.28.1224247b
chore(deps): lock file maintenance minor/patch updates (#5755)c3283cf
Test if saving the Cargo cache can speed up FreeBSD (#5756)87a911c
feat: AdddebugId
toSourceMap
types (#5751)1b78f74
chore(deps): update dependency mocha to v11 (#5752)89e1c70
chore(deps): update dependency vite to v6 (#5753)4d6b077
feat: add support for LoongArch (#5749)d3464e4
fix(deps): update swc monorepo (major) (#5754)0595e43
4.28.05053019
fix: supports modify the import attributes key in the config file (#5743)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.
Summary by Sourcery
Update dependencies cross-spawn and Rollup to their latest versions, addressing several bug fixes and enhancements. Cross-spawn is updated to version 6.0.6, fixing regexp backtracking and adding worker thread support. Rollup is updated to version 4.28.1, introducing support for LoongArch, adding debugId to SourceMap types, and allowing configuration of import attributes handling.
Bug Fixes:
Enhancements: