-
Notifications
You must be signed in to change notification settings - Fork 0
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 rollup from 4.21.0 to 4.22.4 #26
Merged
Merged
Conversation
This file contains 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
Bumps [rollup](https://github.com/rollup/rollup) from 4.21.0 to 4.22.4. - [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.22.4) --- updated-dependencies: - dependency-name: rollup dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
added
the
dependencies
Pull requests that update a dependency file
label
Sep 24, 2024
@dependabot merge
…On Tue, Sep 24, 2024, 06:09 dependabot[bot] ***@***.***> wrote:
This automated pull request fixes a security vulnerability
<https://github.com/timendum/freshportal/security/dependabot/30> (high
severity).
Learn more about Dependabot security updates
<https://docs.github.com/github/managing-security-vulnerabilities/configuring-dependabot-security-updates>.
------------------------------
Bumps rollup <https://github.com/rollup/rollup> from 4.21.0 to 4.22.4.
Release notes
*Sourced from rollup's releases
<https://github.com/rollup/rollup/releases>.*
v4.22.4 4.22.4
*2024-09-21*
Bug Fixes
- Fix a vulnerability in generated code that affects IIFE, UMD and CJS
bundles when run in a browser context (#5671
<https://redirect.github.com/rollup/rollup/issues/5671>)
Pull Requests
- #5670 <https://redirect.github.com/rollup/rollup/pull/5670>:
refactor: Use object.prototype to check for reserved properties (
@YuHyeonWook <https://github.com/YuHyeonWook>)
- #5671 <https://redirect.github.com/rollup/rollup/pull/5671>: Fix DOM
Clobbering CVE (@lukastaegert <https://github.com/lukastaegert>)
v4.22.3 4.22.3
*2024-09-21*
Bug Fixes
- Ensure that mutations in modules without side effects are observed
while properly handling transitive dependencies (#5669
<https://redirect.github.com/rollup/rollup/issues/5669>)
Pull Requests
- #5669 <https://redirect.github.com/rollup/rollup/pull/5669>: Ensure
impure dependencies of pure modules are added (@lukastaegert
<https://github.com/lukastaegert>)
v4.22.2 4.22.2
*2024-09-20*
Bug Fixes
- Revert fix for side effect free modules until other issues are
investigated (#5667
<https://redirect.github.com/rollup/rollup/issues/5667>)
Pull Requests
- #5667 <https://redirect.github.com/rollup/rollup/pull/5667>:
Partially revert #5658
<https://redirect.github.com/rollup/rollup/issues/5658> and re-apply
#5644 <https://redirect.github.com/rollup/rollup/issues/5644> (
@lukastaegert <https://github.com/lukastaegert>)
v4.22.1 4.22.1
*2024-09-20*
Bug Fixes
- Revert #5644 <https://redirect.github.com/rollup/rollup/issues/5644>
"stable chunk hashes" while issues are being investigated
Pull Requests
... (truncated)
Changelog
*Sourced from rollup's changelog
<https://github.com/rollup/rollup/blob/master/CHANGELOG.md>.*
4.22.4
*2024-09-21*
Bug Fixes
- Fix a vulnerability in generated code that affects IIFE, UMD and CJS
bundles when run in a browser context (#5671
<https://redirect.github.com/rollup/rollup/issues/5671>)
Pull Requests
- #5670 <https://redirect.github.com/rollup/rollup/pull/5670>:
refactor: Use object.prototype to check for reserved properties (
@YuHyeonWook <https://github.com/YuHyeonWook>)
- #5671 <https://redirect.github.com/rollup/rollup/pull/5671>: Fix DOM
Clobbering CVE (@lukastaegert <https://github.com/lukastaegert>)
4.22.3
*2024-09-21*
Bug Fixes
- Ensure that mutations in modules without side effects are observed
while properly handling transitive dependencies (#5669
<https://redirect.github.com/rollup/rollup/issues/5669>)
Pull Requests
- #5669 <https://redirect.github.com/rollup/rollup/pull/5669>: Ensure
impure dependencies of pure modules are added (@lukastaegert
<https://github.com/lukastaegert>)
4.22.2
*2024-09-20*
Bug Fixes
- Revert fix for side effect free modules until other issues are
investigated (#5667
<https://redirect.github.com/rollup/rollup/issues/5667>)
Pull Requests
- #5667 <https://redirect.github.com/rollup/rollup/pull/5667>:
Partially revert #5658
<https://redirect.github.com/rollup/rollup/issues/5658> and re-apply
#5644 <https://redirect.github.com/rollup/rollup/issues/5644> (
@lukastaegert <https://github.com/lukastaegert>)
4.22.1
*2024-09-20*
Bug Fixes
- Revert #5644 <https://redirect.github.com/rollup/rollup/issues/5644>
"stable chunk hashes" while issues are being investigated
Pull Requests
- #5663 <https://redirect.github.com/rollup/rollup/pull/5663>:
chore(deps): update dependency inquirer to v11 (@renovate
<https://github.com/renovate>[bot], @lukastaegert
<https://github.com/lukastaegert>)
- #5664 <https://redirect.github.com/rollup/rollup/pull/5664>:
chore(deps): lock file maintenance minor/patch updates (@renovate
<https://github.com/renovate>[bot])
- #5665 <https://redirect.github.com/rollup/rollup/pull/5665>: fix:
type in CI file (@YuHyeonWook <https://github.com/YuHyeonWook>)
... (truncated)
Commits
- 79c0aba
<rollup/rollup@79c0aba>
4.22.4
- e2552c9
<rollup/rollup@e2552c9>
Fix DOM Clobbering CVE (#5671
<https://redirect.github.com/rollup/rollup/issues/5671>)
- 10ab90e
<rollup/rollup@10ab90e>
refactor: Use object.prototype to check for reserved properties (#5670
<https://redirect.github.com/rollup/rollup/issues/5670>)
- e1cba8e
<rollup/rollup@e1cba8e>
4.22.3
- 59cec3e
<rollup/rollup@59cec3e>
Ensure impure dependencies of pure modules are added (#5669
<https://redirect.github.com/rollup/rollup/issues/5669>)
- b86ffd7
<rollup/rollup@b86ffd7>
4.22.2
- d5ff63d
<rollup/rollup@d5ff63d>
Partially revert #5658
<https://redirect.github.com/rollup/rollup/issues/5658> and re-apply
#5644 <https://redirect.github.com/rollup/rollup/issues/5644> (#5667
<https://redirect.github.com/rollup/rollup/issues/5667>)
- 0a821d9
<rollup/rollup@0a821d9>
Create SECURITY.md
- 76e962d
<rollup/rollup@76e962d>
4.22.1
- 68c23da
<rollup/rollup@68c23da>
Partially revert #5644
<https://redirect.github.com/rollup/rollup/issues/5644>
- Additional commits viewable in compare view
<rollup/rollup@v4.21.0...v4.22.4>
[image: Dependabot compatibility score]
<https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores>
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 this major version will close this PR and stop
Dependabot creating any more for this major version (unless you reopen the
PR or upgrade to it yourself)
- @dependabot ignore this minor version will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen the
PR or upgrade to it yourself)
- @dependabot ignore this dependency will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the PR
or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the Security
Alerts page <https://github.com/timendum/freshportal/network/alerts>.
------------------------------
You can view, comment on, or merge this pull request online at:
#26
Commit Summary
- 67e4aa9
<67e4aa9>
Bump rollup from 4.21.0 to 4.22.4
File Changes
(1 file <https://github.com/timendum/freshportal/pull/26/files>)
- *M* package-lock.json
<https://github.com/timendum/freshportal/pull/26/files#diff-053150b640a7ce75eff69d1a22cae7f0f94ad64ce9a855db544dda0929316519>
(134)
Patch Links:
- https://github.com/timendum/freshportal/pull/26.patch
- https://github.com/timendum/freshportal/pull/26.diff
—
Reply to this email directly, view it on GitHub
<#26>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAFDXHD5HVPANR5TA4DREIDZYDQYVAVCNFSM6AAAAABOXMEX5OVHI2DSMVQWIX3LMV43ASLTON2WKOZSGU2DIMRVGE2DOMQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
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.
Bumps rollup from 4.21.0 to 4.22.4.
Release notes
Sourced from rollup's releases.
... (truncated)
Changelog
Sourced from rollup's changelog.
... (truncated)
Commits
79c0aba
4.22.4e2552c9
Fix DOM Clobbering CVE (#5671)10ab90e
refactor: Use object.prototype to check for reserved properties (#5670)e1cba8e
4.22.359cec3e
Ensure impure dependencies of pure modules are added (#5669)b86ffd7
4.22.2d5ff63d
Partially revert #5658 and re-apply #5644 (#5667)0a821d9
Create SECURITY.md76e962d
4.22.168c23da
Partially revert #5644Dependabot 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 this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.