escoand / fullcalendar-plugins

https://fullcalendar-plugins.vercel.app
14 stars 1 forks source link

Update all non-major dependencies #13

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 2 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) 7.24.7 -> 7.24.9 age adoption passing confidence
@babel/preset-env (source) 7.24.7 -> 7.24.8 age adoption passing confidence
@fullcalendar/core (source) 6.1.14 -> 6.1.15 age adoption passing confidence
rollup (source) 4.18.0 -> 4.19.0 age adoption passing confidence
typescript (source) 5.5.3 -> 5.5.4 age adoption passing confidence

Release Notes

babel/babel (@​babel/core) ### [`v7.24.9`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7249-2024-07-15) [Compare Source](https://togithub.com/babel/babel/compare/v7.24.8...v7.24.9) ##### :bug: Bug Fix - `babel-core`, `babel-standalone` - [#​16639](https://togithub.com/babel/babel/pull/16639) Avoid `require()` call in `@babel/standalone` bundle ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-types` - [#​16638](https://togithub.com/babel/babel/pull/16638) fix: provide legacy typings for TS < 4.1 ([@​JLHwung](https://togithub.com/JLHwung)) ##### :nail_care: Polish - `babel-generator`, `babel-plugin-transform-optional-chaining` - [#​16617](https://togithub.com/babel/babel/pull/16617) Avoid extra parens in TS `as`/`satisfies` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :house: Internal - `babel-helper-module-transforms` - [#​16629](https://togithub.com/babel/babel/pull/16629) Lazy top-level initializations for module transforms ([@​guybedford](https://togithub.com/guybedford)) ### [`v7.24.8`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7248-2024-07-11) [Compare Source](https://togithub.com/babel/babel/compare/v7.24.7...v7.24.8) ##### :eyeglasses: Spec Compliance - `babel-parser` - [#​16567](https://togithub.com/babel/babel/pull/16567) Do not use strict mode in TS `declare` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) ##### :bug: Bug Fix - `babel-generator` - [#​16630](https://togithub.com/babel/babel/pull/16630) Correctly print parens around `in` in `for` heads ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#​16626](https://togithub.com/babel/babel/pull/16626) Fix printing of comments in `await using` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#​16591](https://togithub.com/babel/babel/pull/16591) fix typescript code generation for yield expression inside type expre… ([@​SreeXD](https://togithub.com/SreeXD)) - `babel-parser` - [#​16613](https://togithub.com/babel/babel/pull/16613) Disallow destructuring assignment in `using` declarations ([@​H0onnn](https://togithub.com/H0onnn)) - [#​16490](https://togithub.com/babel/babel/pull/16490) fix: do not add `.value: undefined` to regexp literals ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-types` - [#​16615](https://togithub.com/babel/babel/pull/16615) Remove boolean props from `ObjectTypeInternalSlot` visitor keys ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-transform-typescript` - [#​16566](https://togithub.com/babel/babel/pull/16566) fix: Correctly handle `export import x =` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) ##### :nail_care: Polish - `babel-generator` - [#​16625](https://togithub.com/babel/babel/pull/16625) Avoid unnecessary parens around `async` in `for await` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-traverse` - [#​16619](https://togithub.com/babel/babel/pull/16619) Avoid checking `Scope.globals` multiple times ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu))
fullcalendar/fullcalendar (@​fullcalendar/core) ### [`v6.1.15`](https://togithub.com/fullcalendar/fullcalendar/blob/HEAD/CHANGELOG.md#6115-2024-07-12) [Compare Source](https://togithub.com/fullcalendar/fullcalendar/compare/v6.1.14...v6.1.15) ##### General - fix: dragScroll does not work on multiMonth view ([#​7324](https://togithub.com/fullcalendar/fullcalendar/issues/7324)) - fix: clicking on nowIndicator line ignores the event behind ([#​6801](https://togithub.com/fullcalendar/fullcalendar/issues/6801)) - fix: dates not selectable in Shadow DOM since v6.1.12 ([#​7685](https://togithub.com/fullcalendar/fullcalendar/issues/7685)) ##### React - fix: adaptive print version shows events with custom eventContent with zero height ([#​7419](https://togithub.com/fullcalendar/fullcalendar/issues/7419))
rollup/rollup (rollup) ### [`v4.19.0`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4190) [Compare Source](https://togithub.com/rollup/rollup/compare/v4.18.1...v4.19.0) *2024-07-20* ##### Features - Implement support for decorators ([#​5562](https://togithub.com/rollup/rollup/issues/5562)) ##### Bug Fixes - Improve soucemap generation when tree-shaking logical expressions ([#​5581](https://togithub.com/rollup/rollup/issues/5581)) ##### Pull Requests - [#​5562](https://togithub.com/rollup/rollup/pull/5562): feat: implementing decorator support ([@​TrickyPi](https://togithub.com/TrickyPi), [@​lukastaegert](https://togithub.com/lukastaegert)) - [#​5570](https://togithub.com/rollup/rollup/pull/5570): refactor(finalisers): condition branch ([@​Simon-He95](https://togithub.com/Simon-He95), [@​zhangmo8](https://togithub.com/zhangmo8)) - [#​5572](https://togithub.com/rollup/rollup/pull/5572): Improve chunk and asset type information in docs ([@​lukastaegert](https://togithub.com/lukastaegert)) - [#​5573](https://togithub.com/rollup/rollup/pull/5573): Switch to audit resolver to ignore requirejs vulnerability ([@​lukastaegert](https://togithub.com/lukastaegert)) - [#​5575](https://togithub.com/rollup/rollup/pull/5575): chore(deps): update dependency inquirer to v10 ([@​renovate](https://togithub.com/renovate)\[bot], [@​lukastaegert](https://togithub.com/lukastaegert)) - [#​5576](https://togithub.com/rollup/rollup/pull/5576): chore(deps): lock file maintenance minor/patch updates ([@​renovate](https://togithub.com/renovate)\[bot], [@​lukastaegert](https://togithub.com/lukastaegert)) - [#​5580](https://togithub.com/rollup/rollup/pull/5580): chore(deps): lock file maintenance minor/patch updates ([@​renovate](https://togithub.com/renovate)\[bot], [@​lukastaegert](https://togithub.com/lukastaegert)) - [#​5581](https://togithub.com/rollup/rollup/pull/5581): When tree-shaking logical expression, make sure to remove all trailing white-space. ([@​lukastaegert](https://togithub.com/lukastaegert)) ### [`v4.18.1`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4181) [Compare Source](https://togithub.com/rollup/rollup/compare/v4.18.0...v4.18.1) *2024-07-08* ##### Bug Fixes - Prevent "%" in generated file names to ensure imports resolve ([#​5535](https://togithub.com/rollup/rollup/issues/5535)) ##### Pull Requests - [#​5524](https://togithub.com/rollup/rollup/pull/5524): chore(deps): lock file maintenance minor/patch updates ([@​renovate](https://togithub.com/renovate)\[bot]) - [#​5525](https://togithub.com/rollup/rollup/pull/5525): chore(deps): lock file maintenance ([@​renovate](https://togithub.com/renovate)\[bot]) - [#​5526](https://togithub.com/rollup/rollup/pull/5526): chore(deps): lock file maintenance minor/patch updates ([@​renovate](https://togithub.com/renovate)\[bot]) - [#​5527](https://togithub.com/rollup/rollup/pull/5527): chore(deps): lock file maintenance minor/patch updates ([@​renovate](https://togithub.com/renovate)\[bot]) - [#​5529](https://togithub.com/rollup/rollup/pull/5529): Use Spanned trait to simplify logic ([@​lukastaegert](https://togithub.com/lukastaegert)) - [#​5530](https://togithub.com/rollup/rollup/pull/5530): Fix typos in ARCHITECTURE.md ([@​younggglcy](https://togithub.com/younggglcy)) - [#​5532](https://togithub.com/rollup/rollup/pull/5532): Use Rust macros for converters where possible ([@​lukastaegert](https://togithub.com/lukastaegert)) - [#​5535](https://togithub.com/rollup/rollup/pull/5535): fix: escape `%` if URI malformed ([@​baseballyama](https://togithub.com/baseballyama), [@​lukastaegert](https://togithub.com/lukastaegert)) - [#​5536](https://togithub.com/rollup/rollup/pull/5536): chore(deps): lock file maintenance minor/patch updates ([@​renovate](https://togithub.com/renovate)\[bot], [@​lukastaegert](https://togithub.com/lukastaegert)) - [#​5541](https://togithub.com/rollup/rollup/pull/5541): chore(deps): lock file maintenance minor/patch updates ([@​renovate](https://togithub.com/renovate)\[bot]) - [#​5542](https://togithub.com/rollup/rollup/pull/5542): chore(deps): lock file maintenance ([@​renovate](https://togithub.com/renovate)\[bot]) - [#​5543](https://togithub.com/rollup/rollup/pull/5543): Watch rust files and rebuild during dev ([@​lukastaegert](https://togithub.com/lukastaegert)) - [#​5544](https://togithub.com/rollup/rollup/pull/5544): Refactor AST converters ([@​lukastaegert](https://togithub.com/lukastaegert)) - [#​5545](https://togithub.com/rollup/rollup/pull/5545): chore(deps): update dependency [@​rollup/plugin-commonjs](https://togithub.com/rollup/plugin-commonjs) to v26 ([@​renovate](https://togithub.com/renovate)\[bot]) - [#​5546](https://togithub.com/rollup/rollup/pull/5546): chore(deps): update dependency nyc to v17 ([@​renovate](https://togithub.com/renovate)\[bot]) - [#​5547](https://togithub.com/rollup/rollup/pull/5547): chore(deps): lock file maintenance minor/patch updates ([@​renovate](https://togithub.com/renovate)\[bot]) - [#​5548](https://togithub.com/rollup/rollup/pull/5548): chore(deps): lock file maintenance ([@​renovate](https://togithub.com/renovate)\[bot]) - [#​5549](https://togithub.com/rollup/rollup/pull/5549): chore(deps): lock file maintenance ([@​renovate](https://togithub.com/renovate)\[bot]) - [#​5550](https://togithub.com/rollup/rollup/pull/5550): chore(deps): update dependency eslint-plugin-unicorn to v54 ([@​renovate](https://togithub.com/renovate)\[bot], [@​lukastaegert](https://togithub.com/lukastaegert)) - [#​5551](https://togithub.com/rollup/rollup/pull/5551): chore(deps): lock file maintenance minor/patch updates ([@​renovate](https://togithub.com/renovate)\[bot], [@​lukastaegert](https://togithub.com/lukastaegert)) - [#​5555](https://togithub.com/rollup/rollup/pull/5555): chore(deps): lock file maintenance minor/patch updates ([@​renovate](https://togithub.com/renovate)\[bot]) - [#​5556](https://togithub.com/rollup/rollup/pull/5556): chore(deps): lock file maintenance ([@​renovate](https://togithub.com/renovate)\[bot]) - [#​5558](https://togithub.com/rollup/rollup/pull/5558): Consider that the body of ClassBody might be of type StaticBlock ([@​TrickyPi](https://togithub.com/TrickyPi)) - [#​5565](https://togithub.com/rollup/rollup/pull/5565): refactor(ast): conditional branch ([@​Simon-He95](https://togithub.com/Simon-He95)) - [#​5566](https://togithub.com/rollup/rollup/pull/5566): chore(deps): lock file maintenance minor/patch updates ([@​renovate](https://togithub.com/renovate)\[bot]) - [#​5567](https://togithub.com/rollup/rollup/pull/5567): chore(deps): lock file maintenance ([@​renovate](https://togithub.com/renovate)\[bot])
Microsoft/TypeScript (typescript) ### [`v5.5.4`](https://togithub.com/Microsoft/TypeScript/compare/v5.5.3...c8a7d589e647e19c94150d9892909f3aa93e48eb) [Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v5.5.3...v5.5.4)

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.

vercel[bot] commented 2 months 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 Jul 22, 2024 11:14pm