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: update dependency vite to v6 - autoclosed #351

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 28, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
vite (source) 5.4.11 -> 6.0.11 age adoption passing confidence

Release Notes

vitejs/vite (vite)

v6.0.11

Compare Source

v6.0.10

Compare Source

v6.0.9

Compare Source

  • fix!: check host header to prevent DNS rebinding attacks and introduce server.allowedHosts (bd896fb)
  • fix!: default server.cors: false to disallow fetching from untrusted origins (b09572a)
  • fix: verify token for HMR WebSocket connection (029dcd6)

v6.0.8

Compare Source

v6.0.7

Compare Source

v6.0.6

Compare Source

v6.0.5

Compare Source

v6.0.4

Compare Source

v6.0.3

Compare Source

v6.0.2

Compare Source

v6.0.1

Compare Source

v6.0.0

Compare Source

v5.4.14

Compare Source

Please refer to CHANGELOG.md for details.

v5.4.13

Compare Source

Please refer to CHANGELOG.md for details.

v5.4.12

Compare Source

Please refer to CHANGELOG.md for details.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Contributor Author

renovate bot commented Nov 28, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: examples/sveltekit/package-lock.json
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: @sveltejs/[email protected]
npm error Found: [email protected]
npm error node_modules/vite
npm error   dev vite@"6.0.11" from the root project
npm error   peer vite@"^5.0.3 || ^6.0.0" from @sveltejs/[email protected]
npm error   node_modules/@sveltejs/kit
npm error     dev @sveltejs/kit@"2.13.0" from the root project
npm error     peer @sveltejs/kit@"^2.0.0" from @sveltejs/[email protected]
npm error     node_modules/@sveltejs/adapter-auto
npm error       dev @sveltejs/adapter-auto@"3.3.1" from the root project
npm error   1 more (vitefu)
npm error
npm error Could not resolve dependency:
npm error peer vite@"^5.0.0" from @sveltejs/[email protected]
npm error node_modules/@sveltejs/vite-plugin-svelte
npm error   dev @sveltejs/vite-plugin-svelte@"4.0.4" from the root project
npm error   peer @sveltejs/vite-plugin-svelte@"^3.0.0 || ^4.0.0-next.1 || ^5.0.0" from @sveltejs/[email protected]
npm error   node_modules/@sveltejs/kit
npm error     dev @sveltejs/kit@"2.13.0" from the root project
npm error     1 more (@sveltejs/adapter-auto)
npm error   1 more (@sveltejs/vite-plugin-svelte-inspector)
npm error
npm error Conflicting peer dependency: [email protected]
npm error node_modules/vite
npm error   peer vite@"^5.0.0" from @sveltejs/[email protected]
npm error   node_modules/@sveltejs/vite-plugin-svelte
npm error     dev @sveltejs/vite-plugin-svelte@"4.0.4" from the root project
npm error     peer @sveltejs/vite-plugin-svelte@"^3.0.0 || ^4.0.0-next.1 || ^5.0.0" from @sveltejs/[email protected]
npm error     node_modules/@sveltejs/kit
npm error       dev @sveltejs/kit@"2.13.0" from the root project
npm error       1 more (@sveltejs/adapter-auto)
npm error     1 more (@sveltejs/vite-plugin-svelte-inspector)
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /tmp/renovate/cache/others/npm/_logs/2025-01-21T12_36_07_324Z-eresolve-report.txt
npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2025-01-21T12_36_07_324Z-debug-0.log

Copy link

github-actions bot commented Nov 28, 2024

Size Change: 0 B

Total Size: 49.3 kB

ℹ️ View Unchanged
Filename Size
lib/browser/array.js 396 B
lib/browser/codec-handler/create.js 272 B
lib/browser/codec-handler/handlers/identity.js 123 B
lib/browser/codec-handler/handlers/jet.js 356 B
lib/browser/codec-handler/handlers/office/agile/EncryptionDescriptor.js 617 B
lib/browser/codec-handler/handlers/office/agile/index.js 767 B
lib/browser/codec-handler/handlers/office/agile/types.js 31 B
lib/browser/codec-handler/handlers/office/CryptoAlgorithm.js 227 B
lib/browser/codec-handler/handlers/office/EncryptionHeader.js 897 B
lib/browser/codec-handler/handlers/office/EncryptionVerifier.js 374 B
lib/browser/codec-handler/handlers/office/HashAlgorithm.js 98 B
lib/browser/codec-handler/handlers/office/index.js 903 B
lib/browser/codec-handler/handlers/office/rc4-cryptoapi.js 679 B
lib/browser/codec-handler/index.js 78 B
lib/browser/codec-handler/types.js 31 B
lib/browser/codec-handler/util.js 175 B
lib/browser/column.js 535 B
lib/browser/crypto/blockDecrypt.js 231 B
lib/browser/crypto/deriveKey.js 370 B
lib/browser/crypto/hash.js 228 B
lib/browser/crypto/index.js 80 B
lib/browser/crypto/rc4.js 478 B
lib/browser/crypto/types.js 31 B
lib/browser/data/bigint.js 83 B
lib/browser/data/binary.js 114 B
lib/browser/data/byte.js 82 B
lib/browser/data/complexOrLong.js 93 B
lib/browser/data/currency.js 493 B
lib/browser/data/datetime.js 181 B
lib/browser/data/datetimextended.js 480 B
lib/browser/data/double.js 81 B
lib/browser/data/float.js 80 B
lib/browser/data/index.js 542 B
lib/browser/data/integer.js 84 B
lib/browser/data/memo.js 606 B
lib/browser/data/numeric.js 522 B
lib/browser/data/ole.js 530 B
lib/browser/data/repid.js 289 B
lib/browser/data/text.js 149 B
lib/browser/data/util.js 351 B
lib/browser/Database.js 1.45 kB
lib/browser/dependencies/iconv-lite/index.js 792 B
lib/browser/environment/index.js 129 B
lib/browser/index.js 74 B
lib/browser/JetFormat/index.js 714 B
lib/browser/JetFormat/Jet12Format.js 129 B
lib/browser/JetFormat/Jet14Format.js 143 B
lib/browser/JetFormat/Jet15Format.js 79 B
lib/browser/JetFormat/Jet16Format.js 79 B
lib/browser/JetFormat/Jet17Format.js 79 B
lib/browser/JetFormat/Jet3Format.js 470 B
lib/browser/JetFormat/Jet4Format.js 476 B
lib/browser/JetFormat/MSISAMFormat.js 132 B
lib/browser/JetFormat/types.js 132 B
lib/browser/MDBReader.js 930 B
lib/browser/PageType.js 381 B
lib/browser/SortOrder.js 136 B
lib/browser/SysObject.js 485 B
lib/browser/Table.js 3.03 kB
lib/browser/types.js 237 B
lib/browser/unicodeCompression.js 591 B
lib/browser/usage-map.js 681 B
lib/browser/util.js 598 B
lib/node/array.js 396 B
lib/node/codec-handler/create.js 272 B
lib/node/codec-handler/handlers/identity.js 123 B
lib/node/codec-handler/handlers/jet.js 356 B
lib/node/codec-handler/handlers/office/agile/EncryptionDescriptor.js 617 B
lib/node/codec-handler/handlers/office/agile/index.js 767 B
lib/node/codec-handler/handlers/office/agile/types.js 31 B
lib/node/codec-handler/handlers/office/CryptoAlgorithm.js 227 B
lib/node/codec-handler/handlers/office/EncryptionHeader.js 897 B
lib/node/codec-handler/handlers/office/EncryptionVerifier.js 374 B
lib/node/codec-handler/handlers/office/HashAlgorithm.js 98 B
lib/node/codec-handler/handlers/office/index.js 903 B
lib/node/codec-handler/handlers/office/rc4-cryptoapi.js 679 B
lib/node/codec-handler/index.js 78 B
lib/node/codec-handler/types.js 31 B
lib/node/codec-handler/util.js 175 B
lib/node/column.js 535 B
lib/node/crypto/blockDecrypt.js 231 B
lib/node/crypto/deriveKey.js 370 B
lib/node/crypto/hash.js 228 B
lib/node/crypto/index.js 80 B
lib/node/crypto/rc4.js 478 B
lib/node/crypto/types.js 31 B
lib/node/data/bigint.js 83 B
lib/node/data/binary.js 114 B
lib/node/data/byte.js 82 B
lib/node/data/complexOrLong.js 93 B
lib/node/data/currency.js 493 B
lib/node/data/datetime.js 181 B
lib/node/data/datetimextended.js 480 B
lib/node/data/double.js 81 B
lib/node/data/float.js 80 B
lib/node/data/index.js 542 B
lib/node/data/integer.js 84 B
lib/node/data/memo.js 606 B
lib/node/data/numeric.js 522 B
lib/node/data/ole.js 530 B
lib/node/data/repid.js 289 B
lib/node/data/text.js 149 B
lib/node/data/util.js 351 B
lib/node/Database.js 1.45 kB
lib/node/dependencies/iconv-lite/index.js 792 B
lib/node/environment/index.js 70 B
lib/node/index.js 74 B
lib/node/JetFormat/index.js 714 B
lib/node/JetFormat/Jet12Format.js 129 B
lib/node/JetFormat/Jet14Format.js 143 B
lib/node/JetFormat/Jet15Format.js 79 B
lib/node/JetFormat/Jet16Format.js 79 B
lib/node/JetFormat/Jet17Format.js 79 B
lib/node/JetFormat/Jet3Format.js 470 B
lib/node/JetFormat/Jet4Format.js 476 B
lib/node/JetFormat/MSISAMFormat.js 132 B
lib/node/JetFormat/types.js 132 B
lib/node/MDBReader.js 930 B
lib/node/PageType.js 381 B
lib/node/SortOrder.js 136 B
lib/node/SysObject.js 485 B
lib/node/Table.js 3.03 kB
lib/node/types.js 237 B
lib/node/unicodeCompression.js 591 B
lib/node/usage-map.js 681 B
lib/node/util.js 598 B

compressed-size-action

@renovate renovate bot force-pushed the renovate/vite-6.x branch 2 times, most recently from e7fcf8c to 59f4385 Compare December 2, 2024 06:45
@renovate renovate bot force-pushed the renovate/vite-6.x branch from 59f4385 to a7fc7b3 Compare December 5, 2024 17:42
@renovate renovate bot force-pushed the renovate/vite-6.x branch 3 times, most recently from 347b5ad to 1299aac Compare December 26, 2024 03:58
@renovate renovate bot force-pushed the renovate/vite-6.x branch from 1299aac to 4936b2f Compare January 7, 2025 11:31
@renovate renovate bot force-pushed the renovate/vite-6.x branch 3 times, most recently from 9c83614 to b0b9d62 Compare January 20, 2025 20:39
@renovate renovate bot force-pushed the renovate/vite-6.x branch from b0b9d62 to 8991bd7 Compare January 21, 2025 12:36
@renovate renovate bot changed the title chore: update dependency vite to v6 chore: update dependency vite to v6 - autoclosed Jan 22, 2025
@renovate renovate bot closed this Jan 22, 2025
@renovate renovate bot deleted the renovate/vite-6.x branch January 22, 2025 05:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants