chore(deps): update dev-dependencies #2284

Merged
konrad merged 1 commits from renovate/dev-dependencies into main 2024-04-21 08:06:37 +00:00
Member

This PR contains the following updates:

Package Type Update Change
rollup (source) devDependencies minor 4.14.3 -> 4.16.0
vite (source) devDependencies patch 5.2.9 -> 5.2.10

Release Notes

rollup/rollup (rollup)

v4.16.0

Compare Source

2024-04-21

Features
  • Track function call arguments to optimize functions only called once or with the same literal values (#​5443)
Pull Requests

v4.15.0

Compare Source

2024-04-20

Features
  • Add output.importAttributesKey option to select whether to use "with" or "assert" for import attributes (#​5474)
Pull Requests
vitejs/vite (vite)

v5.2.10

Compare Source


Configuration

📅 Schedule: Branch creation - "before 4am" (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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [rollup](https://rollupjs.org/) ([source](https://github.com/rollup/rollup)) | devDependencies | minor | [`4.14.3` -> `4.16.0`](https://renovatebot.com/diffs/npm/rollup/4.14.3/4.16.0) | | [vite](https://vitejs.dev) ([source](https://github.com/vitejs/vite/tree/HEAD/packages/vite)) | devDependencies | patch | [`5.2.9` -> `5.2.10`](https://renovatebot.com/diffs/npm/vite/5.2.9/5.2.10) | --- ### Release Notes <details> <summary>rollup/rollup (rollup)</summary> ### [`v4.16.0`](https://github.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4160) [Compare Source](https://github.com/rollup/rollup/compare/v4.15.0...v4.16.0) *2024-04-21* ##### Features - Track function call arguments to optimize functions only called once or with the same literal values ([#&#8203;5443](https://github.com/rollup/rollup/issues/5443)) ##### Pull Requests - [#&#8203;5443](https://github.com/rollup/rollup/pull/5443): feat: improve tree-shaking by propagate const parameter ([@&#8203;liuly0322](https://github.com/liuly0322), [@&#8203;lukastaegert](https://github.com/lukastaegert)) ### [`v4.15.0`](https://github.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4150) [Compare Source](https://github.com/rollup/rollup/compare/v4.14.3...v4.15.0) *2024-04-20* ##### Features - Add output.importAttributesKey option to select whether to use "with" or "assert" for import attributes ([#&#8203;5474](https://github.com/rollup/rollup/issues/5474)) ##### Pull Requests - [#&#8203;5474](https://github.com/rollup/rollup/pull/5474): Add ImportAttributesKey to choose keyword ("with" | "assert") ([@&#8203;doubleaa93](https://github.com/doubleaa93), [@&#8203;lukastaegert](https://github.com/lukastaegert)) - [#&#8203;5475](https://github.com/rollup/rollup/pull/5475): chore(deps): lock file maintenance minor/patch updates ([@&#8203;renovate](https://github.com/renovate)\[bot]) - [#&#8203;5477](https://github.com/rollup/rollup/pull/5477): Try to run emulated smoke tests for Linux environments ([@&#8203;lukastaegert](https://github.com/lukastaegert)) </details> <details> <summary>vitejs/vite (vite)</summary> ### [`v5.2.10`](https://github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small5210-2024-04-20-small) [Compare Source](https://github.com/vitejs/vite/compare/v5.2.9...v5.2.10) - revert: perf: use workspace root for fs cache ([#&#8203;15712](https://github.com/vitejs/vite/issues/15712)) ([#&#8203;16476](https://github.com/vitejs/vite/issues/16476)) ([77e7359](https://github.com/vitejs/vite/commit/77e7359)), closes [#&#8203;15712](https://github.com/vitejs/vite/issues/15712) [#&#8203;16476](https://github.com/vitejs/vite/issues/16476) - fix: add base to virtual html ([#&#8203;16442](https://github.com/vitejs/vite/issues/16442)) ([721f94d](https://github.com/vitejs/vite/commit/721f94d)), closes [#&#8203;16442](https://github.com/vitejs/vite/issues/16442) - fix: adjust esm syntax judgment logic ([#&#8203;16436](https://github.com/vitejs/vite/issues/16436)) ([af72eab](https://github.com/vitejs/vite/commit/af72eab)), closes [#&#8203;16436](https://github.com/vitejs/vite/issues/16436) - fix: don't add outDirs to watch.ignored if emptyOutDir is false ([#&#8203;16453](https://github.com/vitejs/vite/issues/16453)) ([6a127d6](https://github.com/vitejs/vite/commit/6a127d6)), closes [#&#8203;16453](https://github.com/vitejs/vite/issues/16453) - fix(cspNonce): don't overwrite existing nonce values ([#&#8203;16415](https://github.com/vitejs/vite/issues/16415)) ([b872635](https://github.com/vitejs/vite/commit/b872635)), closes [#&#8203;16415](https://github.com/vitejs/vite/issues/16415) - feat: show warning if root is in build.outDir ([#&#8203;16454](https://github.com/vitejs/vite/issues/16454)) ([11444dc](https://github.com/vitejs/vite/commit/11444dc)), closes [#&#8203;16454](https://github.com/vitejs/vite/issues/16454) - feat: write cspNonce to style tags ([#&#8203;16419](https://github.com/vitejs/vite/issues/16419)) ([8e54bbd](https://github.com/vitejs/vite/commit/8e54bbd)), closes [#&#8203;16419](https://github.com/vitejs/vite/issues/16419) - chore(deps): update dependency eslint-plugin-n to v17 ([#&#8203;16381](https://github.com/vitejs/vite/issues/16381)) ([6cccef7](https://github.com/vitejs/vite/commit/6cccef7)), closes [#&#8203;16381](https://github.com/vitejs/vite/issues/16381) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am" (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](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
renovate added the
dependencies
label 2024-04-21 00:09:03 +00:00
renovate added 1 commit 2024-04-21 00:09:05 +00:00
continuous-integration/drone/pr Build is passing Details
d1aea5bea2
chore(deps): update dev-dependencies
Member

Hi renovate!

Thank you for creating a PR!

I've deployed the frontend changes of this PR on a preview environment under this URL: https://2284-renovate-dev-dependencies--vikunja-frontend-preview.netlify.app

You can use this url to view the changes live and test them out.
You will need to manually connect this to an api running somewhere. The easiest to use is https://try.vikunja.io/.

This preview does not contain any changes made to the api, only the frontend.

Have a nice day!

Beep boop, I'm a bot.

Hi renovate! Thank you for creating a PR! I've deployed the frontend changes of this PR on a preview environment under this URL: https://2284-renovate-dev-dependencies--vikunja-frontend-preview.netlify.app You can use this url to view the changes live and test them out. You will need to manually connect this to an api running somewhere. The easiest to use is https://try.vikunja.io/. This preview does not contain any changes made to the api, only the frontend. Have a nice day! > Beep boop, I'm a bot.
renovate force-pushed renovate/dev-dependencies from d1aea5bea2 to a48ad6c9e1 2024-04-21 05:09:19 +00:00 Compare
konrad merged commit a48ad6c9e1 into main 2024-04-21 08:06:36 +00:00
konrad deleted branch renovate/dev-dependencies 2024-04-21 08:06:37 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: vikunja/vikunja#2284
No description provided.