Closed renovate[bot] closed 1 month ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
fullcalendar-plugins-xpxh | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Sep 12, 2024 11:14am |
This PR contains the following updates:
7.24.9
->7.25.2
7.25.0
->7.25.4
3.37.1
->3.38.1
2.0.1
->2.1.0
4.19.0
->4.21.3
3.5.0
->3.5.1
2.6.3
->2.7.0
5.5.4
->5.6.2
Release Notes
babel/babel (@babel/core)
### [`v7.25.2`](https://redirect.github.com/babel/babel/blob/HEAD/CHANGELOG.md#v7252-2024-07-30) [Compare Source](https://redirect.github.com/babel/babel/compare/v7.24.9...v7.25.2) ##### :bug: Bug Fix - `babel-core`, `babel-traverse` - [#16695](https://redirect.github.com/babel/babel/pull/16695) Ensure that `requeueComputedKeyAndDecorators` is available ([@nicolo-ribaudo](https://redirect.github.com/nicolo-ribaudo))zloirock/core-js (core-js)
### [`v3.38.1`](https://redirect.github.com/zloirock/core-js/blob/HEAD/CHANGELOG.md#3381---20240820) [Compare Source](https://redirect.github.com/zloirock/core-js/compare/v3.38.0...v3.38.1) - Changes [v3.38.0...v3.38.1](https://redirect.github.com/zloirock/core-js/compare/v3.38.0...v3.38.1) - Fixed some cases of `URLSearchParams` percent decoding, [#1357](https://redirect.github.com/zloirock/core-js/issues/1357), [#1361](https://redirect.github.com/zloirock/core-js/pull/1361), thanks [**@slowcheetah**](https://redirect.github.com/slowcheetah) - Some stylistic changes and minor optimizations - Compat data improvements: - [`Iterator` helpers proposal](https://redirect.github.com/tc39/proposal-iterator-helpers) methods marked as [shipped from FF131](https://bugzilla.mozilla.org/show_bug.cgi?id=1896390) - [`Math.f16round` and `DataView.prototype.{ getFloat16, setFloat16 }`](https://redirect.github.com/tc39/proposal-float16array) marked as shipped from Bun 1.1.23 - [`RegExp.escape`](https://redirect.github.com/tc39/proposal-regex-escaping) marked as shipped from Bun 1.1.22 - [`Promise.try`](https://redirect.github.com/tc39/proposal-promise-try) marked as shipped from Bun 1.1.22 - [`Uint8Array` to / from base64 and hex proposal](https://redirect.github.com/tc39/proposal-arraybuffer-base64) methods marked as shipped from Bun 1.1.22 - Added Hermes 0.13 compat data, similar to React Native 0.75 Hermes - Added Opera Android 84 compat data mapping ### [`v3.38.0`](https://redirect.github.com/zloirock/core-js/blob/HEAD/CHANGELOG.md#3380---20240805) [Compare Source](https://redirect.github.com/zloirock/core-js/compare/v3.37.1...v3.38.0) - Changes [v3.37.1...v3.38.0](https://redirect.github.com/zloirock/core-js/compare/v3.37.1...v3.38.0) - [`RegExp.escape` proposal](https://redirect.github.com/tc39/proposal-regex-escaping): - Built-ins: - `RegExp.escape` - Moved to stage 3, [June 2024](https://redirect.github.com/tc39/proposals/commit/4b8ee265248abfa2c88ed71b3c541ddd5a2eaffe) and [July 2024](https://redirect.github.com/tc39/proposals/commit/bdb2eea6c5e41a52f2d6047d7de1a31b5d188c4f) TC39 meetings - Updated the way of escaping, [regex-escaping/77](https://redirect.github.com/tc39/proposal-regex-escaping/pull/77) - Throw an error on non-strings, [regex-escaping/58](https://redirect.github.com/tc39/proposal-regex-escaping/pull/58) - Added `/actual/` namespace entries, unconditional forced replacement changed to feature detection - [`Promise.try` proposal](https://redirect.github.com/tc39/proposal-promise-try): - Built-ins: - `Promise.try` - Moved to stage 3, [June 2024 TC39 meeting](https://redirect.github.com/tc39/proposals/commit/de20984cd7f7bc616682c557cb839abc100422cb) - Added `/actual/` namespace entries, unconditional forced replacement changed to feature detection - [`Uint8Array` to / from base64 and hex stage 3 proposal](https://redirect.github.com/tc39/proposal-arraybuffer-base64): - 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.fromBase64` and `Uint8Array.prototype.setFromBase64` `lastChunkHandling` option, [proposal-arraybuffer-base64/33](https://redirect.github.com/tc39/proposal-arraybuffer-base64/pull/33) - Added `Uint8Array.prototype.toBase64` `omitPadding` option, [proposal-arraybuffer-base64/60](https://redirect.github.com/tc39/proposal-arraybuffer-base64/pull/60) - Added throwing a `TypeError` on arrays backed by detached buffers - Unconditional forced replacement changed to feature detection - Fixed `RegExp` named capture groups polyfill in combination with non-capturing groups, [#1352](https://redirect.github.com/zloirock/core-js/pull/1352), thanks [**@Ulop**](https://redirect.github.com/Ulop) - Improved some cases of environment detection - Uses [`process.getBuiltinModule`](https://nodejs.org/docs/latest/api/process.html#processgetbuiltinmoduleid) for getting built-in NodeJS modules where it's available - Uses `https` instead of `http` in `URL` constructor feature detection to avoid extra notifications from some overly vigilant security scanners, [#1345](https://redirect.github.com/zloirock/core-js/issues/1345) - Some minor optimizations - Updated `browserslist` in `core-js-compat` dependencies that fixes an upstream issue with incorrect interpretation of some `browserslist` queries, [#1344](https://redirect.github.com/zloirock/core-js/issues/1344), [browserslist/829](https://redirect.github.com/browserslist/browserslist/issues/829), [browserslist/836](https://redirect.github.com/browserslist/browserslist/pull/836) - Compat data improvements: - Added [Safari 18.0](https://webkit.org/blog/15443/news-from-wwdc24-webkit-in-safari-18-beta/) compat data: - Fixed [`Object.groupBy` and `Map.groupBy`](https://redirect.github.com/tc39/proposal-array-grouping) to [work for non-objects](https://bugs.webkit.org/show_bug.cgi?id=271524) - Fixed [throwing a `RangeError` if `Set` methods are called on an object with negative size property](https://bugs.webkit.org/show_bug.cgi?id=267494) - Fixed [`Set.prototype.symmetricDifference` to call `this.has` in each iteration](https://bugs.webkit.org/show_bug.cgi?id=272679) - Fixed [`Array.fromAsync`](https://redirect.github.com/tc39/proposal-array-from-async) to [not call the `Array` constructor twice](https://bugs.webkit.org/show_bug.cgi?id=271703) - Added [`URL.parse`](https://url.spec.whatwg.org/#dom-url-parse) - [`Math.f16round` and `DataView.prototype.{ getFloat16, setFloat16 }`](https://redirect.github.com/tc39/proposal-float16array) marked as [shipped from FF129](https://bugzilla.mozilla.org/show_bug.cgi?id=1903329) - [`Symbol.asyncDispose`](https://redirect.github.com/tc39/proposal-explicit-resource-management) added and marked as supported from V8 ~ Chromium 127 - [`Promise.try`](https://redirect.github.com/tc39/proposal-promise-try) added and marked as supported [from V8 ~ Chromium 128](https://chromestatus.com/feature/6315704705089536) - Added Deno [1.44](https://redirect.github.com/denoland/deno/releases/tag/v1.44.0) and [1.45](https://redirect.github.com/denoland/deno/releases/tag/v1.45.0) compat data mapping - `self` descriptor [is broken in Deno 1.45.3](https://redirect.github.com/denoland/deno/issues/24683) (again) - Added Electron 32 and 33 compat data mapping - Added [Opera Android 83](https://forums.opera.com/topic/72570/opera-for-android-83) compat data mapping - Added Samsung Internet 27 compat data mapping - Added Oculus Quest Browser 34 compat data mappingkewisch/ical.js (ical.js)
### [`v2.1.0`](https://redirect.github.com/kewisch/ical.js/releases/tag/v2.1.0) [Compare Source](https://redirect.github.com/kewisch/ical.js/compare/v2.0.1...v2.1.0) #### What's Changed This release includes typescript types, generated from jsdoc thanks to a heroic effort from [@jannikac](https://redirect.github.com/jannikac) - Fixes a bug while parsing vcalendar parameters by [@br0xpl](https://redirect.github.com/br0xpl) in [https://github.com/kewisch/ical.js/pull/613](https://redirect.github.com/kewisch/ical.js/pull/613) - stringify: do not use unescapedIndexOf in property parameters by [@dilyanpalauzov](https://redirect.github.com/dilyanpalauzov) in [https://github.com/kewisch/ical.js/pull/658](https://redirect.github.com/kewisch/ical.js/pull/658) - parse.\_parsedParameters: do not use helpers.unescapedIndexOf() by [@dilyanpalauzov](https://redirect.github.com/dilyanpalauzov) in [https://github.com/kewisch/ical.js/pull/536](https://redirect.github.com/kewisch/ical.js/pull/536) - parser.\_handleContentLine() parsing including ^ in the parameter value by [@dilyanpalauzov](https://redirect.github.com/dilyanpalauzov) in [https://github.com/kewisch/ical.js/pull/507](https://redirect.github.com/kewisch/ical.js/pull/507) - Update ICALTester to make it useable again by [@kewisch](https://redirect.github.com/kewisch) in [https://github.com/kewisch/ical.js/pull/664](https://redirect.github.com/kewisch/ical.js/pull/664) - Try again before avoiding death by recursion by [@darktrojan](https://redirect.github.com/darktrojan) in [https://github.com/kewisch/ical.js/pull/550](https://redirect.github.com/kewisch/ical.js/pull/550) - Make occurrences in chronological order even if BYMONTHDAY or BYYEARDAY is not in order by [@darktrojan](https://redirect.github.com/darktrojan) in [https://github.com/kewisch/ical.js/pull/666](https://redirect.github.com/kewisch/ical.js/pull/666) - Avoid infinite loop with invalid YEARLY recurrence rule by [@leftmostcat](https://redirect.github.com/leftmostcat) in [https://github.com/kewisch/ical.js/pull/621](https://redirect.github.com/kewisch/ical.js/pull/621) - Fix stack trace on custom ParserError by [@kewisch](https://redirect.github.com/kewisch) in [https://github.com/kewisch/ical.js/pull/665](https://redirect.github.com/kewisch/ical.js/pull/665) - Make it easier to debug sanity checks by [@kewisch](https://redirect.github.com/kewisch) in [https://github.com/kewisch/ical.js/pull/682](https://redirect.github.com/kewisch/ical.js/pull/682) - Introduce the recurrence tester by [@kewisch](https://redirect.github.com/kewisch) in [https://github.com/kewisch/ical.js/pull/678](https://redirect.github.com/kewisch/ical.js/pull/678) - Switch from `rollup-plugin-terser` to `@rollup/plugin-terser` by [@dilyanpalauzov](https://redirect.github.com/dilyanpalauzov) in [https://github.com/kewisch/ical.js/pull/693](https://redirect.github.com/kewisch/ical.js/pull/693) - Move yauzl to dynamic import by [@kewisch](https://redirect.github.com/kewisch) in [https://github.com/kewisch/ical.js/pull/703](https://redirect.github.com/kewisch/ical.js/pull/703) - Implement `.d.ts` generation from jsdoc comments by [@jannikac](https://redirect.github.com/jannikac) in [https://github.com/kewisch/ical.js/pull/662](https://redirect.github.com/kewisch/ical.js/pull/662) - Fix exports by [@jannikac](https://redirect.github.com/jannikac) in [https://github.com/kewisch/ical.js/pull/713](https://redirect.github.com/kewisch/ical.js/pull/713) - Fix remaining typescript issues by [@jannikac](https://redirect.github.com/jannikac) in [https://github.com/kewisch/ical.js/pull/712](https://redirect.github.com/kewisch/ical.js/pull/712) - Fix incorrect jsdocs by [@jannikac](https://redirect.github.com/jannikac) in [https://github.com/kewisch/ical.js/pull/727](https://redirect.github.com/kewisch/ical.js/pull/727) - Fix module resolution in typescript by [@jannikac](https://redirect.github.com/jannikac) in [https://github.com/kewisch/ical.js/pull/736](https://redirect.github.com/kewisch/ical.js/pull/736) #### New Contributors - [@br0xpl](https://redirect.github.com/br0xpl) made their first contribution in [https://github.com/kewisch/ical.js/pull/613](https://redirect.github.com/kewisch/ical.js/pull/613) - [@jannikac](https://redirect.github.com/jannikac) made their first contribution in [https://github.com/kewisch/ical.js/pull/662](https://redirect.github.com/kewisch/ical.js/pull/662) **Full Changelog**: https://github.com/kewisch/ical.js/compare/v2.0.1...v2.1.0rollup/rollup (rollup)
### [`v4.21.3`](https://redirect.github.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4213) [Compare Source](https://redirect.github.com/rollup/rollup/compare/v4.21.2...v4.21.3) *2024-09-12* ##### Bug Fixes - Always respect side effects in left-hand side of optional chain ([#5642](https://redirect.github.com/rollup/rollup/issues/5642)) - Update stack trace for augmented errors to not hide relevant information ([#5640](https://redirect.github.com/rollup/rollup/issues/5640)) ##### Pull Requests - [#5636](https://redirect.github.com/rollup/rollup/pull/5636): chore(deps): lock file maintenance minor/patch updates ([@renovate](https://redirect.github.com/renovate)\[bot]) - [#5637](https://redirect.github.com/rollup/rollup/pull/5637): chore(deps): lock file maintenance ([@renovate](https://redirect.github.com/renovate)\[bot]) - [#5640](https://redirect.github.com/rollup/rollup/pull/5640): fix: keep the message of stack up-to-date ([@TrickyPi](https://redirect.github.com/TrickyPi)) - [#5642](https://redirect.github.com/rollup/rollup/pull/5642): fix: include left-side effect of optional chaining in the end of hasEffectsAsChainElement ([@TrickyPi](https://redirect.github.com/TrickyPi)) ### [`v4.21.2`](https://redirect.github.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4212) [Compare Source](https://redirect.github.com/rollup/rollup/compare/v4.21.1...v4.21.2) *2024-08-30* ##### Bug Fixes - Handle IIFE/UMD namespace definitions conflicting with a builtin property ([#5605](https://redirect.github.com/rollup/rollup/issues/5605)) ##### Pull Requests - [#5605](https://redirect.github.com/rollup/rollup/pull/5605): fix: Wrong namespace property definition ([@thirumurugan-git](https://redirect.github.com/thirumurugan-git), [@lukastaegert](https://redirect.github.com/lukastaegert)) - [#5630](https://redirect.github.com/rollup/rollup/pull/5630): chore(deps): lock file maintenance minor/patch updates ([@renovate](https://redirect.github.com/renovate)\[bot]) - [#5631](https://redirect.github.com/rollup/rollup/pull/5631): chore(deps): lock file maintenance ([@renovate](https://redirect.github.com/renovate)\[bot]) - [#5632](https://redirect.github.com/rollup/rollup/pull/5632): chore(deps): lock file maintenance ([@renovate](https://redirect.github.com/renovate)\[bot]) ### [`v4.21.1`](https://redirect.github.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4211) [Compare Source](https://redirect.github.com/rollup/rollup/compare/v4.21.0...v4.21.1) *2024-08-26* ##### Bug Fixes - Ensure `closeWatcher` hook is called when watch mode is aborted via Ctrl+C ([#5618](https://redirect.github.com/rollup/rollup/issues/5618)) - Do not produce invalid code for `import.meta.url` in compact mode ([#5624](https://redirect.github.com/rollup/rollup/issues/5624)) - Do not throw when generating chunk names when preserving modules in Windows ([#5625](https://redirect.github.com/rollup/rollup/issues/5625)) ##### Pull Requests - [#5591](https://redirect.github.com/rollup/rollup/pull/5591): chore(deps): update dependency [@types/eslint](https://redirect.github.com/types/eslint) to v9 ([@renovate](https://redirect.github.com/renovate)\[bot], [@lukastaegert](https://redirect.github.com/lukastaegert)) - [#5618](https://redirect.github.com/rollup/rollup/pull/5618): preload the WASM file even though the version is undefined. ([@TrickyPi](https://redirect.github.com/TrickyPi)) - [#5619](https://redirect.github.com/rollup/rollup/pull/5619): Call and await closeWatcher hooks on exit signals ([@lukastaegert](https://redirect.github.com/lukastaegert)) - [#5622](https://redirect.github.com/rollup/rollup/pull/5622): chore(deps): lock file maintenance minor/patch updates ([@renovate](https://redirect.github.com/renovate)\[bot], [@lukastaegert](https://redirect.github.com/lukastaegert)) - [#5624](https://redirect.github.com/rollup/rollup/pull/5624): fix: add space for DOCUMENT_CURRENT_SCRIPT template ([@TrickyPi](https://redirect.github.com/TrickyPi)) - [#5625](https://redirect.github.com/rollup/rollup/pull/5625): fix: get the right chunk name for preserve modules in Windows ([@TrickyPi](https://redirect.github.com/TrickyPi), [@lukastaegert](https://redirect.github.com/lukastaegert)) ### [`v4.21.0`](https://redirect.github.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4210) [Compare Source](https://redirect.github.com/rollup/rollup/compare/v4.20.0...v4.21.0) *2024-08-18* ##### Features - Add option to configure directory for virtual modules when preserving modules ([#5602](https://redirect.github.com/rollup/rollup/issues/5602)) ##### Pull Requests - [#5602](https://redirect.github.com/rollup/rollup/pull/5602): feat: introduce the virtualDirname option to customize the virtual directory name ([@TrickyPi](https://redirect.github.com/TrickyPi)) - [#5607](https://redirect.github.com/rollup/rollup/pull/5607): chore(deps): update typescript-eslint monorepo to v8 (major) ([@renovate](https://redirect.github.com/renovate)\[bot], [@lukastaegert](https://redirect.github.com/lukastaegert)) - [#5608](https://redirect.github.com/rollup/rollup/pull/5608): chore(deps): lock file maintenance minor/patch updates ([@renovate](https://redirect.github.com/renovate)\[bot]) - [#5611](https://redirect.github.com/rollup/rollup/pull/5611): chore: fix the `noConflict` option in REPL. ([@7086cmd](https://redirect.github.com/7086cmd)) - [#5613](https://redirect.github.com/rollup/rollup/pull/5613): chore(deps): lock file maintenance minor/patch updates ([@renovate](https://redirect.github.com/renovate)\[bot]) - [#5614](https://redirect.github.com/rollup/rollup/pull/5614): chore(deps): lock file maintenance ([@renovate](https://redirect.github.com/renovate)\[bot]) ### [`v4.20.0`](https://redirect.github.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4200) [Compare Source](https://redirect.github.com/rollup/rollup/compare/v4.19.2...v4.20.0) *2024-08-03* ##### Features - Allow plugins to specify the original file name when emitting assets ([#5596](https://redirect.github.com/rollup/rollup/issues/5596)) ##### Pull Requests - [#5596](https://redirect.github.com/rollup/rollup/pull/5596): Add originalFIleName property to emitted assets ([@lukastaegert](https://redirect.github.com/lukastaegert)) - [#5599](https://redirect.github.com/rollup/rollup/pull/5599): chore(deps): update dependency eslint-plugin-unicorn to v55 ([@renovate](https://redirect.github.com/renovate)\[bot], [@lukastaegert](https://redirect.github.com/lukastaegert)) - [#5600](https://redirect.github.com/rollup/rollup/pull/5600): chore(deps): lock file maintenance minor/patch updates ([@renovate](https://redirect.github.com/renovate)\[bot], [@lukastaegert](https://redirect.github.com/lukastaegert)) ### [`v4.19.2`](https://redirect.github.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4192) [Compare Source](https://redirect.github.com/rollup/rollup/compare/v4.19.1...v4.19.2) *2024-08-01* ##### Bug Fixes - Avoid "cannot get value of null" error when using optional chaining with namespaces ([#5597](https://redirect.github.com/rollup/rollup/issues/5597)) ##### Pull Requests - [#5597](https://redirect.github.com/rollup/rollup/pull/5597): Fix retrieval of literal values for chained namespaces ([@lukastaegert](https://redirect.github.com/lukastaegert)) ### [`v4.19.1`](https://redirect.github.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4191) [Compare Source](https://redirect.github.com/rollup/rollup/compare/v4.19.0...v4.19.1) *2024-07-27* ##### Bug Fixes - Do not remove parantheses when tree-shaking logical expressions ([#5584](https://redirect.github.com/rollup/rollup/issues/5584)) - Do not ignore side effects in calls left of an optional chaining operator ([#5589](https://redirect.github.com/rollup/rollup/issues/5589)) ##### Pull Requests - [#5584](https://redirect.github.com/rollup/rollup/pull/5584): fix: find whitespace from operator position to start ([@TrickyPi](https://redirect.github.com/TrickyPi)) - [#5587](https://redirect.github.com/rollup/rollup/pull/5587): docs: improve command by code-group ([@thinkasany](https://redirect.github.com/thinkasany), [@lukastaegert](https://redirect.github.com/lukastaegert)) - [#5589](https://redirect.github.com/rollup/rollup/pull/5589): Fix side effect detection in optional chains ([@lukastaegert](https://redirect.github.com/lukastaegert)) - [#5592](https://redirect.github.com/rollup/rollup/pull/5592): chore(deps): lock file maintenance minor/patch updates ([@renovate](https://redirect.github.com/renovate)\[bot]) - [#5593](https://redirect.github.com/rollup/rollup/pull/5593): chore(deps): lock file maintenance minor/patch updates ([@renovate](https://redirect.github.com/renovate)\[bot]) - [#5594](https://redirect.github.com/rollup/rollup/pull/5594): chore(deps): lock file maintenance ([@renovate](https://redirect.github.com/renovate)\[bot]) - [#5595](https://redirect.github.com/rollup/rollup/pull/5595): chore(deps): lock file maintenance ([@renovate](https://redirect.github.com/renovate)\[bot])jleeson/rollup-plugin-import-css (rollup-plugin-import-css)
### [`v3.5.1`](https://redirect.github.com/jleeson/rollup-plugin-import-css/compare/38c9316c28bb6a8442de360f027c4ccf3eebb154...d60acc1dff5bbc9d8f40497142f7b48e91d4b3ec) [Compare Source](https://redirect.github.com/jleeson/rollup-plugin-import-css/compare/38c9316c28bb6a8442de360f027c4ccf3eebb154...d60acc1dff5bbc9d8f40497142f7b48e91d4b3ec)Microsoft/tslib (tslib)
### [`v2.7.0`](https://redirect.github.com/Microsoft/tslib/compare/v2.6.3...6abc075910605cc5c6c74d8566190ee865c9e672) [Compare Source](https://redirect.github.com/Microsoft/tslib/compare/v2.6.3...v2.7.0)microsoft/TypeScript (typescript)
### [`v5.6.2`](https://redirect.github.com/microsoft/TypeScript/compare/v5.5.4...a7e3374f13327483fbe94e32806d65785b0b6cda) [Compare Source](https://redirect.github.com/microsoft/TypeScript/compare/v5.5.4...v5.6.2)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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.