Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 24, 2024

Bumps rollup from 4.18.1 to 4.22.4.

Release notes

Sourced from rollup's 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)

Pull Requests

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)

Pull Requests

v4.22.2

4.22.2

2024-09-20

Bug Fixes

  • Revert fix for side effect free modules until other issues are investigated (#5667)

Pull Requests

v4.22.1

4.22.1

2024-09-20

Bug Fixes

  • Revert #5644 "stable chunk hashes" while issues are being investigated

Pull Requests

... (truncated)

Changelog

Sourced from rollup's changelog.

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)

Pull Requests

4.22.3

2024-09-21

Bug Fixes

  • Ensure that mutations in modules without side effects are observed while properly handling transitive dependencies (#5669)

Pull Requests

4.22.2

2024-09-20

Bug Fixes

  • Revert fix for side effect free modules until other issues are investigated (#5667)

Pull Requests

4.22.1

2024-09-20

Bug Fixes

  • Revert #5644 "stable chunk hashes" while issues are being investigated

Pull Requests

... (truncated)

Commits

Dependabot compatibility score

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.

Bumps [rollup](https://github.com/rollup/rollup) from 4.18.1 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.18.1...v4.22.4)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added feature-blazor-native-dependencies This issue is related to WASM native embedded libraries javascript Pull requests that update Javascript code labels Sep 24, 2024
@ghost ghost added the area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework label Sep 24, 2024
@JamesNK
Copy link
Member

JamesNK commented Sep 25, 2024

/azp run

Copy link

Azure Pipelines successfully started running 3 pipeline(s).

@wtgodbe wtgodbe requested a review from javiercn September 25, 2024 19:45
@wtgodbe
Copy link
Member

wtgodbe commented Sep 25, 2024

@javiercn can you take a look at the failure?

@amcasey
Copy link
Member

amcasey commented Sep 27, 2024

  npm warn cleanup Failed to remove some directories [
  npm warn cleanup   [
  npm warn cleanup     'D:\\a\\_work\\1\\s\\node_modules',
  npm warn cleanup     [Error: EPERM: operation not permitted, rmdir 'D:\a\_work\1\s\node_modules\jasmine-core\lib\jasmine-core'] {
  npm warn cleanup       errno: -4048,
  npm warn cleanup       code: 'EPERM',
  npm warn cleanup       syscall: 'rmdir',
  npm warn cleanup       path: 'D:\\a\\_work\\1\\s\\node_modules\\jasmine-core\\lib\\jasmine-core'
  npm warn cleanup     }
  npm warn cleanup   ]
  npm warn cleanup ]
  npm error code E401
  npm error Unable to authenticate, your authentication token seems to be invalid.
  npm error To correct this please try logging in again with:
  npm error   npm login

@amcasey
Copy link
Member

amcasey commented Sep 27, 2024

Maybe we've refreshed our token since then?
/azp run

@amcasey
Copy link
Member

amcasey commented Sep 27, 2024

/azp run

Copy link

Azure Pipelines successfully started running 3 pipeline(s).

@radical
Copy link
Member

radical commented Oct 3, 2024

/azp run

Copy link

Azure Pipelines successfully started running 3 pipeline(s).

@radical
Copy link
Member

radical commented Oct 3, 2024

Retrying the build, as we still have the same permission, and invalid token errors.

@MackinnonBuck
Copy link
Member

/azp run

Copy link

Azure Pipelines successfully started running 3 pipeline(s).

@javiercn
Copy link
Member

javiercn commented Oct 9, 2024

Superseeded by #58301

@javiercn javiercn closed this Oct 9, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 9, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/rollup-4.22.4 branch October 9, 2024 08:36
@dotnet-policy-service dotnet-policy-service bot added this to the 10.0-preview1 milestone Oct 9, 2024
@javiercn
Copy link
Member

javiercn commented Oct 9, 2024

@wtgodbe can we disable dependabot here?

It's never going to work as it doesn't have permission to authenticate to our feeds.

@wtgodbe
Copy link
Member

wtgodbe commented Oct 10, 2024

#58342

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework feature-blazor-native-dependencies This issue is related to WASM native embedded libraries javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants