Skip to content

npm:(deps-dev): bump eslint-plugin-vuejs-accessibility from 2.3.0 to 2.4.1#154

Merged
danroux merged 2 commits into
mainfrom
dependabot/npm_and_yarn/eslint-plugin-vuejs-accessibility-2.4.1
Apr 3, 2025
Merged

npm:(deps-dev): bump eslint-plugin-vuejs-accessibility from 2.3.0 to 2.4.1#154
danroux merged 2 commits into
mainfrom
dependabot/npm_and_yarn/eslint-plugin-vuejs-accessibility-2.4.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 23, 2024

Copy link
Copy Markdown
Contributor

Bumps eslint-plugin-vuejs-accessibility from 2.3.0 to 2.4.1.

Release notes

Sourced from eslint-plugin-vuejs-accessibility's releases.

v2.4.1

  • fix: use relative path for table links (#1135) 2c8a293
  • fix: export the new rules for prohibiting use of aria-hidden and role='presentation' on focusable elements. (#1180) b6c74e5
  • Merge pull request #1182 from vue-a11y/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-7.17.0 10fe4e8
  • build(deps-dev): bump @​typescript-eslint/eslint-plugin bf0c891
  • Merge pull request #1181 from vue-a11y/dependabot/npm_and_yarn/typescript-5.5.4 887e7c0
  • build(deps-dev): bump typescript from 5.5.3 to 5.5.4 cebf496
  • Merge pull request #1179 from vue-a11y/dependabot/npm_and_yarn/husky-9.1.1 476e639
  • build(deps-dev): bump husky from 9.1.0 to 9.1.1 64448c2
  • Merge pull request #1178 from vue-a11y/dependabot/npm_and_yarn/ts-jest-29.2.3 f3f0044
  • build(deps-dev): bump ts-jest from 29.2.2 to 29.2.3 a956e8d
  • Merge pull request #1177 from vue-a11y/dependabot/npm_and_yarn/husky-9.1.0 722c3bd
  • build(deps-dev): bump husky from 9.0.11 to 9.1.0 a407110

vue-a11y/eslint-plugin-vuejs-accessibility@v2.4.0...v2.4.1

v2.4.0

  • feat: add rules for prohibiting use of aria-hidden and role='presentation' on focusable elements. (#1169) 4cf49dc
  • Merge pull request #1173 from vue-a11y/dependabot/npm_and_yarn/typescript-eslint/parser-7.16.1 18841d3
  • build(deps-dev): bump @​typescript-eslint/parser from 7.16.0 to 7.16.1 7c9ed37
  • Merge pull request #1176 from vue-a11y/dependabot/npm_and_yarn/types/node-20.14.11 d554958
  • Merge pull request #1175 from vue-a11y/dependabot/npm_and_yarn/np-10.0.7 e23a0f8
  • build(deps-dev): bump @​types/node from 20.14.10 to 20.14.11 bcc1a0e
  • Merge pull request #1174 from vue-a11y/dependabot/npm_and_yarn/semver-7.6.3 4e4036a
  • build(deps-dev): bump np from 10.0.6 to 10.0.7 1e3996f
  • build(deps-dev): bump semver from 7.6.2 to 7.6.3 7d8644c
  • Merge pull request #1172 from vue-a11y/dependabot/npm_and_yarn/prettier-3.3.3 161f21e
  • Merge pull request #1171 from vue-a11y/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-7.16.1 a963590
  • build(deps-dev): bump prettier from 3.3.2 to 3.3.3 8d7bf08
  • build(deps-dev): bump @​typescript-eslint/eslint-plugin 2f409cc
  • Merge pull request #1170 from vue-a11y/dependabot/npm_and_yarn/vitepress-1.3.1 4cf6b6b
  • build(deps-dev): bump vitepress from 1.3.0 to 1.3.1 125a2fc
  • Merge pull request #1167 from vue-a11y/dependabot/npm_and_yarn/typescript-eslint/parser-7.16.0 4c68b62
  • build(deps-dev): bump @​typescript-eslint/parser from 7.15.0 to 7.16.0 de164cb
  • Merge pull request #1168 from vue-a11y/dependabot/npm_and_yarn/ts-jest-29.2.2 ed6c024
  • build(deps-dev): bump ts-jest from 29.2.0 to 29.2.2 76653e1
  • Merge pull request #1166 from vue-a11y/dependabot/npm_and_yarn/ts-jest-29.2.0 40ff734
  • Merge pull request #1165 from vue-a11y/dependabot/npm_and_yarn/vitepress-1.3.0 0379951
  • build(deps-dev): bump ts-jest from 29.1.5 to 29.2.0 042be3a
  • build(deps-dev): bump vitepress from 1.2.3 to 1.3.0 205dc26
  • Merge pull request #1164 from vue-a11y/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-7.16.0 4881def
  • build(deps-dev): bump @​typescript-eslint/eslint-plugin 073a706
  • Merge pull request #1163 from vue-a11y/dependabot/npm_and_yarn/types/node-20.14.10 6dd56ae
  • build(deps-dev): bump @​types/node from 20.14.9 to 20.14.10 85fa5a1
  • Merge pull request #1162 from vue-a11y/dependabot/github_actions/dependabot/fetch-metadata-2.2.0 ab5ac7c
  • build(deps): bump dependabot/fetch-metadata from 2.1.0 to 2.2.0 02ff7d9
  • Merge pull request #1160 from vue-a11y/dependabot/npm_and_yarn/typescript-eslint/parser-7.15.0 361c87a
  • build(deps-dev): bump @​typescript-eslint/parser from 7.14.1 to 7.15.0 eb1fdac
  • Merge pull request #1161 from vue-a11y/dependabot/npm_and_yarn/globals-15.8.0 0b2910b
  • build(deps-dev): bump globals from 15.7.0 to 15.8.0 0cdf777

... (truncated)

Commits
  • 2882cbc v2.4.1
  • 2c8a293 fix: use relative path for table links (#1135)
  • b6c74e5 fix: export the new rules for prohibiting use of aria-hidden and role='presen...
  • 10fe4e8 Merge pull request #1182 from vue-a11y/dependabot/npm_and_yarn/typescript-esl...
  • bf0c891 build(deps-dev): bump @​typescript-eslint/eslint-plugin
  • 887e7c0 Merge pull request #1181 from vue-a11y/dependabot/npm_and_yarn/typescript-5.5.4
  • cebf496 build(deps-dev): bump typescript from 5.5.3 to 5.5.4
  • 476e639 Merge pull request #1179 from vue-a11y/dependabot/npm_and_yarn/husky-9.1.1
  • 64448c2 build(deps-dev): bump husky from 9.1.0 to 9.1.1
  • f3f0044 Merge pull request #1178 from vue-a11y/dependabot/npm_and_yarn/ts-jest-29.2.3
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@danroux

danroux commented Apr 3, 2025

Copy link
Copy Markdown
Owner

@dependabot recreate

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/eslint-plugin-vuejs-accessibility-2.4.1 branch 2 times, most recently from 6652896 to a2ac08b Compare April 3, 2025 21:08
@danroux

danroux commented Apr 3, 2025

Copy link
Copy Markdown
Owner

@dependabot recreate

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/eslint-plugin-vuejs-accessibility-2.4.1 branch from a965bf4 to a26ed1d Compare April 3, 2025 21:46
Bumps [eslint-plugin-vuejs-accessibility](https://github.com/vue-a11y/eslint-plugin-vuejs-accessibility) from 2.3.0 to 2.4.1.
- [Release notes](https://github.com/vue-a11y/eslint-plugin-vuejs-accessibility/releases)
- [Changelog](https://github.com/vue-a11y/eslint-plugin-vuejs-accessibility/blob/main/CHANGELOG.md)
- [Commits](vue-a11y/eslint-plugin-vuejs-accessibility@v2.3.0...v2.4.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-vuejs-accessibility
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/eslint-plugin-vuejs-accessibility-2.4.1 branch from 3ac49bf to 4b64983 Compare April 3, 2025 21:47
@danroux danroux merged commit 128c51f into main Apr 3, 2025
@danroux danroux deleted the dependabot/npm_and_yarn/eslint-plugin-vuejs-accessibility-2.4.1 branch April 3, 2025 22:05
@danroux danroux mentioned this pull request Apr 10, 2025
danroux added a commit that referenced this pull request Apr 10, 2025
ENHANCEMENTS:

* ci/dependabot: docker:(deps): bump cypress/included from 13.12.0 to 14.3.0 [[GH-215](#215)]
* ci/dependabot: docker:(deps): bump devcontainers/typescript-node from 20 to 22 [[GH-234](#234)]
* ci/dependabot: npm:(deps): bump @grpc/grpc-js from 1.10.9 to 1.13.2 [[GH-227](#227)]
* ci/dependabot: npm:(deps): bump cronstrue from 2.50.0 to 2.57.0 [[GH-247](#247)]
* ci/dependabot: npm:(deps): bump luxon from 3.4.4 to 3.6.1 [[GH-252](#252)]
* ci/dependabot: npm:(deps): bump rollup from 4.18.0 to 4.38.0 [[GH-235](#235)]
* ci/dependabot: npm:(deps): bump rollup from 4.18.0 to 4.39.0 [[GH-253](#253)]
* ci/dependabot: npm:(deps): bump vue from 3.4.29 to 3.5.13 [[GH-232](#232)]
* ci/dependabot: npm:(deps): bump vue-router from 4.3.3 to 4.5.0 [[GH-228](#228)]
* ci/dependabot: npm:(deps-dev): bump @babel/core from 7.24.7 to 7.26.10 [[GH-226](#226)]
* ci/dependabot: npm:(deps-dev): bump @vitejs/plugin-vue from 5.0.5 to 5.2.3 [[GH-248](#248)]
* ci/dependabot: npm:(deps-dev): bump eslint from 9.5.0 to 9.23.0 [[GH-233](#233)]
* ci/dependabot: npm:(deps-dev): bump eslint-plugin-import from 2.29.1 to 2.31.0 [[GH-243](#243)]
* ci/dependabot: npm:(deps-dev): bump eslint-plugin-vue from 9.26.0 to 10.0.0 [[GH-229](#229)]
* ci/dependabot: npm:(deps-dev): bump eslint-plugin-vuejs-accessibility from 2.3.0 to 2.4.1 [[GH-154](#154)]
* ci/dependabot: npm:(deps-dev): bump sass from 1.77.6 to 1.86.0 [[GH-230](#230)]
* ci/dependabot: npm:(deps-dev): bump sass from 1.86.2 to 1.86.3 [[GH-254](#254)]
* ci/dependabot: npm:(deps-dev): bump vite from 5.3.1 to 6.2.4 [[GH-236](#236)]

IMPROVEMENTS:

* Docker: Reference typescript node image with semver [[GH-239](#239)]
* Docker: Update to node v22.14.0 in Dockerfile [[GH-240](#240)]
* Docker: Use node images with alpine for dev release on Dockerfile

Do this to simplify Dockerfile [[GH-238](#238)]
* npm/deps: Add missing dependencies [[GH-255](#255)]
danroux added a commit that referenced this pull request Apr 10, 2025
ENHANCEMENTS:

* ci/dependabot: docker:(deps): bump cypress/included from 13.12.0 to 14.3.0 [[GH-215](#215)]
* ci/dependabot: docker:(deps): bump devcontainers/typescript-node from 20 to 22 [[GH-234](#234)]
* ci/dependabot: npm:(deps): bump @grpc/grpc-js from 1.10.9 to 1.13.2 [[GH-227](#227)]
* ci/dependabot: npm:(deps): bump cronstrue from 2.50.0 to 2.57.0 [[GH-247](#247)]
* ci/dependabot: npm:(deps): bump luxon from 3.4.4 to 3.6.1 [[GH-252](#252)]
* ci/dependabot: npm:(deps): bump rollup from 4.18.0 to 4.38.0 [[GH-235](#235)]
* ci/dependabot: npm:(deps): bump rollup from 4.18.0 to 4.39.0 [[GH-253](#253)]
* ci/dependabot: npm:(deps): bump vue from 3.4.29 to 3.5.13 [[GH-232](#232)]
* ci/dependabot: npm:(deps): bump vue-router from 4.3.3 to 4.5.0 [[GH-228](#228)]
* ci/dependabot: npm:(deps-dev): bump @babel/core from 7.24.7 to 7.26.10 [[GH-226](#226)]
* ci/dependabot: npm:(deps-dev): bump @vitejs/plugin-vue from 5.0.5 to 5.2.3 [[GH-248](#248)]
* ci/dependabot: npm:(deps-dev): bump eslint from 9.5.0 to 9.23.0 [[GH-233](#233)]
* ci/dependabot: npm:(deps-dev): bump eslint-plugin-import from 2.29.1 to 2.31.0 [[GH-243](#243)]
* ci/dependabot: npm:(deps-dev): bump eslint-plugin-vue from 9.26.0 to 10.0.0 [[GH-229](#229)]
* ci/dependabot: npm:(deps-dev): bump eslint-plugin-vuejs-accessibility from 2.3.0 to 2.4.1 [[GH-154](#154)]
* ci/dependabot: npm:(deps-dev): bump sass from 1.77.6 to 1.86.0 [[GH-230](#230)]
* ci/dependabot: npm:(deps-dev): bump sass from 1.86.2 to 1.86.3 [[GH-254](#254)]
* ci/dependabot: npm:(deps-dev): bump vite from 5.3.1 to 6.2.4 [[GH-236](#236)]

IMPROVEMENTS:

* Docker: Reference typescript node image with semver [[GH-239](#239)]
* Docker: Update to node v22.14.0 in Dockerfile [[GH-240](#240)]
* Docker: Use node images with alpine for dev release on Dockerfile

Do this to simplify Dockerfile [[GH-238](#238)]
* npm/deps: Add missing dependencies [[GH-255](#255)]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant