Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): ⬆️ Update linters #3062

Merged
merged 1 commit into from
Apr 19, 2024
Merged

chore(deps): ⬆️ Update linters #3062

merged 1 commit into from
Apr 19, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 7, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@typescript-eslint/eslint-plugin (source) 6.17.0 -> 6.21.0 age adoption passing confidence
@typescript-eslint/parser (source) 6.17.0 -> 6.21.0 age adoption passing confidence
eslint (source) 8.56.0 -> 8.57.0 age adoption passing confidence
eslint-plugin-cypress 2.15.1 -> 2.15.2 age adoption passing confidence
eslint-plugin-vue (source) 9.19.2 -> 9.25.0 age adoption passing confidence
eslint-plugin-vuejs-accessibility 2.2.0 -> 2.3.0 age adoption passing confidence
prettier (source) 3.1.1 -> 3.2.5 age adoption passing confidence

Release Notes

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v6.21.0

Compare Source

🚀 Features
  • export plugin metadata

  • allow parserOptions.project: false

  • eslint-plugin: add rule prefer-find

🩹 Fixes
  • eslint-plugin: [no-unused-vars] don't report on types referenced in export assignment expression

  • eslint-plugin: [switch-exhaustiveness-check] better support for intersections, infinite types, non-union values

  • eslint-plugin: [consistent-type-imports] dont report on types used in export assignment expressions

  • eslint-plugin: [no-unnecessary-condition] handle left-hand optional with exactOptionalPropertyTypes option

  • eslint-plugin: [class-literal-property-style] allow getter when same key setter exists

  • eslint-plugin: [no-unnecessary-type-assertion] provide valid fixes for assertions with extra tokens before as keyword

❤️ Thank You
  • auvred
  • Brad Zacher
  • Kirk Waiblinger
  • Pete Gonzalez
  • YeonJuan

You can read about our versioning strategy and releases on our website.

v6.20.0

Compare Source

🚀 Features
  • eslint-plugin: [member-ordering] allow easy reuse of the default ordering
🩹 Fixes
  • eslint-plugin: [no-useless-template-literals] incorrect bigint autofix result

  • eslint-plugin: [prefer-nullish-coalescing] treat any/unknown as non-nullable

  • eslint-plugin: [no-useless-template-literals] report Infinity & NaN

  • eslint-plugin: [prefer-readonly] disable checking accessors

❤️ Thank You
  • Alex Parloti
  • auvred
  • James Browning
  • StyleShit
  • YeonJuan

You can read about our versioning strategy and releases on our website.

v6.19.1

Compare Source

🩹 Fixes
  • type-utils: preventing isUnsafeAssignment infinite recursive calls

  • eslint-plugin: [no-unnecessary-condition] fix false positive for type variable

❤️ Thank You
  • YeonJuan

You can read about our versioning strategy and releases on our website.

v6.19.0

Compare Source

🚀 Features
  • eslint-plugin: [prefer-promise-reject-errors] add rule

  • eslint-plugin: [no-array-delete] add new rule

  • eslint-plugin: [no-useless-template-literals] add fix suggestions

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] detect unnecessary non-null-assertion on a call expression

  • eslint-plugin: [no-unnecesary-type-assertion] treat unknown/any as nullable

❤️ Thank You
  • auvred
  • Brad Zacher
  • Josh Goldberg ✨
  • Joshua Chen
  • LJX
  • Steven
  • StyleShit

You can read about our versioning strategy and releases on our website.

v6.18.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-non-null-assertion] provide valid fix when member access is on next line

  • eslint-plugin: [no-unnecessary-condition] improve checking optional callee

  • eslint-plugin: [prefer-readonly] support modifiers of unions and intersections

  • eslint-plugin: [switch-exhaustiveness-check] fix new allowDefaultCaseForExhaustiveSwitch option

❤️ Thank You
  • auvred
  • James
  • Josh Goldberg ✨
  • YeonJuan

You can read about our versioning strategy and releases on our website.

v6.18.0

Compare Source

🚀 Features
  • typescript-estree: throw on invalid update expressions

  • eslint-plugin: [no-var-requires, no-require-imports] allow option

❤️ Thank You
  • auvred
  • Joshua Chen

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v6.21.0

Compare Source

🚀 Features
  • allow parserOptions.project: false
❤️ Thank You
  • auvred
  • Brad Zacher
  • Kirk Waiblinger
  • Pete Gonzalez
  • YeonJuan

You can read about our versioning strategy and releases on our website.

v6.20.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v6.19.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v6.19.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v6.18.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v6.18.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

eslint/eslint (eslint)

v8.57.0

Compare Source

Features

  • 1120b9b feat: Add loadESLint() API method for v8 (#​18098) (Nicholas C. Zakas)
  • dca7d0f feat: Enable eslint.config.mjs and eslint.config.cjs (#​18066) (Nitin Kumar)

Bug Fixes

  • 2196d97 fix: handle absolute file paths in FlatRuleTester (#​18064) (Nitin Kumar)
  • 69dd1d1 fix: Ensure config keys are printed for config errors (#​18067) (Nitin Kumar)
  • 9852a31 fix: deep merge behavior in flat config (#​18065) (Nitin Kumar)
  • 4c7e9b0 fix: allow circular references in config (#​18056) (Milos Djermanovic)

Documentation

Chores

cypress-io/eslint-plugin-cypress (eslint-plugin-cypress)

v2.15.2

Compare Source

vuejs/eslint-plugin-vue (eslint-plugin-vue)

v9.25.0

Compare Source

v9.24.1

Compare Source

v9.24.0

Compare Source

v9.23.0

Compare Source

v9.22.0

Compare Source

✨ Enhancements

🐛 Bug Fixes

Full Changelog: vuejs/eslint-plugin-vue@v9.21.1...v9.22.0

v9.21.1

Compare Source

🐛 Bug Fixes

Full Changelog: vuejs/eslint-plugin-vue@v9.21.0...v9.21.1

v9.21.0

Compare Source

✨ Enhancements

⚙️ Updates

Full Changelog: vuejs/eslint-plugin-vue@v9.20.1...v9.21.0

v9.20.1

Compare Source

🐛 Bug Fixes

  • #​2364 Fixed false positives for defineModel in vue/no-undef-properties rule.

Full Changelog: vuejs/eslint-plugin-vue@v9.20.0...v9.20.1

v9.20.0

Compare Source

vue-a11y/eslint-plugin-vuejs-accessibility (eslint-plugin-vuejs-accessibility)

v2.3.0

Compare Source

  • ⚰️ Remove old eslintignore rule from package.json in favor of .eslintignore file a32162d
  • 🔧 Also allow peer eslint@^9.0.0 c0ea3ad
  • ⬆️ Upgrade np to 10.0.4 8226635
  • feat: support flat config and eslint v9 (#​1073) 3edcbc0
  • Merge pull request #​1090 from vue-a11y/dependabot/npm_and_yarn/np-10.0.4 d9a8cb7
  • chore(deps-dev): bump np from 10.0.3 to 10.0.4 32c972f
  • Merge pull request #​1089 from vue-a11y/dependabot/npm_and_yarn/eslint-plugin-eslint-plugin-6.0.0 e4f2709
  • Merge pull request #​1088 from vue-a11y/dependabot/npm_and_yarn/typescript-5.4.5 978ca6c
  • chore(deps-dev): bump eslint-plugin-eslint-plugin from 5.5.1 to 6.0.0 d72b3f6
  • chore(deps-dev): bump typescript from 5.4.4 to 5.4.5 024a4b5
  • Merge pull request #​1087 from vue-a11y/dependabot/npm_and_yarn/types/node-20.12.7 9980405
  • Merge pull request #​1086 from vue-a11y/dependabot/npm_and_yarn/vitepress-1.1.0 2135f01
  • chore(deps-dev): bump @​types/node from 20.12.5 to 20.12.7 cdbbba8
  • chore(deps-dev): bump vitepress from 1.0.2 to 1.1.0 d25af3c
  • Merge pull request #​1085 from vue-a11y/dependabot/npm_and_yarn/np-10.0.3 15c3328
  • chore(deps-dev): bump np from 10.0.2 to 10.0.3 c894964
  • Merge pull request #​1084 from vue-a11y/dependabot/npm_and_yarn/eslint-plugin-eslint-plugin-5.5.1 120425d
  • chore(deps-dev): bump eslint-plugin-eslint-plugin from 5.5.0 to 5.5.1 1be4ac8
  • Merge pull request #​1082 from vue-a11y/dependabot/npm_and_yarn/types/node-20.12.5 46ef7f2
  • chore(deps-dev): bump @​types/node from 20.12.4 to 20.12.5 656e1f9
  • Merge pull request #​1081 from vue-a11y/dependabot/npm_and_yarn/typescript-5.4.4 867cf87
  • chore(deps-dev): bump typescript from 5.4.3 to 5.4.4 5370b0b
  • Merge pull request #​1080 from vue-a11y/dependabot/npm_and_yarn/types/node-20.12.4 da661be
  • chore(deps-dev): bump @​types/node from 20.12.3 to 20.12.4 7295fdd
  • Merge pull request #​1079 from vue-a11y/dependabot/npm_and_yarn/vite-5.2.8 648a56b
  • chore(deps): bump vite from 5.2.2 to 5.2.8 a25f283
  • Merge pull request #​1078 from vue-a11y/dependabot/npm_and_yarn/types/node-20.12.3 1a6c4cd
  • chore(deps-dev): bump @​types/node from 20.12.2 to 20.12.3 ea30c9b
  • Merge pull request #​1077 from vue-a11y/dependabot/npm_and_yarn/eslint-plugin-eslint-plugin-5.5.0 89215e5
  • chore(deps-dev): bump eslint-plugin-eslint-plugin from 5.4.1 to 5.5.0 b8e65f0
  • Merge pull request #​1076 from vue-a11y/dependabot/npm_and_yarn/vitepress-1.0.2 6d4e438
  • Merge pull request #​1075 from vue-a11y/dependabot/npm_and_yarn/types/node-20.12.2 4fb5d01
  • chore(deps-dev): bump vitepress from 1.0.1 to 1.0.2 93fa6b3
  • chore(deps-dev): bump @​types/node from 20.11.30 to 20.12.2 f37aaba
  • Merge pull request #​1072 from vue-a11y/dependabot/npm_and_yarn/np-10.0.2 7185383
  • chore(deps-dev): bump np from 10.0.1 to 10.0.2 3d245e9
  • Merge pull request #​1070 from vue-a11y/dependabot/npm_and_yarn/vitepress-1.0.1 4c44d19
  • chore(deps-dev): bump vitepress from 1.0.0 to 1.0.1 1fc0303
  • Merge pull request #​1069 from vue-a11y/dependabot/github_actions/dependabot/fetch-metadata-2.0.0 34db9fc
  • chore(deps): bump dependabot/fetch-metadata from 1.6.0 to 2.0.0 59f6f5b
  • Merge pull request #​1068 from vue-a11y/dependabot/npm_and_yarn/vitepress-1.0.0 ad27db5
  • chore(deps-dev): bump vitepress from 1.0.0-rc.45 to 1.0.0 e39c93e
  • Merge pull request #​1067 from vue-a11y/dependabot/npm_and_yarn/typescript-5.4.3 493ed75
  • chore(deps-dev): bump typescript from 5.4.2 to 5.4.3 00a28e2
  • Merge pull request #​1066 from vue-a11y/dependabot/npm_and_yarn/eslint-plugin-eslint-plugin-5.4.1 ab61bb9
  • chore(deps-dev): bump eslint-plugin-eslint-plugin from 5.4.0 to 5.4.1 30e05b9
  • Merge pull request #​1065 from vue-a11y/dependabot/npm_and_yarn/types/node-20.11.30 93b093a
  • chore(deps-dev): bump @​types/node from 20.11.29 to 20.11.30 ca2f2ef
  • Merge pull request #​1064 from vue-a11y/dependabot/npm_and_yarn/types/node-20.11.29 f538744
  • chore(deps-dev): bump @​types/node from 20.11.28 to 20.11.29 3136bf6
  • Merge pull request #​1063 from vue-a11y/dependabot/npm_and_yarn/types/node-20.11.28 7ce3616
  • chore(deps-dev): bump @​types/node from 20.11.27 to 20.11.28 f00832a
  • Merge pull request #​1062 from vue-a11y/dependabot/npm_and_yarn/np-10.0.1 2cba5bb
  • chore(deps-dev): bump np from 10.0.0 to 10.0.1 1ca7d0c
  • Merge pull request #​1061 from vue-a11y/dependabot/npm_and_yarn/types/node-20.11.27 92aae86
  • chore(deps-dev): bump @​types/node from 20.11.26 to 20.11.27 58c673c
  • Merge pull request #​1060 from vue-a11y/dependabot/npm_and_yarn/types/node-20.11.26 8b2d798
  • chore(deps-dev): bump @​types/node from 20.11.25 to 20.11.26 9de712c
  • Merge pull request #​1059 from vue-a11y/dependabot/npm_and_yarn/typescript-5.4.2 74a4bf6
  • Merge pull request #​1058 from vue-a11y/dependabot/npm_and_yarn/types/node-20.11.25 991788d
  • chore(deps-dev): bump typescript from 5.3.3 to 5.4.2 0fbd883
  • Merge pull request #​1057 from vue-a11y/dependabot/npm_and_yarn/vitepress-1.0.0-rc.45 f03bc70
  • chore(deps-dev): bump @​types/node from 20.11.24 to 20.11.25 81c1f7e
  • chore(deps-dev): bump vitepress from 1.0.0-rc.44 to 1.0.0-rc.45 8d65787
  • Merge pull request #​1056 from vue-a11y/dependabot/npm_and_yarn/types/node-20.11.24 b4659ed
  • chore(deps-dev): bump @​types/node from 20.11.22 to 20.11.24 4294f77
  • Merge pull request #​1055 from vue-a11y/dependabot/npm_and_yarn/types/node-20.11.22 bb12fa1
  • chore(deps-dev): bump @​types/node from 20.11.21 to 20.11.22 91728dd
  • Merge pull request #​1054 from vue-a11y/dependabot/npm_and_yarn/types/node-20.11.21 ed5a5a4
  • chore(deps-dev): bump @​types/node from 20.11.20 to 20.11.21 c79317e
  • Merge pull request #​1053 from vue-a11y/dependabot/npm_and_yarn/np-10.0.0 e7500b0
  • chore(deps-dev): bump np from 9.2.0 to 10.0.0 e5ad40d
  • Merge pull request #​1052 from vue-a11y/dependabot/npm_and_yarn/eslint-plugin-eslint-plugin-5.4.0 2b2ad89
  • chore(deps-dev): bump eslint-plugin-eslint-plugin from 5.3.0 to 5.4.0 355a71c
  • Merge pull request #​1051 from vue-a11y/dependabot/npm_and_yarn/eslint-8.57.0 10be7b6
  • chore(deps-dev): bump eslint from 8.56.0 to 8.57.0 0ab4ae2
  • Merge pull request #​1050 from vue-a11y/dependabot/npm_and_yarn/types/node-20.11.20 015f186
  • chore(deps-dev): bump @​types/node from 20.11.19 to 20.11.20 a309f69
  • Merge pull request #​1049 from vue-a11y/dependabot/npm_and_yarn/vitepress-1.0.0-rc.44 04a7b61
  • chore(deps-dev): bump vitepress from 1.0.0-rc.42 to 1.0.0-rc.44 71af901
  • Merge pull request #​1048 from vue-a11y/dependabot/npm_and_yarn/types/node-20.11.19 d52206c
  • chore(deps-dev): bump @​types/node from 20.11.17 to 20.11.19 292c7ae
  • Merge pull request #​1047 from vue-a11y/dependabot/npm_and_yarn/husky-9.0.11 61ccb08
  • chore(deps-dev): bump husky from 9.0.10 to 9.0.11 8f81b16
  • Merge pull request #​1046 from vue-a11y/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-7.0.0 8485d8a
  • chore(deps-dev): bump @​typescript-eslint/eslint-plugin f45fa68
  • Merge pull request #​1045 from vue-a11y/dependabot/npm_and_yarn/types/node-20.11.17 5d85933
  • chore(deps-dev): bump @​types/node from 20.11.16 to 20.11.17 cb5812f
  • Merge pull request #​1042 from vue-a11y/dependabot/npm_and_yarn/typescript-eslint/parser-6.21.0 aa78a4d
  • chore(deps-dev): bump @​typescript-eslint/parser from 6.20.0 to 6.21.0 394193f
  • Merge pull request #​1044 from vue-a11y/dependabot/npm_and_yarn/eslint-plugin-eslint-plugin-5.3.0 280548f
  • Merge pull request #​1043 from vue-a11y/dependabot/npm_and_yarn/vitepress-1.0.0-rc.42 929b054
  • chore(deps-dev): bump eslint-plugin-eslint-plugin from 5.2.1 to 5.3.0 2bbdf8b
  • chore(deps-dev): bump vitepress from 1.0.0-rc.41 to 1.0.0-rc.42 3c5b06c
  • Merge pull request #​1041 from vue-a11y/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-6.21.0 c84ba1d
  • chore(deps-dev): bump @​typescript-eslint/eslint-plugin 031471c
  • Merge pull request #​1040 from vue-a11y/dependabot/npm_and_yarn/prettier-3.2.5 e99aff2
  • chore(deps-dev): bump prettier from 3.2.4 to 3.2.5 7c6e1ec
  • Merge pull request #​1039 from vue-a11y/dependabot/npm_and_yarn/husky-9.0.10 31cbd66
  • Merge pull request #​1038 from vue-a11y/dependabot/npm_and_yarn/types/jest-29.5.12 ae6d14e
  • chore(deps-dev): bump husky from 9.0.7 to 9.0.10 1bf0a53
  • Merge pull request #​1037 from vue-a11y/dependabot/npm_and_yarn/types/node-20.11.16 912fe3e
  • chore(deps-dev): bump @​types/jest from 29.5.11 to 29.5.12 03c4d60
  • chore(deps-dev): bump @​types/node from 20.11.14 to 20.11.16 0a36fa2
  • Merge pull request #​1036 from vue-a11y/dependabot/npm_and_yarn/vitepress-1.0.0-rc.41 1eb5b7c
  • chore(deps-dev): bump vitepress from 1.0.0-rc.40 to 1.0.0-rc.41 5a610fd
  • Merge pull request #​1035 from vue-a11y/dependabot/npm_and_yarn/types/node-20.11.14 26e809e
  • chore(deps-dev): bump @​types/node from 20.11.13 to 20.11.14 0ac01de
  • Merge pull request #​1033 from vue-a11y/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-6.20.0 98b6ddd
  • chore(deps-dev): bump @​typescript-eslint/eslint-plugin 2d4816a
  • Merge pull request #​1034 from vue-a11y/dependabot/npm_and_yarn/types/node-20.11.13 fdc8443
  • chore(deps-dev): bump @​types/node from 20.11.10 to 20.11.13 8e59689
  • Merge pull request #​1032 from vue-a11y/dependabot/npm_and_yarn/types/node-20.11.10 b602264
  • chore(deps-dev): bump @​types/node from 20.11.7 to 20.11.10 db26433
  • Merge pull request #​1031 from vue-a11y/dependabot/npm_and_yarn/typescript-eslint/parser-6.20.0 59d4c87
  • chore(deps-dev): bump @​typescript-eslint/parser from 6.19.1 to 6.20.0 dabc4cd
  • Merge pull request #​1030 from vue-a11y/dependabot/npm_and_yarn/husky-9.0.7 380f0b4
  • chore(deps-dev): bump husky from 9.0.6 to 9.0.7 3e79730
  • Merge pull request #​1029 from vue-a11y/dependabot/npm_and_yarn/husky-9.0.6 72f98d1
  • Merge pull request #​1028 from vue-a11y/dependabot/npm_and_yarn/types/node-20.11.7 76944b1
  • chore(deps-dev): bump husky from 9.0.5 to 9.0.6 fb2981c
  • chore(deps-dev): bump @​types/node from 20.11.6 to 20.11.7 0ed8c31
  • Merge pull request #​1027 from vue-a11y/dependabot/npm_and_yarn/husky-9.0.5 360ded2
  • chore(deps-dev): bump husky from 8.0.3 to 9.0.5 61913d8
  • Merge pull request #​1025 from vue-a11y/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-6.19.1 92bac96
  • chore(deps-dev): bump @​typescript-eslint/eslint-plugin 2346be0
  • Merge pull request #​1026 from vue-a11y/dependabot/npm_and_yarn/types/node-20.11.6 cf2817f
  • chore(deps-dev): bump @​types/node from 20.11.5 to 20.11.6 1007cda
  • Merge pull request #​1024 from vue-a11y/dependabot/npm_and_yarn/vitepress-1.0.0-rc.40 6bbfdcd
  • chore(deps-dev): bump vitepress from 1.0.0-rc.39 to 1.0.0-rc.40 e87b65f
  • Merge pull request #​1023 from vue-a11y/dependabot/npm_and_yarn/typescript-eslint/parser-6.19.1 efa0c9a
  • chore(deps-dev): bump @​typescript-eslint/parser from 6.19.0 to 6.19.1 7f3264b
  • Merge pull request #​1022 from vue-a11y/dependabot/npm_and_yarn/ts-jest-29.1.2 dd16c4e
  • Merge pull request #​1021 from vue-a11y/dependabot/npm_and_yarn/vue-eslint-parser-9.4.2 79a83af
  • chore(deps-dev): bump ts-jest from 29.1.1 to 29.1.2 4322033
  • chore(deps): bump vue-eslint-parser from 9.4.0 to 9.4.2 6912625
  • Merge pull request #​1020 from vue-a11y/dependabot/npm_and_yarn/vite-5.0.12 aec7466
  • chore(deps): bump vite from 5.0.11 to 5.0.12 d591b4f
  • Merge pull request #​1019 from vue-a11y/dependabot/npm_and_yarn/pretty-quick-4.0.0 1243d7a
  • Merge pull request #​1018 from vue-a11y/dependabot/npm_and_yarn/types/node-20.11.5 2bb95fe
  • chore(deps-dev): bump pretty-quick from 3.1.3 to 4.0.0 fdb64ab
  • chore(deps-dev): bump @​types/node from 20.11.4 to 20.11.5 8e0a1a6
  • Merge pull request #​1017 from vue-a11y/dependabot/npm_and_yarn/prettier-3.2.4 313893d
  • chore(deps-dev): bump prettier from 3.2.2 to 3.2.4 106d35f
  • Merge pull request #​1016 from vue-a11y/dependabot/npm_and_yarn/types/node-20.11.4 3c5f9a3
  • chore(deps-dev): bump @​types/node from 20.11.3 to 20.11.4 e24b3bf
  • Merge pull request #​1015 from vue-a11y/dependabot/npm_and_yarn/vitepress-1.0.0-rc.39 5a9c0d0
  • chore(deps-dev): bump vitepress from 1.0.0-rc.37 to 1.0.0-rc.39 d6bee72

v2.2.1

Compare Source

  • 🚨 Fix prettier errors 77ffeac
  • 🔧 Update moduleResolution for modern node versions on tsconfig f6d91ee
  • 🐛 (form-control-has-label): allow form-element to pass if it has an id 5c9c683
  • ✨ (form-control-has-label): Add meter, output, and progress to default list of controls to check dfcbe6c
  • Merge pull request #​1010 from vue-a11y/dependabot/npm_and_yarn/typescript-eslint/parser-6.19.0 c20bc92
  • chore(deps-dev): bump @​typescript-eslint/parser from 6.18.1 to 6.19.0 9b7fff5
  • Merge pull request #​1013 from vue-a11y/dependabot/npm_and_yarn/types/node-20.11.3 ca4fcee
  • chore(deps-dev): bump @​types/node from 20.11.0 to 20.11.3 5556580
  • Merge pull request #​1012 from vue-a11y/dependabot/npm_and_yarn/vitepress-1.0.0-rc.37 4ff398c
  • chore(deps-dev): bump vitepress from 1.0.0-rc.36 to 1.0.0-rc.37 [8424524](https:/

Configuration

📅 Schedule: Branch creation - "before 5am on Monday" in timezone Europe/Warsaw, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 Mend Renovate. View repository job log here.

@renovate renovate bot enabled auto-merge (squash) January 7, 2024 23:22
@renovate renovate bot requested review from filrak and skirianov as code owners January 7, 2024 23:22
Copy link

changeset-bot bot commented Jan 7, 2024

⚠️ No Changeset found

Latest commit: dfbaa55

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate bot changed the title chore(deps): ⬆️ Update linters to v6.18.0 chore(deps): ⬆️ Update linters to v6.18.1 Jan 9, 2024
@renovate renovate bot changed the title chore(deps): ⬆️ Update linters to v6.18.1 chore(deps): ⬆️ Update linters Jan 11, 2024
@renovate renovate bot force-pushed the deps/linters branch 4 times, most recently from 4bc595e to c8f29dd Compare January 18, 2024 13:56
@renovate renovate bot force-pushed the deps/linters branch 2 times, most recently from 6afb0b3 to b09e81c Compare January 29, 2024 19:25
@renovate renovate bot force-pushed the deps/linters branch 4 times, most recently from 44ba8f0 to 9dac703 Compare February 5, 2024 18:59
@renovate renovate bot merged commit ef6f5c2 into v2-develop Apr 19, 2024
16 checks passed
@renovate renovate bot deleted the deps/linters branch April 19, 2024 11:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant