Skip to content

chore(deps): bump the lint group with 4 updates#62

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/lint-ca57d6a72c
Closed

chore(deps): bump the lint group with 4 updates#62
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/lint-ca57d6a72c

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github May 1, 2026

Bumps the lint group with 4 updates: @eslint/css, @html-eslint/eslint-plugin, @html-eslint/parser and typescript-eslint.

Updates @eslint/css from 1.1.0 to 1.2.0

Release notes

Sourced from @​eslint/css's releases.

css: v1.2.0

1.2.0 (2026-04-30)

Features

  • add quotes in url in error message for no-duplicate-imports (#430) (903de97)
  • update error massage (903de97)

Bug Fixes

Changelog

Sourced from @​eslint/css's changelog.

1.2.0 (2026-04-30)

Features

  • add quotes in url in error message for no-duplicate-imports (#430) (903de97)
  • update error massage (903de97)

Bug Fixes

Commits
  • 552bbfd chore: release 1.2.0 🚀 (#415)
  • 903de97 feat: add quotes in url in error message for no-duplicate-imports (#430)
  • 4054dbe ci: add triage:no to hide release please PRs from the triage board (#429)
  • e7a826c docs: fix duplicate examples (#431)
  • 51f6649 refactor: update TypeScript to v6 (#409)
  • 6892d7a fix: typos in README.md (#432)
  • ad7a261 fix: update baseline data (#428)
  • 89d9552 chore: update googleapis/release-please-action digest to 5c625bf (#422)
  • 09cb42f chore: update dependency prettier to v3.8.3 (#427)
  • a96f873 fix: migrate baseline generation to @​webref/css (#419)
  • Additional commits viewable in compare view

Updates @html-eslint/eslint-plugin from 0.59.0 to 0.60.0

Release notes

Sourced from @​html-eslint/eslint-plugin's releases.

v0.60.0

What's Changed

dependabot

Full Changelog: yeonjuan/html-eslint@v0.59.0...v0.60.0

Commits
  • 64d9d73 v0.60.0
  • c8763ac fix(indent): skip indent check for expressions (#590)
  • 28b4686 chore(deps-dev): bump postcss from 8.4.49 to 8.5.10 (#592)
  • 6be7036 chore: bump @​mdn/browser-compat-data from ^7.3.12 to 7.3.13 (#591)
  • 2c5ba57 chore: bump @​mdn/browser-compat-data from ^7.3.11 to 7.3.12 (#589)
  • 7770268 feat(no-extra-spacing-tags): add rule, deprecate no-extra-spacing-attrs (#561)
  • 09dbe77 chore(deps): bump protobufjs from 7.5.4 to 7.5.5 (#588)
  • 5cf4b3c chore(deps): bump basic-ftp from 5.2.2 to 5.3.0 (#587)
  • 7db656a chore(deps): bump follow-redirects from 1.15.11 to 1.16.0 (#585)
  • 08115ab chore: bump @​mdn/browser-compat-data from ^7.3.10 to 7.3.11 (#584)
  • Additional commits viewable in compare view

Updates @html-eslint/parser from 0.59.0 to 0.60.0

Release notes

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

v0.60.0

What's Changed

dependabot

Full Changelog: yeonjuan/html-eslint@v0.59.0...v0.60.0

Commits
  • 64d9d73 v0.60.0
  • c8763ac fix(indent): skip indent check for expressions (#590)
  • 28b4686 chore(deps-dev): bump postcss from 8.4.49 to 8.5.10 (#592)
  • 6be7036 chore: bump @​mdn/browser-compat-data from ^7.3.12 to 7.3.13 (#591)
  • 2c5ba57 chore: bump @​mdn/browser-compat-data from ^7.3.11 to 7.3.12 (#589)
  • 7770268 feat(no-extra-spacing-tags): add rule, deprecate no-extra-spacing-attrs (#561)
  • 09dbe77 chore(deps): bump protobufjs from 7.5.4 to 7.5.5 (#588)
  • 5cf4b3c chore(deps): bump basic-ftp from 5.2.2 to 5.3.0 (#587)
  • 7db656a chore(deps): bump follow-redirects from 1.15.11 to 1.16.0 (#585)
  • 08115ab chore: bump @​mdn/browser-compat-data from ^7.3.10 to 7.3.11 (#584)
  • Additional commits viewable in compare view

Updates typescript-eslint from 8.58.1 to 8.59.1

Release notes

Sourced from typescript-eslint's releases.

v8.59.1

8.59.1 (2026-04-27)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-assertion] fix crash "TypeError: checker.getTypeArguments is not a function" (#12246)
  • eslint-plugin: [no-unnecessary-type-assertion] preserve index signatures in undefined unions (#12257)
  • eslint-plugin: [no-unnecessary-type-assertion] preserve phantom type arguments in generic inference (#12269)
  • eslint-plugin: [no-unnecessary-type-assertion] avoid false positive in logical assignment assertions (#12278)
  • eslint-plugin: [no-unnecessary-type-arguments] handle instantiation expressions (#12220)
  • eslint-plugin: [no-unnecessary-condition] treat void as nullish in no-unnecessary-condition (#12241)

❤️ Thank You

See GitHub Releases for more information.

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

v8.59.0

8.59.0 (2026-04-20)

🚀 Features

  • eslint-plugin: [no-unnecessary-type-assertion] report more cases based on assignability (#11789)

❤️ Thank You

  • Ulrich Stark

See GitHub Releases for more information.

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

v8.58.2

8.58.2 (2026-04-13)

🩹 Fixes

  • remove tsbuildinfo cache file from published packages (#12187)
  • eslint-plugin: [no-unnecessary-condition] use assignability checks in checkTypePredicates (#12147)

❤️ Thank You

... (truncated)

Changelog

Sourced from typescript-eslint's changelog.

8.59.1 (2026-04-27)

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

See GitHub Releases for more information.

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

8.59.0 (2026-04-20)

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

See GitHub Releases for more information.

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

8.58.2 (2026-04-13)

🩹 Fixes

  • remove tsbuildinfo cache file from published packages (#12187)

❤️ Thank You

See GitHub Releases for more information.

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

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 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 lint group with 4 updates: [@eslint/css](https://github.com/eslint/css), [@html-eslint/eslint-plugin](https://github.com/yeonjuan/html-eslint), [@html-eslint/parser](https://github.com/yeonjuan/html-eslint) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint).


Updates `@eslint/css` from 1.1.0 to 1.2.0
- [Release notes](https://github.com/eslint/css/releases)
- [Changelog](https://github.com/eslint/css/blob/main/CHANGELOG.md)
- [Commits](eslint/css@css-v1.1.0...css-v1.2.0)

Updates `@html-eslint/eslint-plugin` from 0.59.0 to 0.60.0
- [Release notes](https://github.com/yeonjuan/html-eslint/releases)
- [Commits](yeonjuan/html-eslint@v0.59.0...v0.60.0)

Updates `@html-eslint/parser` from 0.59.0 to 0.60.0
- [Release notes](https://github.com/yeonjuan/html-eslint/releases)
- [Commits](yeonjuan/html-eslint@v0.59.0...v0.60.0)

Updates `typescript-eslint` from 8.58.1 to 8.59.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.59.1/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: "@eslint/css"
  dependency-version: 1.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: lint
- dependency-name: "@html-eslint/eslint-plugin"
  dependency-version: 0.60.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: lint
- dependency-name: "@html-eslint/parser"
  dependency-version: 0.60.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: lint
- dependency-name: typescript-eslint
  dependency-version: 8.59.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: lint
...

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 May 1, 2026
@coryrylan coryrylan closed this May 1, 2026
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github May 1, 2026

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/lint-ca57d6a72c branch May 1, 2026 17:31
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