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-dev): Bump @typescript-eslint/parser from 5.60.1 to 6.1.0 #125

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 20, 2023

Bumps @typescript-eslint/parser from 5.60.1 to 6.1.0.

Release notes

Sourced from @​typescript-eslint/parser's releases.

v6.1.0

6.1.0 (2023-07-17)

Bug Fixes

  • eslint-plugin: [comma-dangle] fixed crash from undefined predicate.ignore (#7223) (d368164)
  • eslint-plugin: [no-floating-promises] false negative calling .then with second argument undefined (#6881) (606a52c), closes #6850
  • eslint-plugin: [no-floating-promises] finally should be transparent to unhandled promises (#7092) (2a4421c)
  • eslint-plugin: [no-unnecessary-type-constraint] correctly fix in cts/mts files (#6795) (1404796)
  • eslint-plugin: [no-unused-vars] check if any variable definition is exported (#6873) (587ac30), closes #6188
  • eslint-plugin: fix schemas across several rules and add schema tests (#6947) (dd31bed)
  • eslint-plugin: include the rules types in the package (#7215) (a3da11d)
  • typescript-estree: remove ts.sys watch program override (#7252) (41d6e9d)
  • utils: accept null as default option in applyDefault (#6724) (841889f)

Features

  • typescript-estree: add EXPERIMENTAL_useProjectService option to use TypeScript project service (#6754) (6d3d162)

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

v6.0.0

See the announcement blog post for a friendly description of all changes and CHANGELOG.md for a full organized list of them. 🎉

What's Changed

... (truncated)

Changelog

Sourced from @​typescript-eslint/parser's changelog.

6.1.0 (2023-07-17)

Features

  • typescript-estree: add EXPERIMENTAL_useProjectService option to use TypeScript project service (#6754) (6d3d162)

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

6.0.0 (2023-07-10)

Bug Fixes

  • update exports field in package.json files (#6550) (53776c2)

chore

Features

BREAKING CHANGES

  • drop support for ESLint v6
  • drops support for node v17
  • drops support for node v12

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

... (truncated)

Commits
  • d98f1e8 chore: publish v6.1.0
  • 6d3d162 feat(typescript-estree): add EXPERIMENTAL_useProjectService option to use Typ...
  • 2e30379 chore: bump dependency versions (#7191)
  • 6ae1fa7 chore: publish v6.0.0
  • 980bda3 Merge branch 'main' (I swear this had better be the last one
  • cba0d11 chore: publish v5.62.0
  • c233652 Merge branch 'main'
  • 2f46341 chore: publish v5.61.0
  • 3cdf5c9 chore: enable sort-type-constituents internally (#7028)
  • 371fc26 Merge branch 'main' into v6
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 20, 2023
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.60.1 to 6.1.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.1.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/typescript-eslint/parser-6.1.0 branch from 3c9dca3 to 5c18685 Compare July 20, 2023 12:00
@LouisBrunner LouisBrunner merged commit cc276e2 into main Jul 20, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/typescript-eslint/parser-6.1.0 branch July 20, 2023 12:15
karlbaumhauer referenced this pull request in solid-design-system/solid Oct 11, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[LouisBrunner/checks-action](https://togithub.com/LouisBrunner/checks-action)
| action | patch | `v1.6.1` -> `v1.6.2` |

---

### Release Notes

<details>
<summary>LouisBrunner/checks-action
(LouisBrunner/checks-action)</summary>

###
[`v1.6.2`](https://togithub.com/LouisBrunner/checks-action/releases/tag/v1.6.2):
Version 1.6.2

[Compare
Source](https://togithub.com/LouisBrunner/checks-action/compare/v1.6.1...v1.6.2)

##### What's Changed

- Bump [@&#8203;types/node](https://togithub.com/types/node) from 20.2.5
to 20.3.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/LouisBrunner/checks-action/pull/101](https://togithub.com/LouisBrunner/checks-action/pull/101)
- Bump eslint from 8.42.0 to 8.43.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/LouisBrunner/checks-action/pull/105](https://togithub.com/LouisBrunner/checks-action/pull/105)
- Bump [@&#8203;octokit/rest](https://togithub.com/octokit/rest) from
19.0.11 to 19.0.13 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/LouisBrunner/checks-action/pull/104](https://togithub.com/LouisBrunner/checks-action/pull/104)
- Bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.59.9 to 5.59.11 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/LouisBrunner/checks-action/pull/103](https://togithub.com/LouisBrunner/checks-action/pull/103)
- Bump [@&#8203;types/node](https://togithub.com/types/node) from 20.3.0
to 20.3.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/LouisBrunner/checks-action/pull/102](https://togithub.com/LouisBrunner/checks-action/pull/102)
- Bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 5.59.9 to 5.59.11 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/LouisBrunner/checks-action/pull/106](https://togithub.com/LouisBrunner/checks-action/pull/106)
- Bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.59.11 to 5.60.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/LouisBrunner/checks-action/pull/109](https://togithub.com/LouisBrunner/checks-action/pull/109)
- Bump eslint-plugin-jest from 27.2.1 to 27.2.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/LouisBrunner/checks-action/pull/108](https://togithub.com/LouisBrunner/checks-action/pull/108)
- Bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 5.59.11 to 5.60.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/LouisBrunner/checks-action/pull/107](https://togithub.com/LouisBrunner/checks-action/pull/107)
- chore(deps-dev): Bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.60.0 to 5.60.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/LouisBrunner/checks-action/pull/112](https://togithub.com/LouisBrunner/checks-action/pull/112)
- chore(deps-dev): Bump
[@&#8203;types/node](https://togithub.com/types/node) from 20.3.1 to
20.3.3 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/LouisBrunner/checks-action/pull/111](https://togithub.com/LouisBrunner/checks-action/pull/111)
- chore(deps-dev): Bump typescript from 5.1.3 to 5.1.6 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/LouisBrunner/checks-action/pull/110](https://togithub.com/LouisBrunner/checks-action/pull/110)
- chore(deps-dev): Bump ts-jest from 29.1.0 to 29.1.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/LouisBrunner/checks-action/pull/114](https://togithub.com/LouisBrunner/checks-action/pull/114)
- chore(deps-dev): Bump eslint from 8.43.0 to 8.44.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/LouisBrunner/checks-action/pull/113](https://togithub.com/LouisBrunner/checks-action/pull/113)
- chore(deps-dev): Bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 5.60.0 to 5.61.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/LouisBrunner/checks-action/pull/119](https://togithub.com/LouisBrunner/checks-action/pull/119)
- chore(deps-dev): Bump jest from 29.5.0 to 29.6.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/LouisBrunner/checks-action/pull/118](https://togithub.com/LouisBrunner/checks-action/pull/118)
- chore(deps-dev): Bump prettier from 2.8.8 to 3.0.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/LouisBrunner/checks-action/pull/116](https://togithub.com/LouisBrunner/checks-action/pull/116)
- chore(deps-dev): Bump
[@&#8203;types/node](https://togithub.com/types/node) from 20.3.3 to
20.4.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/LouisBrunner/checks-action/pull/115](https://togithub.com/LouisBrunner/checks-action/pull/115)
- chore(deps-dev): Bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 5.61.0 to 6.0.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/LouisBrunner/checks-action/pull/124](https://togithub.com/LouisBrunner/checks-action/pull/124)
- chore(deps): Bump
[@&#8203;octokit/rest](https://togithub.com/octokit/rest) from 19.0.13
to 20.0.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/LouisBrunner/checks-action/pull/121](https://togithub.com/LouisBrunner/checks-action/pull/121)
- chore(deps-dev): Bump eslint from 8.44.0 to 8.45.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/LouisBrunner/checks-action/pull/122](https://togithub.com/LouisBrunner/checks-action/pull/122)
- chore(deps-dev): Bump eslint-plugin-jest from 27.2.2 to 27.2.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/LouisBrunner/checks-action/pull/123](https://togithub.com/LouisBrunner/checks-action/pull/123)
- chore(deps-dev): Bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.60.1 to 6.1.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/LouisBrunner/checks-action/pull/125](https://togithub.com/LouisBrunner/checks-action/pull/125)
- chore(deps): update all deps including eslint-plugin-prettier to fix
the build by [@&#8203;LouisBrunner](https://togithub.com/LouisBrunner)
in
[https://github.com/LouisBrunner/checks-action/pull/126](https://togithub.com/LouisBrunner/checks-action/pull/126)
- chore(deps-dev): Bump
[@&#8203;types/node](https://togithub.com/types/node) from 20.4.2 to
20.4.4 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/LouisBrunner/checks-action/pull/127](https://togithub.com/LouisBrunner/checks-action/pull/127)
- feat: add skipped and staled conclusions by
[@&#8203;LouisBrunner](https://togithub.com/LouisBrunner) in
[https://github.com/LouisBrunner/checks-action/pull/129](https://togithub.com/LouisBrunner/checks-action/pull/129)

**Full Changelog**:
LouisBrunner/checks-action@v1.6.1...v1.6.2

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/solid-design-system/solid).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy44LjEiLCJ1cGRhdGVkSW5WZXIiOiIzNy44LjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
yoezlem referenced this pull request in solid-design-system/solid Oct 25, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[LouisBrunner/checks-action](https://togithub.com/LouisBrunner/checks-action)
| action | patch | `v1.6.1` -> `v1.6.2` |

---

### Release Notes

<details>
<summary>LouisBrunner/checks-action
(LouisBrunner/checks-action)</summary>

###
[`v1.6.2`](https://togithub.com/LouisBrunner/checks-action/releases/tag/v1.6.2):
Version 1.6.2

[Compare
Source](https://togithub.com/LouisBrunner/checks-action/compare/v1.6.1...v1.6.2)

##### What's Changed

- Bump [@&#8203;types/node](https://togithub.com/types/node) from 20.2.5
to 20.3.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/LouisBrunner/checks-action/pull/101](https://togithub.com/LouisBrunner/checks-action/pull/101)
- Bump eslint from 8.42.0 to 8.43.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/LouisBrunner/checks-action/pull/105](https://togithub.com/LouisBrunner/checks-action/pull/105)
- Bump [@&#8203;octokit/rest](https://togithub.com/octokit/rest) from
19.0.11 to 19.0.13 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/LouisBrunner/checks-action/pull/104](https://togithub.com/LouisBrunner/checks-action/pull/104)
- Bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.59.9 to 5.59.11 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/LouisBrunner/checks-action/pull/103](https://togithub.com/LouisBrunner/checks-action/pull/103)
- Bump [@&#8203;types/node](https://togithub.com/types/node) from 20.3.0
to 20.3.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/LouisBrunner/checks-action/pull/102](https://togithub.com/LouisBrunner/checks-action/pull/102)
- Bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 5.59.9 to 5.59.11 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/LouisBrunner/checks-action/pull/106](https://togithub.com/LouisBrunner/checks-action/pull/106)
- Bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.59.11 to 5.60.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/LouisBrunner/checks-action/pull/109](https://togithub.com/LouisBrunner/checks-action/pull/109)
- Bump eslint-plugin-jest from 27.2.1 to 27.2.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/LouisBrunner/checks-action/pull/108](https://togithub.com/LouisBrunner/checks-action/pull/108)
- Bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 5.59.11 to 5.60.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/LouisBrunner/checks-action/pull/107](https://togithub.com/LouisBrunner/checks-action/pull/107)
- chore(deps-dev): Bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.60.0 to 5.60.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/LouisBrunner/checks-action/pull/112](https://togithub.com/LouisBrunner/checks-action/pull/112)
- chore(deps-dev): Bump
[@&#8203;types/node](https://togithub.com/types/node) from 20.3.1 to
20.3.3 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/LouisBrunner/checks-action/pull/111](https://togithub.com/LouisBrunner/checks-action/pull/111)
- chore(deps-dev): Bump typescript from 5.1.3 to 5.1.6 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/LouisBrunner/checks-action/pull/110](https://togithub.com/LouisBrunner/checks-action/pull/110)
- chore(deps-dev): Bump ts-jest from 29.1.0 to 29.1.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/LouisBrunner/checks-action/pull/114](https://togithub.com/LouisBrunner/checks-action/pull/114)
- chore(deps-dev): Bump eslint from 8.43.0 to 8.44.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/LouisBrunner/checks-action/pull/113](https://togithub.com/LouisBrunner/checks-action/pull/113)
- chore(deps-dev): Bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 5.60.0 to 5.61.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/LouisBrunner/checks-action/pull/119](https://togithub.com/LouisBrunner/checks-action/pull/119)
- chore(deps-dev): Bump jest from 29.5.0 to 29.6.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/LouisBrunner/checks-action/pull/118](https://togithub.com/LouisBrunner/checks-action/pull/118)
- chore(deps-dev): Bump prettier from 2.8.8 to 3.0.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/LouisBrunner/checks-action/pull/116](https://togithub.com/LouisBrunner/checks-action/pull/116)
- chore(deps-dev): Bump
[@&#8203;types/node](https://togithub.com/types/node) from 20.3.3 to
20.4.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/LouisBrunner/checks-action/pull/115](https://togithub.com/LouisBrunner/checks-action/pull/115)
- chore(deps-dev): Bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 5.61.0 to 6.0.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/LouisBrunner/checks-action/pull/124](https://togithub.com/LouisBrunner/checks-action/pull/124)
- chore(deps): Bump
[@&#8203;octokit/rest](https://togithub.com/octokit/rest) from 19.0.13
to 20.0.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/LouisBrunner/checks-action/pull/121](https://togithub.com/LouisBrunner/checks-action/pull/121)
- chore(deps-dev): Bump eslint from 8.44.0 to 8.45.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/LouisBrunner/checks-action/pull/122](https://togithub.com/LouisBrunner/checks-action/pull/122)
- chore(deps-dev): Bump eslint-plugin-jest from 27.2.2 to 27.2.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/LouisBrunner/checks-action/pull/123](https://togithub.com/LouisBrunner/checks-action/pull/123)
- chore(deps-dev): Bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.60.1 to 6.1.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/LouisBrunner/checks-action/pull/125](https://togithub.com/LouisBrunner/checks-action/pull/125)
- chore(deps): update all deps including eslint-plugin-prettier to fix
the build by [@&#8203;LouisBrunner](https://togithub.com/LouisBrunner)
in
[https://github.com/LouisBrunner/checks-action/pull/126](https://togithub.com/LouisBrunner/checks-action/pull/126)
- chore(deps-dev): Bump
[@&#8203;types/node](https://togithub.com/types/node) from 20.4.2 to
20.4.4 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/LouisBrunner/checks-action/pull/127](https://togithub.com/LouisBrunner/checks-action/pull/127)
- feat: add skipped and staled conclusions by
[@&#8203;LouisBrunner](https://togithub.com/LouisBrunner) in
[https://github.com/LouisBrunner/checks-action/pull/129](https://togithub.com/LouisBrunner/checks-action/pull/129)

**Full Changelog**:
LouisBrunner/checks-action@v1.6.1...v1.6.2

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/solid-design-system/solid).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy44LjEiLCJ1cGRhdGVkSW5WZXIiOiIzNy44LjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.

1 participant