Open
Conversation
b0ef872 to
f626d61
Compare
ebaf2bf to
23dea4c
Compare
23dea4c to
36fc575
Compare
36fc575 to
7b2b1bd
Compare
Contributor
|
Build failed but I don't have the permissions on CF to see why |
7b2b1bd to
3f7d036
Compare
Tyrrrz
approved these changes
Aug 22, 2024
3f7d036 to
653e9ff
Compare
1d97221 to
dcdb947
Compare
1a031fa to
3abbc56
Compare
76daa86 to
304c6b9
Compare
20829cf to
1795033
Compare
5c4dbaf to
06b7083
Compare
3ed4ab2 to
18afef4
Compare
45a8109 to
682d2a9
Compare
82cf47a to
0e6486f
Compare
3c6dab9 to
c3506c4
Compare
c3506c4 to
46cb975
Compare
6a003dc to
ad27aaf
Compare
9ae8efe to
e2e7f7e
Compare
0449213 to
eaed75c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

This PR contains the following updates:
1.1.2→1.2.42.0.0-rc.26→2.0.0-rc.28^2.0.0-rc.118→^2.0.0-rc2.0.0-rc.114→2.0.0-rc.1282.0.0-rc.115→2.0.0-rc.1288.56.0→8.57.19.1.0→9.1.29.20.1→9.33.03.2.4→3.8.34.0.0→4.3.0^1.93.2→^1.99.05.12.3→5.32.42.0.0-rc.26→2.0.0-rc.28Release Notes
bitwarden/passwordless-client-js (@passwordlessdev/passwordless-client)
v1.2.4Compare Source
What's Changed
New Contributors
Full Changelog: bitwarden/passwordless-client-js@1.2.3...1.2.4
v1.2.2Compare Source
What's Changed
New Contributors
Full Changelog: bitwarden/passwordless-client-js@1.2.1...1.2.2
v1.2.1Compare Source
What's Changed
New Contributors
Full Changelog: bitwarden/passwordless-client-js@1.2.0-beta1...1.2.1
vuepress/core (@vuepress/bundler-vite)
v2.0.0-rc.28Compare Source
Bug Fixes
Code Refactoring
BREAKING CHANGES
onPageUpdatedhook swaps the parameter order fordeletetype from('delete', page, null)to('delete', null, page).v2.0.0-rc.27Compare Source
Bug Fixes
Features
options.locales(#1676) (b0e36c2)BREAKING CHANGES
onPageUpdatedhook instead.markdown.assets.relativePathPrefixoption has been removed, as it's redundant after removing page temp files.vuepress/vuepress-next (@vuepress/plugin-docsearch)
v2.0.0-rc.128Compare Source
v2.0.0-rc.127Compare Source
v2.0.0-rc.126Compare Source
v2.0.0-rc.125Compare Source
v2.0.0-rc.124Compare Source
v2.0.0-rc.123Compare Source
v2.0.0-rc.122Compare Source
v2.0.0-rc.121Compare Source
v2.0.0-rc.120Compare Source
vuejs/vuepress (@vuepress/plugin-register-components)
v2.0.0-rc.128Compare Source
v2.0.0-rc.126Compare Source
v2.0.0-rc.125Compare Source
v2.0.0-rc.124Compare Source
v2.0.0-rc.123Compare Source
v2.0.0-rc.122Compare Source
v2.0.0-rc.118Compare Source
vuejs/vuepress (@vuepress/theme-default)
v2.0.0-rc.128Compare Source
v2.0.0-rc.127Compare Source
v2.0.0-rc.126Compare Source
v2.0.0-rc.125Compare Source
v2.0.0-rc.124Compare Source
v2.0.0-rc.123Compare Source
v2.0.0-rc.122Compare Source
v2.0.0-rc.121Compare Source
v2.0.0-rc.120Compare Source
v2.0.0-rc.118Compare Source
v2.0.0-rc.116Compare Source
eslint/eslint (eslint)
v8.57.1Compare Source
v8.57.0Compare Source
prettier/eslint-config-prettier (eslint-config-prettier)
v9.1.2Compare Source
vuejs/eslint-plugin-vue (eslint-plugin-vue)
v9.33.0Compare Source
✨ Enhancements
vue/no-implicit-coercionrule to disallow shorthand type conversions in<template>.vue/no-ref-as-operandrule to checkemitpayloads.ignorePropsoption tovue/prop-name-casingrule.🐛 Bug Fixes
vue/prefer-use-template-refrule whensetupis an arrow function.vue/no-bare-strings-in-templaterule.vue/max-propsrule.Full Changelog: vuejs/eslint-plugin-vue@v9.32.0...v9.33.0
v9.32.0Compare Source
✨ Enhancements
checkMultiRootNodesoption tovue/no-duplicate-attr-inheritancerule and changed to ignore multi-root components by default.ignoreElementNamespacesoption tovue/no-v-text-v-html-on-componentrule.ignoreTagsoption tovue/attribute-hyphenationrule andvue/v-on-event-hyphenationrule.vue/restricted-component-namesrule that enforces using only specific component names.vue/slot-name-casingrule that enforces specific casing for slot names.vue/require-explicit-slotsrule.shallowRefinvue/prefer-use-template-refrule.🐛 Bug Fixes
vue/prefer-use-template-refrule to only check root-level variables.Full Changelog: vuejs/eslint-plugin-vue@v9.31.0...v9.32.0
v9.31.0Compare Source
✨ Enhancements
caseSensitiveoption tovue/no-reserved-component-namesrule.vue/prefer-use-template-refrule that requires usinguseTemplateRef()instead ofref()for template refs.vue/no-empty-component-blockrule auto-fixable.🐛 Bug Fixes
v-bind:nameinvue/require-explicit-slotsrule.⚙️ Updates
vue/define-macros-orderrule to skip TypeScriptdeclarestatements.Full Changelog: vuejs/eslint-plugin-vue@v9.30.0...v9.31.0
v9.30.0Compare Source
🐛 Bug Fixes
vue/custom-event-name-casingrule to checkdefineEmits()variable and$emit()in<template>.vue/require-valid-default-proprule.Full Changelog: vuejs/eslint-plugin-vue@v9.29.1...v9.30.0
v9.29.1Compare Source
🐛 Bug Fixes
Full Changelog: vuejs/eslint-plugin-vue@v9.29.0...v9.29.1
v9.29.0Compare Source
✨ Enhancements
New Rules
vue/no-deprecated-delete-setrule that disallows using deprecated$deleteand$set.Others
vue/no-undef-propertiesrule.useTemplateRef()tovue/no-unused-refsrule.vue/require-valid-default-proprule.vue/require-default-proprule.vue/no-boolean-defaultrule.vue/no-required-prop-with-defaultrule.vue/no-restricted-propsrule.vue/no-setup-props-reactivity-lossrule.⚙️ Updates
.tsxfiles.v9.28.0Compare Source
✨ Enhancements
New Rules
vue/max-propsrule that enforces the maximum number of props in Vue components.vue/require-default-exportrule that requires components to be thedefaultexport.vue/max-template-depthrule that enforces the maximum depth of<template>.New Features
vue/define-macros-orderrule.additionalDirectivesoption tovue/require-toggle-inside-transitionrule.🐛 Bug Fixes
vue/v-if-else-keyrule.vue/require-typed-object-proprule.v-modeldirective invue/attribute-hyphenationrule.vue/attribute-hyphenationrule to skipv-bind.sync.vue/no-deprecated-slot-attributerule to handlev-forwith dynamicslot.vue/no-deprecated-slot-attributerule to skip dynamic components.⚙️ Updates
Full Changelog: vuejs/eslint-plugin-vue@v9.27.0...v9.28.0
v9.27.0Compare Source
✨ Enhancements
vue/require-toggle-inside-transitionrule to understandv-bind:appear.🐛 Bug Fixes
vue/no-setup-props-reactivity-lossrule.⚙️ Updates
Full Changelog: vuejs/eslint-plugin-vue@v9.26.0...v9.27.0
v9.26.0Compare Source
✨ Enhancements
vue/component-name-in-template-casingvue/no-deprecated-html-element-isvue/no-undef-componentsvue/no-unused-componentsvue/script-setup-uses-vars(note that this rule is deprecated!)🐛 Bug Fixes
vue/require-default-proprule to ignore the spread and continue checking.vue/require-typed-refrule to ignore<script>blocks withoutlang="ts"in.vuefiles.Full Changelog: vuejs/eslint-plugin-vue@v9.25.0...v9.26.0
v9.25.0Compare Source
✨ Enhancements
vue/no-unused-propertiesrule.🐛 Bug Fixes
vue/no-use-computed-property-like-methodrule to understand logical expressions.vue/no-unused-propertiesrule.Full Changelog: vuejs/eslint-plugin-vue@v9.24.1...v9.25.0
v9.24.1Compare Source
⚙️ Updates
Full Changelog: vuejs/eslint-plugin-vue@v9.24.0...v9.24.1
v9.24.0Compare Source
✨ Enhancements
🐛 Bug Fixes
vue/no-restricted-classruleFull Changelog: vuejs/eslint-plugin-vue@v9.23.0...v9.24.0
v9.23.0Compare Source
✨ Enhancements
vue/no-ref-as-operand).vue/order-in-componentswhen there may be side effects.🐛 Bug Fixes
vue/v-bind-stylerule.vue/v-for-delimiter-stylerule.⚙️ Updates
filter.Full Changelog: vuejs/eslint-plugin-vue@v9.22.0...v9.23.0
v9.22.0Compare Source
✨ Enhancements
vue/no-deprecated-slot-attributeto wrap<template v-slot>.vue/valid-v-modelrule.🐛 Bug Fixes
{{'<'}}invue/no-useless-mustachesrule.vue/no-setup-props-reactivity-lossrule.vue/require-explicit-slotsrule to recognize slot names enclosed in quotes.v-bindwith spaces invue/no-useless-v-bindrule.Full Changelog: vuejs/eslint-plugin-vue@v9.21.1...v9.22.0
v9.21.1Compare Source
🐛 Bug Fixes
vue/no-unused-emit-declarationsrule.defineModelcalls invue/define-macros-orderrule.Full Changelog: vuejs/eslint-plugin-vue@v9.21.0...v9.21.1
v9.21.0Compare Source
✨ Enhancements
vue/require-explicit-slotsrule that requires slots to be explicitly defined withdefineSlotsorslotscomponent option.vue/no-restricted-v-onrule that disallows specific arguments inv-on.sameNameShorthandoption tovue/v-bind-stylerule.⚙️ Updates
vue-eslint-parserto v9.4.2.v-bindsame-name shorthand invue/no-unused-property.Full Changelog: vuejs/eslint-plugin-vue@v9.20.1...v9.21.0
prettier/prettier (prettier)
v3.8.3Compare Source
v3.8.2Compare Source
v3.8.1Compare Source
v3.8.0Compare Source
diff
🔗 Release note
v3.7.4Compare Source
diff
LWC: Avoid quote around interpolations (#18383 by @kovsu)
TypeScript: Fix comment inside union type gets duplicated (#18393 by @fisker)
TypeScript: Fix unstable comment print in union type comments (#18395 by @fisker)
v3.7.3Compare Source
diff
API: Fix
prettier.getFileInfo()change that breaks VSCode extension (#18375 by @fisker)An internal refactor accidentally broke the VSCode extension plugin loading.
v3.7.2Compare Source
diff
JavaScript: Fix string print when switching quotes (#18351 by @fisker)
JavaScript: Preserve quote for embedded HTML attribute values (#18352 by @kovsu)
TypeScript: Fix comment in empty type literal (#18364 by @fisker)
v3.7.1Compare Source
diff
API: Fix performance regression in doc printer (#18342 by @fisker)
Prettier 3.7.1 can be very slow when for
Configuration
📅 Schedule: (UTC)
🚦 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.