Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 26, 2024

This PR contains the following updates:

Package Change Age Confidence
vite (source) 6.0.5 -> 6.3.6 age confidence

Release Notes

vitejs/vite (vite)

v6.3.6

Compare Source

Please refer to CHANGELOG.md for details.

v6.3.5

Compare Source

v6.3.4

Compare Source

Bug Fixes
  • check static serve file inside sirv (#​19965) (c22c43d)
  • optimizer: return plain object when using require to import externals in optimized dependencies (#​19940) (efc5eab)
Code Refactoring

v6.3.3

Compare Source

Bug Fixes
  • assets: ensure ?no-inline is not included in the asset url in the production environment (#​19496) (16a73c0)
  • css: resolve relative imports in sass properly on Windows (#​19920) (ffab442)
  • deps: update all non-major dependencies (#​19899) (a4b500e)
  • ignore malformed uris in tranform middleware (#​19853) (e4d5201)
  • ssr: fix execution order of re-export (#​19841) (ed29dee)
  • ssr: fix live binding of default export declaration and hoist exports getter (#​19842) (80a91ff)
Performance Improvements
  • skip sourcemap generation for renderChunk hook of import-analysis-build plugin (#​19921) (55cfd04)
Tests
  • ssr: test ssrTransform re-export deps and test stacktrace with first line (#​19629) (9399cda)

v6.3.2

Compare Source

Features
Bug Fixes

v6.3.1

Compare Source

Bug Fixes

v6.3.0

Compare Source

Bug Fixes

v6.2.7

Compare Source

Please refer to CHANGELOG.md for details.

v6.2.6

Compare Source

Please refer to CHANGELOG.md for details.

v6.2.5

Compare Source

Please refer to CHANGELOG.md for details.

v6.2.4

Compare Source

Please refer to CHANGELOG.md for details.

v6.2.3

Compare Source

Please refer to CHANGELOG.md for details.

v6.2.2

Compare Source

Features
Bug Fixes
Miscellaneous Chores
  • extend commit hash correctly when ambigious with a non-commit object (#​19600) (89a6287)

v6.2.1

Compare Source

Features
  • add *?url&no-inline type and warning for .json?inline / .json?no-inline (#​19566) (c0d3667)
Bug Fixes
  • css: stabilize css module hashes with lightningcss in dev mode (#​19481) (92125b4)
  • deps: update all non-major dependencies (#​19555) (f612e0f)
  • reporter: fix incorrect bundle size calculation with non-ASCII characters (#​19561) (437c0ed)
  • sourcemap: combine sourcemaps with multiple sources without matched source (#​18971) (e3f6ae1)
  • ssr: named export should overwrite export all (#​19534) (2fd2fc1)
Performance Improvements
Miscellaneous Chores
Code Refactoring
Tests

v6.2.0

Compare Source

Bug Fixes
Miscellaneous Chores

v6.1.6

Compare Source

Please refer to CHANGELOG.md for details.

v6.1.5

Compare Source

Please refer to CHANGELOG.md for details.

v6.1.4

Compare Source

Please refer to CHANGELOG.md for details.

v6.1.3

Compare Source

Please refer to CHANGELOG.md for details.

v6.1.2

Compare Source

Please refer to CHANGELOG.md for details.

v6.1.1

Compare Source

Features
Bug Fixes
Miscellaneous Chores
Code Refactoring

v6.1.0

Compare Source

Features
Bug Fixes
Miscellaneous Chores
Code Refactoring

v6.0.15

Compare Source

Please refer to CHANGELOG.md for details.

v6.0.14

Compare Source

Please refer to CHANGELOG.md for details.

v6.0.13

Compare Source

Please refer to CHANGELOG.md for details.

v6.0.12

Compare Source

Please refer to CHANGELOG.md for details.

v6.0.11

Compare Source

Features
Bug Fixes
Performance Improvements
Documentation
Code Refactoring
Miscellaneous Chores
Beta Changelogs
6.1.0-beta.2 (2025-02-04)

See 6.1.0-beta.2 changelog

6.1.0-beta.1 (2025-02-04)

See 6.1.0-beta.1 changelog

6.1.0-beta.0 (2025-01-24)

See 6.1.0-beta.0 changelog

v6.0.10

Compare Source

Bug Fixes

v6.0.9

Compare Source

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

v6.0.8

Compare Source

Bug Fixes
Miscellaneous Chores

v6.0.7

Compare Source

Features
Bug Fixes
  • fix minify when builder.sharedPlugins: true (#​19025) (f7b1964)
  • html: error while removing vite-ignore attribute for inline script (#​19062) (a492253)
  • skip the plugin if it has been called before with the same id and importer (#​19016) (b178c90)
  • ssr: fix semicolon injection by ssr transform (#​19097) (1c102d5)
Performance Improvements

v6.0.6

Compare Source

Bug Fixes
  • css: resolve style tags in HTML files correctly for lightningcss (#​19001) (afff05c)
  • css: show correct error when unknown placeholder is used for CSS modules pattern in lightningcss (#​19070) (9290d85)
  • replace runner-side path normalization with fetchModule-side resolve (#​18361) (9f10261)
  • resolve: handle package.json with UTF-8 BOM (#​19000) (902567a)
  • ssrTransform: preserve line offset when transforming imports (#​19004) (1aa434e)
Reverts
Miscellaneous Chores
Tests

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 is behind base branch, 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

github-actions bot commented Dec 26, 2024

size-limit report 📦

Path Size
dist/react-router-prompt.js 547 B (0%)
dist/react-router-prompt.umd.cjs 760 B (0%)

@renovate renovate bot changed the title chore(deps): update dependency vite to v6.0.6 chore(deps): update dependency vite to v6.0.7 Jan 2, 2025
@renovate renovate bot changed the title chore(deps): update dependency vite to v6.0.7 chore(deps): update dependency vite to v6.0.8 Jan 20, 2025
@renovate renovate bot force-pushed the renovate/vite-6.x-lockfile branch from 876b6cf to ea7f65f Compare January 20, 2025 09:10
@renovate renovate bot changed the title chore(deps): update dependency vite to v6.0.8 chore(deps): update dependency vite to v6.0.9 Jan 20, 2025
@renovate renovate bot force-pushed the renovate/vite-6.x-lockfile branch from ea7f65f to 5533e18 Compare January 20, 2025 14:43
@renovate renovate bot changed the title chore(deps): update dependency vite to v6.0.9 chore(deps): update dependency vite to v6.0.10 Jan 20, 2025
@renovate renovate bot force-pushed the renovate/vite-6.x-lockfile branch from 5533e18 to 735102f Compare January 20, 2025 21:32
@renovate renovate bot changed the title chore(deps): update dependency vite to v6.0.10 chore(deps): update dependency vite to v6.0.11 Jan 21, 2025
@renovate renovate bot force-pushed the renovate/vite-6.x-lockfile branch from 735102f to 15367e1 Compare January 21, 2025 13:31
@renovate renovate bot force-pushed the renovate/vite-6.x-lockfile branch from 15367e1 to 08df76f Compare January 30, 2025 14:58
@renovate renovate bot changed the title chore(deps): update dependency vite to v6.0.11 chore(deps): update dependency vite to v6.1.0 Feb 5, 2025
@renovate renovate bot force-pushed the renovate/vite-6.x-lockfile branch 2 times, most recently from 6b5933e to 970cab6 Compare February 9, 2025 13:43
@renovate renovate bot changed the title chore(deps): update dependency vite to v6.1.0 chore(deps): update dependency vite to v6.1.1 Feb 19, 2025
@renovate renovate bot force-pushed the renovate/vite-6.x-lockfile branch 2 times, most recently from 9874ff6 to 20d66ee Compare February 25, 2025 05:53
@renovate renovate bot changed the title chore(deps): update dependency vite to v6.1.1 chore(deps): update dependency vite to v6.2.0 Feb 25, 2025
@renovate renovate bot force-pushed the renovate/vite-6.x-lockfile branch 2 times, most recently from 87ec102 to bb77169 Compare March 7, 2025 02:27
@renovate renovate bot changed the title chore(deps): update dependency vite to v6.2.0 chore(deps): update dependency vite to v6.2.1 Mar 7, 2025
@renovate renovate bot force-pushed the renovate/vite-6.x-lockfile branch 6 times, most recently from 2572ab0 to b91b66e Compare March 14, 2025 06:20
@renovate renovate bot changed the title chore(deps): update dependency vite to v6.2.1 chore(deps): update dependency vite to v6.2.2 Mar 14, 2025
@renovate renovate bot force-pushed the renovate/vite-6.x-lockfile branch 2 times, most recently from 34c0249 to 7b3449d Compare March 24, 2025 12:39
@renovate renovate bot force-pushed the renovate/vite-6.x-lockfile branch from 2594b44 to 28a2be8 Compare April 3, 2025 10:13
@renovate renovate bot changed the title chore(deps): update dependency vite to v6.2.4 chore(deps): update dependency vite to v6.2.5 Apr 3, 2025
@renovate renovate bot force-pushed the renovate/vite-6.x-lockfile branch 2 times, most recently from a12f5cd to c3c5162 Compare April 10, 2025 08:10
@renovate renovate bot changed the title chore(deps): update dependency vite to v6.2.5 chore(deps): update dependency vite to v6.2.6 Apr 10, 2025
@renovate renovate bot force-pushed the renovate/vite-6.x-lockfile branch from c3c5162 to 7247d6b Compare April 16, 2025 07:57
@renovate renovate bot changed the title chore(deps): update dependency vite to v6.2.6 chore(deps): update dependency vite to v6.3.0 Apr 16, 2025
@renovate renovate bot force-pushed the renovate/vite-6.x-lockfile branch from 7247d6b to 8e5d86d Compare April 17, 2025 02:49
@renovate renovate bot changed the title chore(deps): update dependency vite to v6.3.0 chore(deps): update dependency vite to v6.3.1 Apr 17, 2025
@renovate renovate bot force-pushed the renovate/vite-6.x-lockfile branch from 8e5d86d to 36761f4 Compare April 18, 2025 06:38
@renovate renovate bot changed the title chore(deps): update dependency vite to v6.3.1 chore(deps): update dependency vite to v6.3.2 Apr 18, 2025
@renovate renovate bot force-pushed the renovate/vite-6.x-lockfile branch from 36761f4 to d48ce66 Compare April 24, 2025 07:41
@renovate renovate bot changed the title chore(deps): update dependency vite to v6.3.2 chore(deps): update dependency vite to v6.3.3 Apr 24, 2025
@renovate renovate bot force-pushed the renovate/vite-6.x-lockfile branch from d48ce66 to 2b98c86 Compare April 30, 2025 11:47
@renovate renovate bot changed the title chore(deps): update dependency vite to v6.3.3 chore(deps): update dependency vite to v6.3.4 Apr 30, 2025
@renovate renovate bot force-pushed the renovate/vite-6.x-lockfile branch from 2b98c86 to 1657907 Compare May 5, 2025 11:58
@renovate renovate bot changed the title chore(deps): update dependency vite to v6.3.4 chore(deps): update dependency vite to v6.3.5 May 5, 2025
@renovate renovate bot force-pushed the renovate/vite-6.x-lockfile branch from 1657907 to aba72d3 Compare May 19, 2025 16:38
@renovate renovate bot force-pushed the renovate/vite-6.x-lockfile branch from aba72d3 to 456a505 Compare May 28, 2025 09:36
@renovate renovate bot force-pushed the renovate/vite-6.x-lockfile branch from 456a505 to 4741dd2 Compare June 4, 2025 10:22
@renovate renovate bot force-pushed the renovate/vite-6.x-lockfile branch from 4741dd2 to 8a42eeb Compare June 22, 2025 14:15
@renovate renovate bot force-pushed the renovate/vite-6.x-lockfile branch from 8a42eeb to b403bd6 Compare July 2, 2025 18:12
@renovate renovate bot force-pushed the renovate/vite-6.x-lockfile branch from b403bd6 to f552f86 Compare August 2, 2025 13:27
@renovate renovate bot force-pushed the renovate/vite-6.x-lockfile branch 2 times, most recently from 6caaca7 to fd78e43 Compare August 19, 2025 14:05
@renovate renovate bot force-pushed the renovate/vite-6.x-lockfile branch from fd78e43 to b250178 Compare August 31, 2025 12:29
@renovate renovate bot force-pushed the renovate/vite-6.x-lockfile branch from b250178 to 6954ca1 Compare September 8, 2025 11:14
@renovate renovate bot changed the title chore(deps): update dependency vite to v6.3.5 chore(deps): update dependency vite to v6.3.6 Sep 8, 2025
@renovate renovate bot force-pushed the renovate/vite-6.x-lockfile branch from 6954ca1 to 3d9e63f Compare September 25, 2025 15:11
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