chore(deps): update all non-major dependencies by renovate[bot] · Pull Request #17820 · vitejs/vite (original) (raw)
This PR contains the following updates:
Release Notes
babel/babel (@babel/parser)
v7.25.3
v7.25.3 (2024-07-31)
🐛 Bug Fix
babel-plugin-bugfix-firefox-class-in-computed-class-key,babel-traverse- #16699 Avoid validating visitors produced by
traverse.visitors.merge(@nicolo-ribaudo)
- #16699 Avoid validating visitors produced by
🏠 Internal
babel-parser- #16688 Add
@babel/typesas a dependency of@babel/parser(@nicolo-ribaudo)
- #16688 Add
Committers: 2
- Huáng Jùnliàng (@JLHwung)
- Nicolò Ribaudo (@nicolo-ribaudo) babel/babel (@babel/preset-env)
v7.25.3
🐛 Bug Fix
babel-plugin-bugfix-firefox-class-in-computed-class-key,babel-traverse- #16699 Avoid validating visitors produced by
traverse.visitors.merge(@nicolo-ribaudo)
- #16699 Avoid validating visitors produced by
🏠 Internal
babel-parser- #16688 Add
@babel/typesas a dependency of@babel/parser(@nicolo-ribaudo) eslint/eslint (@eslint/js)
- #16688 Add
v9.8.0
v9.7.0
v9.6.0
shikijs/shiki (@shikijs/vitepress-twoslash)
v1.12.1
🚀 Features
View changes on GitHub
vitejs/vite-plugin-vue (@vitejs/plugin-vue)
v5.1.2
- refactor(plugin-vue): add
typefield (a6b7e3f) - fix(plugin-vue): add deprecated
script.propsDestructureoption (1e24322), closes #431 - chore(deps): update upstream (#432) (5d592cd), closes #432 vitejs/release-scripts (@vitejs/release-scripts)
v1.3.2
vuejs/core (@vue/shared)
v3.4.35
Bug Fixes
- teleport/ssr: fix Teleport hydration regression due to targetStart anchor addition (7b18cdb)
- teleport/ssr: ensure targetAnchor and targetStart not null during hydration (#11456) (12667da), closes #11400
- types/ref: allow getter and setter types to be unrelated (#11442) (e0b2975)
Performance Improvements
- runtime-core: improve efficiency of normalizePropsOptions (#11409) (5680142), closes #9739 postcss/autoprefixer (autoprefixer)
v10.4.20
- Fixed
fit-contentprefix for Firefox. axios/axios (axios)
v1.7.3
Bug Fixes
- adapter: fix progress event emitting; (#6518) (e3c76fc)
- fetch: fix withCredentials request config (#6505) (85d4d0e)
- xhr: return original config on errors from XHR adapter (#6515) (8966ee7)
Contributors to this release
browserslist/browserslist (browserslist)
v4.23.3
- Fixed
>=query forios(by @syi0808). zloirock/core-js (core-js)
v3.38.0
- Changes v3.37.1...v3.38.0
- RegExp.escape proposal:
- Built-ins:
*RegExp.escape - Moved to stage 3, June 2024 and July 2024 TC39 meetings
- Updated the way of escaping, regex-escaping/77
- Throw an error on non-strings, regex-escaping/58
- Added
/actual/namespace entries, unconditional forced replacement changed to feature detection
- Built-ins:
- Promise.try proposal:
- Built-ins:
*Promise.try - Moved to stage 3, June 2024 TC39 meeting
- Added
/actual/namespace entries, unconditional forced replacement changed to feature detection
- Built-ins:
- Uint8Array to / from base64 and hex stage 3 proposal:
- Built-ins:
*Uint8Array.fromBase64
*Uint8Array.fromHex
*Uint8Array.prototype.setFromBase64
*Uint8Array.prototype.setFromHex
*Uint8Array.prototype.toBase64
*Uint8Array.prototype.toHex - Added
Uint8Array.prototype.{ setFromBase64, setFromHex }methods - Added
Uint8Array.fromBase64andUint8Array.prototype.setFromBase64lastChunkHandlingoption, proposal-arraybuffer-base64/33 - Added
Uint8Array.prototype.toBase64omitPaddingoption, proposal-arraybuffer-base64/60 - Added throwing a
TypeErroron arrays backed by detached buffers - Unconditional forced replacement changed to feature detection
- Built-ins:
- Fixed
RegExpnamed capture groups polyfill in combination with non-capturing groups, #1352, thanks @Ulop - Improved some cases of environment detection
- Uses process.getBuiltinModule for getting built-in NodeJS modules where it's available
- Uses
httpsinstead ofhttpinURLconstructor feature detection to avoid extra notifications from some overly vigilant security scanners, #1345 - Some minor optimizations
- Updated
browserslistincore-js-compatdependencies that fixes an upstream issue with incorrect interpretation of somebrowserslistqueries, #1344, browserslist/829, browserslist/836 - Compat data improvements:
- Added Safari 18.0 compat data:
* Fixed Object.groupBy and Map.groupBy to work for non-objects
* Fixed throwing a RangeError if Set methods are called on an object with negative size property
* Fixed Set.prototype.symmetricDifference to call this.has in each iteration
* Fixed Array.fromAsync to not call the Array constructor twice
* Added URL.parse - Math.f16round and DataView.prototype.{ getFloat16, setFloat16 } marked as shipped from FF129
- Symbol.asyncDispose added and marked as supported from V8 ~ Chromium 127
- Promise.try added and marked as supported from V8 ~ Chromium 128
- Added Deno 1.44 and 1.45 compat data mapping
selfdescriptor is broken in Deno 1.45.3 (again)- Added Electron 32 and 33 compat data mapping
- Added Opera Android 83 compat data mapping
- Added Samsung Internet 27 compat data mapping
- Added Oculus Quest Browser 34 compat data mapping eslint/eslint (eslint)
- Added Safari 18.0 compat data:
v9.8.0
v9.7.0
Features
- 7bd9839 feat: add support for es2025 duplicate named capturing groups (#18630) (Yosuke Ota)
- 1381394 feat: add
regexoption inno-restricted-imports(#18622) (Nitin Kumar)
Bug Fixes
Documentation
- 9f416db docs: Add Powered by Algolia label to the search. (#18633) (Amaresh S M)
- c8d26cb docs: Open JS Foundation -> OpenJS Foundation (#18649) (Milos Djermanovic)
- 6e79ac7 docs:
loadESLintdoes not support optioncwd(#18641) (Francesco Trotta)
Chores
- 793b718 chore: upgrade @eslint/js@9.7.0 (#18680) (Francesco Trotta)
- 7ed6f9a chore: package.json update for @eslint/js release (Jenkins)
- 7bcda76 refactor: Add type references (#18652) (Nicholas C. Zakas)
- 51bf57c chore: add tech sponsors through actions (#18624) (Strek)
- 6320732 refactor: don't use
parentproperty inNodeEventGenerator(#18653) (Milos Djermanovic) - 9e6d640 refactor: move "Parsing error" prefix adding to Linter (#18650) (Milos Djermanovic)
v9.6.0
eslint-community/eslint-plugin-n (eslint-plugin-n)
v17.10.2
🩹 Fixes
- Duplex.from is supported in 16.8.0 (#325) (de5ac0a), closes #324 facebook/react (eslint-plugin-react-hooks)
v5.1.0-rc-fb9a90fa48-20240614
v5.1.0-rc-f994737d14-20240522
v5.1.0-rc-f6cce072-20240723
v5.1.0-rc-f3e09d6328-20240612
v5.1.0-rc-f38c22b244-20240704
v5.1.0-rc-eb259b5d3b-20240605
v5.1.0-rc-e684ca66ab-20240619
v5.1.0-rc-e02baf6c92-20240627
v5.1.0-rc-dfd30974ab-20240613
v5.1.0-rc-df783f9ea1-20240708
v5.1.0-rc-df5f2736-20240712
v5.1.0-rc-d3ce0d3ea9-20240520
v5.1.0-rc-d025ddd3-20240722
v5.1.0-rc-cc1ec60d0d-20240607
v5.1.0-rc-c3cdbec0a7-20240708
v5.1.0-rc-c21bcd627b-20240624
v5.1.0-rc-bf3a29d097-20240603
v5.1.0-rc-ab7c1663-20240730
v5.1.0-rc-ab2135c7-20240724
v5.1.0-rc-a7d1240c-20240731
v5.1.0-rc-a532d91d01-20240610
v5.1.0-rc-a26e3f403e-20240611
v5.1.0-rc-9d4fba0788-20240530
v5.1.0-rc-9c6806964f-20240703
v5.1.0-rc-99da76f23a-20240606
v5.1.0-rc-9598c41a20-20240603
v5.1.0-rc-941e1b4a-20240729
v5.1.0-rc-935180c7e0-20240524
v5.1.0-rc-915b914b3a-20240515
v5.1.0-rc-8f3c0525f9-20240521
v5.1.0-rc-8b08e99e-20240713
v5.1.0-rc-8971381549-20240625
v5.1.0-rc-85acf2d195-20240711
v5.1.0-rc-827cbea417-20240606
v5.1.0-rc-8269d55d-20240802
v5.1.0-rc-81c5ff2e04-20240521
v5.1.0-rc-76002254-20240724
v5.1.0-rc-6fb39ec9e9-20240621
v5.1.0-rc-6f23540c7d-20240528
v5.1.0-rc-6d3110b4d9-20240531
v5.1.0-rc-6230622a1a-20240610
v5.1.0-rc-58af67a8f8-20240628
v5.1.0-rc-57fbe3ba37-20240520
v5.1.0-rc-512b09b2-20240718
v5.1.0-rc-4c2e457c7c-20240522
v5.1.0-rc-3f1436cca1-20240516
v5.1.0-rc-3da26163a3-20240704
v5.1.0-rc-3ac551e855-20240522
v5.1.0-rc-38e3b23483-20240529
v5.1.0-rc-378b305958-20240710
v5.1.0-rc-3563387fe3-20240621
v5.1.0-rc-34d0c5e357-20240607
v5.1.0-rc-3208e73e-20240730
v5.1.0-rc-20b6f4c0e8-20240607
v5.1.0-rc-1df34bdf62-20240605
v5.1.0-rc-163365a0-20240717
v5.1.0-rc-14a4699f-20240725
v5.1.0-rc-1434af3d22-20240618
v5.1.0-rc-107a2f8c3e-20240617
[Compare Source](https://togithub.com/facebook/react/compare/100dfd7dabbdcfd
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
- If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.