chore(deps): update dev-dependencies #3835
No reviewers
Labels
No Label
area/internal-code
changes requested
confirmed
dependencies
duplicate
good first issue
help wanted
hosting
invalid
kind/bug
kind/feature
question
wontfix
No Milestone
No project
No Assignees
3 Participants
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: vikunja/frontend#3835
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/dev-dependencies"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
0.17.0
->0.17.6
0.17.5
->0.17.6
20.9.4
->20.10.1
6.12.0
->6.13.1
6.12.0
->6.13.1
4.5.0
->4.5.1
2.4.2
->2.4.3
1.0.30001564
->1.0.30001565
0.19.7
->0.19.8
9.18.1
->9.19.2
0.17.5
->0.17.6
4.5.1
->4.6.1
5.9.2
->5.9.3
0.17.0
->0.17.2
1.8.22
->1.8.24
Release Notes
Akryum/histoire (@histoire/plugin-screenshot)
v0.17.6
Compare Source
compare changes
🩹 Fixes
🏡 Chore
🤖 CI
❤️ Contributors
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v6.13.1
Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
You can read about our versioning strategy and releases on our website.
v6.13.0
Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v6.13.1
Compare Source
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
v6.13.0
Compare Source
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
vuejs/test-utils (@vue/test-utils)
v2.4.3
Compare Source
What's Changed
Full Changelog: https://github.com/vuejs/test-utils/compare/v2.4.2...v2.4.3
browserslist/caniuse-lite (caniuse-lite)
v1.0.30001565
Compare Source
evanw/esbuild (esbuild)
v0.19.8
Compare Source
Add a treemap chart to esbuild's bundle analyzer (#2848)
The bundler analyzer on esbuild's website (https://esbuild.github.io/analyze/) now has a treemap chart type in addition to the two existing chart types (sunburst and flame). This should be more familiar for people coming from other similar tools, as well as make better use of large screens.
Allow decorators after the
export
keyword (#104)Previously esbuild's decorator parser followed the original behavior of TypeScript's experimental decorators feature, which only allowed decorators to come before the
export
keyword. However, the upcoming JavaScript decorators feature also allows decorators to come after theexport
keyword. And with TypeScript 5.0, TypeScript now also allows experimental decorators to come after theexport
keyword too. So esbuild now allows this as well:In addition, esbuild's decorator parser has been rewritten to fix several subtle and likely unimportant edge cases with esbuild's parsing of exports and decorators in TypeScript (e.g. TypeScript apparently does automatic semicolon insertion after
interface
andexport interface
but not afterexport default interface
).Pretty-print decorators using the same whitespace as the original
When printing code containing decorators, esbuild will now try to respect whether the original code contained newlines after the decorator or not. This can make generated code containing many decorators much more compact to read:
vuejs/eslint-plugin-vue (eslint-plugin-vue)
v9.19.2
Compare Source
🐛 Bug Fixes
type-literal
option invue/define-emits-declaration
ruleFull Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.19.1...v9.19.2
v9.19.1
Compare Source
🐛 Bug Fixes
plugin:vue/vue3-strongly-recommended
Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.19.0...v9.19.1
v9.19.0
Compare Source
✨ Enhancements
New Rules
vue/no-unused-emit-declarations
rule that disallows unused emit declarations.vue/v-if-else-key
rule that requires key attribute for conditionally rendered repeated components.New Options
type-literal
option invue/define-emits-declaration
rule.externalIgnores
option invue/singleline-html-element-content-newline
rule.ignore
option invue/no-deprecated-slot-attribute
rule.⚙️ Changes
vue/v-on-event-hyphenation
rule to be auto-fixable by default in Vue 3.<template>
to extend from ESLint Stylistic.⚙️ Updates
typeParameters
getter.Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v9.18.1...v9.19.0
rollup/rollup (rollup)
v4.6.1
Compare Source
2023-11-30
Bug Fixes
var
several times was considered a conflict (#5276)Pull Requests
v4.6.0
Compare Source
2023-11-26
Features
this.addWatchFile
in all plugin hooks (#5270)Bug Fixes
npm
issue (#5267)this
context inthis.addWatchFile
so it does not need to be bound when passed around (#5270)Pull Requests
v4.5.2
Compare Source
2023-11-24
Bug Fixes
Pull Requests
btd/rollup-plugin-visualizer (rollup-plugin-visualizer)
v5.9.3
Compare Source
vite-pwa/vite-plugin-pwa (vite-plugin-pwa)
v0.17.2
Compare Source
🐞 Bug Fixes
injectRegister
in pwa info - by @userquin in https://github.com/vite-pwa/vite-plugin-pwa/issues/611 (ceab9)View changes on GitHub
v0.17.1
Compare Source
🚀 Features
injectRegister
script - by @LouisMazel and @userquin in https://github.com/vite-pwa/vite-plugin-pwa/issues/605 (f1833)🐞 Bug Fixes
View changes on GitHub
vuejs/language-tools (vue-tsc)
v1.8.24
Compare Source
vue-component-type-helpers/vue2
(#3404)defineEmits
'sarg
andtypeArg
inparseScriptSetupRanges
(#3710) - thanks @so1vestrictTemplates
fails to report unknown components (#3539)as
with multiple<script>
blocks (#3733) - thanks @so1ve<script setup>
tag above<script>
tag (#3743) - thanks @so1ve.prop
shorthand (#3729) - thanks @so1veVolar.js 1.11.1 updates:
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.
This PR has been generated by Renovate Bot.
a4883dc942
tocaaad18e09
chore(deps): update dependency @types/node to v20.9.5to chore(deps): update dev-dependenciescaaad18e09
to06e59cac75
06e59cac75
toea692b2b7e
ea692b2b7e
to117a7a2c16
117a7a2c16
toe516762d75
e516762d75
to84f814adaa
84f814adaa
toed5732bbed
ed5732bbed
to58084ade53
58084ade53
to0d009ff0f2
0d009ff0f2
tof96eaaed89
f96eaaed89
to662247fa6e
662247fa6e
to118736b488
118736b488
tobe64f80bc0
be64f80bc0
to0259dc6756
0259dc6756
to0bd55b5143
0bd55b5143
tod29b8363c2
d29b8363c2
toadcc78f83f
adcc78f83f
tod40ecc744c
d40ecc744c
to00aaae2400
Hi renovate!
Thank you for creating a PR!
I've deployed the changes of this PR on a preview environment under this URL: https://3835-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 somehwere. The easiest to use is https://try.vikunja.io/.
Have a nice day!