Skip to content
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

chore(deps): bump rollup and vite #2050

Merged
merged 3 commits into from
Oct 12, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 1, 2024

Bumps rollup to 2.79.2 and updates ancestor dependency vite. These dependencies need to be updated together.

Updates rollup from 2.79.1 to 2.79.2

Changelog

Sourced from rollup's changelog.

rollup changelog

4.23.0

2024-10-01

Features

  • Collect all emitted names and originalFileNames for assets (#5686)

Pull Requests

4.22.5

2024-09-27

Bug Fixes

  • Allow parsing of certain unicode characters again (#5674)

Pull Requests

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

... (truncated)

Commits

Updates vite from 2.9.18 to 5.4.8

Release notes

Sourced from vite's releases.

[email protected]

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

5.4.8 (2024-09-25)

5.4.7 (2024-09-20)

5.4.6 (2024-09-16)

5.4.5 (2024-09-13)

5.4.4 (2024-09-11)

5.4.3 (2024-09-03)

... (truncated)

Commits

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) to 2.79.2 and updates ancestor dependency [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). These dependencies need to be updated together.


Updates `rollup` from 2.79.1 to 2.79.2
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v2.79.1...v2.79.2)

Updates `vite` from 2.9.18 to 5.4.8
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.8/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.8/packages/vite)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: indirect
- dependency-name: vite
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 1, 2024
Copy link

vercel bot commented Oct 1, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
zinzen ✅ Ready (Inspect) Visit Preview Oct 12, 2024 3:03pm

Copy link
Owner

@tijlleenders tijlleenders left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Getting the following error in Vercel:

[17:12:32.315] Cloning github.com/tijlleenders/ZinZen (Branch: dependabot/npm_and_yarn/multi-96e66b30f7, Commit: 3bae6e0)
[17:12:36.163] Running "vercel build"
[17:12:36.563] Vercel CLI 37.6.0
[17:12:37.301] Installing dependencies...
[17:12:39.640] npm notice
[17:12:39.640] npm notice New minor version of npm available! 10.7.0 -> 10.8.3
[17:12:39.641] npm notice Changelog: https://github.com/npm/cli/releases/tag/v10.8.3
[17:12:39.641] npm notice To update run: npm install -g [email protected]
[17:12:39.641] npm notice
[17:12:39.642] npm error code ERESOLVE
[17:12:39.644] npm error ERESOLVE could not resolve
[17:12:39.644] npm error
[17:12:39.645] npm error While resolving: [email protected]
[17:12:39.645] npm error Found: @types/[email protected]
[17:12:39.645] npm error node_modules/@types/node
[17:12:39.645] npm error @types/node@"^17.0.31" from the root project
[17:12:39.646] npm error peer @types/node@"*" from [email protected]
[17:12:39.646] npm error node_modules/ts-node
[17:12:39.646] npm error ts-node@"^10.9.2" from the root project
[17:12:39.646] npm error peerOptional ts-node@">=9.0.0" from [email protected]
[17:12:39.646] npm error node_modules/jest-config
[17:12:39.647] npm error jest-config@"^27.5.1" from @jest/[email protected]
[17:12:39.647] npm error node_modules/@jest/core
[17:12:39.647] npm error @jest/core@"^27.5.1" from [email protected]
[17:12:39.647] npm error node_modules/jest
[17:12:39.647] npm error 1 more (jest-cli)
[17:12:39.647] npm error 1 more (jest-cli)
[17:12:39.647] npm error
[17:12:39.647] npm error Could not resolve dependency:
[17:12:39.653] npm error peerOptional @types/node@"^18.0.0 || >=20.0.0" from [email protected]
[17:12:39.653] npm error node_modules/vite
[17:12:39.653] npm error vite@"^5.4.8" from the root project
[17:12:39.653] npm error
[17:12:39.653] npm error Conflicting peer dependency: @types/[email protected]
[17:12:39.653] npm error node_modules/@types/node
[17:12:39.653] npm error peerOptional @types/node@"^18.0.0 || >=20.0.0" from [email protected]
[17:12:39.653] npm error node_modules/vite
[17:12:39.653] npm error vite@"^5.4.8" from the root project
[17:12:39.653] npm error
[17:12:39.653] npm error Fix the upstream dependency conflict, or retry
[17:12:39.653] npm error this command with --force or --legacy-peer-deps
[17:12:39.653] npm error to accept an incorrect (and potentially broken) dependency resolution.
[17:12:39.653] npm error
[17:12:39.653] npm error
[17:12:39.654] npm error A complete log of this run can be found in: /vercel/.npm/_logs/2024-10-01T15_12_37_554Z-debug-0.log
[17:12:39.661] Error: Command "npm install" exited with 1
[17:12:39.982]

@tijlleenders
Copy link
Owner

Thanks!

@tijlleenders tijlleenders merged commit 711033d into main Oct 12, 2024
5 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/multi-96e66b30f7 branch October 12, 2024 15:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants