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): bump the yarn group with 5 updates #7229

Merged
merged 1 commit into from Mar 21, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 18, 2024

Bumps the yarn group with 5 updates:

Package From To
caniuse-lite 1.0.30001597 1.0.30001599
d3 7.8.5 7.9.0
eslint-plugin-vue 9.22.0 9.23.0
html-validate 8.15.0 8.16.0
sass 1.71.1 1.72.0

Updates caniuse-lite from 1.0.30001597 to 1.0.30001599

Commits

Updates d3 from 7.8.5 to 7.9.0

Release notes

Sourced from d3's releases.

v7.9.0

Commits

Updates eslint-plugin-vue from 9.22.0 to 9.23.0

Release notes

Sourced from eslint-plugin-vue's releases.

v9.23.0

✨ Enhancements

🐛 Bug Fixes

⚙️ Updates

  • #2417 Improve performance by removing unnecessary second filter.

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

Commits

Updates html-validate from 8.15.0 to 8.16.0

Release notes

Sourced from html-validate's releases.

v8.16.0

8.16.0 (2024-03-18)

Features

  • api: new tabIndex property reflecting the parsed tabindex attribute (a4e5d5b)
  • meta: add inert as global attribute (a5e6477)
  • meta: new formAssociated.disablable property (0b141ab)

Bug Fixes

  • html5: <summary> element is focusable if child of <details> (79dec74)
  • rules: hidden-focusable handles inert elements (89bb969), closes #240
  • rules: hidden-focusable no longer reports for disabled form controls (d337397)
  • rules: hidden-focusable no longer reports for elements with tabindex="-1" (03d7223), closes #240
Commits
  • 94cbecb chore(release): 8.16.0
  • 5f7a9f0 Merge branch 'bugfix/inert' into 'master'
  • 583df67 refactor(api): cache isFocusable result
  • d337397 fix(rules): hidden-focusable no longer reports for disabled form controls
  • 03d7223 fix(rules): hidden-focusable no longer reports for elements with `tabindex=...
  • 89bb969 fix(rules): hidden-focusable handles inert elements
  • 79dec74 fix(html5): \<summary> element is focusable if child of \<details>
  • 3b6899d refactor(api): new helper isFocusable
  • 5c0bef2 refactor(api): new helper isInert
  • 0b141ab feat(meta): new formAssociated.disablable property
  • Additional commits viewable in compare view

Updates sass from 1.71.1 to 1.72.0

Release notes

Sourced from sass's releases.

Dart Sass 1.72.0

To install Sass 1.72.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • Support adjacent /s without whitespace in between when parsing plain CSS expressions.

  • Allow the Node.js pkg: importer to load Sass stylesheets for package.json exports field entries without extensions.

  • When printing suggestions for variables, use underscores in variable names when the original usage used underscores.

JavaScript API

  • Properly resolve pkg: imports with the Node.js package importer when arguments are passed to the JavaScript process.

See the full changelog for changes in earlier releases.

Changelog

Sourced from sass's changelog.

1.72.0

  • Support adjacent /s without whitespace in between when parsing plain CSS expressions.

  • Allow the Node.js pkg: importer to load Sass stylesheets for package.json exports field entries without extensions.

  • When printing suggestions for variables, use underscores in variable names when the original usage used underscores.

JavaScript API

  • Properly resolve pkg: imports with the Node.js package importer when arguments are passed to the JavaScript process.
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the yarn group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [caniuse-lite](https://github.com/browserslist/caniuse-lite) | `1.0.30001597` | `1.0.30001599` |
| [d3](https://github.com/d3/d3) | `7.8.5` | `7.9.0` |
| [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) | `9.22.0` | `9.23.0` |
| [html-validate](https://gitlab.com/html-validate/html-validate) | `8.15.0` | `8.16.0` |
| [sass](https://github.com/sass/dart-sass) | `1.71.1` | `1.72.0` |


Updates `caniuse-lite` from 1.0.30001597 to 1.0.30001599
- [Commits](browserslist/caniuse-lite@1.0.30001597...1.0.30001599)

Updates `d3` from 7.8.5 to 7.9.0
- [Release notes](https://github.com/d3/d3/releases)
- [Changelog](https://github.com/d3/d3/blob/main/CHANGES.md)
- [Commits](d3/d3@v7.8.5...v7.9.0)

Updates `eslint-plugin-vue` from 9.22.0 to 9.23.0
- [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases)
- [Commits](vuejs/eslint-plugin-vue@v9.22.0...v9.23.0)

Updates `html-validate` from 8.15.0 to 8.16.0
- [Release notes](https://gitlab.com/html-validate/html-validate/tags)
- [Commits](https://gitlab.com/html-validate/html-validate/compare/v8.15.0...v8.16.0)

Updates `sass` from 1.71.1 to 1.72.0
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.71.1...1.72.0)

---
updated-dependencies:
- dependency-name: caniuse-lite
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: yarn
- dependency-name: d3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: yarn
- dependency-name: eslint-plugin-vue
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: yarn
- dependency-name: html-validate
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: yarn
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 18, 2024
@dependabot dependabot bot requested a review from NGPixel March 18, 2024 13:17
@rjsparks rjsparks merged commit 2cc0646 into main Mar 21, 2024
7 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/yarn-27c1d7fb80 branch March 21, 2024 20:09
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 25, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants