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

Bump the eslint group across 1 directory with 5 updates #371

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 13, 2024

Bumps the eslint group with 5 updates in the /tests/playwright directory:

Package From To
@cspell/eslint-plugin 8.15.7 8.16.0
@typescript-eslint/eslint-plugin 8.13.0 8.14.0
@typescript-eslint/parser 8.13.0 8.14.0
eslint-config-love 97.0.0 98.0.2
typescript-eslint 8.13.0 8.14.0

Updates @cspell/eslint-plugin from 8.15.7 to 8.16.0

Release notes

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

v8.16.0

Changes

Features

feat: Change default cache strategy to content (#6477)

Closes #6473

I’ve pretty much swapped content and metadata in code and have also added .default('content') for better docs.


Fixes

fix: cspell-tools - compounds (#6506)

This PR changes a single rule when merging compound forms:

When a word is allowed to be stand alone and a midfix compound, then allow it to be a prefix as well as a suffix.

The logic: If we allow code and strongcodetype, then codetype or strongcode should also be allowed.


fix: plugin ignore exports (#6500)

fixes #6378


Dictionary Updates

... (truncated)

Changelog

Sourced from @​cspell/eslint-plugin's changelog.

8.16.0 (2024-11-07)

Commits

Updates @typescript-eslint/eslint-plugin from 8.13.0 to 8.14.0

Release notes

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

v8.14.0

8.14.0 (2024-11-11)

🚀 Features

  • eslint-plugin: [no-confusing-void-expression] add an option to ignore voidvoid (#10067)
  • eslint-plugin: [await-thenable] report unnecessary await using statements (#10209)

🩹 Fixes

  • deps: update dependency eslint to v9.14.0 (#10309)
  • deps: update docusaurus monorepo to v3.6.0 (#10319)
  • eslint-plugin: [no-unnecessary-condition] improve error message for literal comparisons (#10194)
  • eslint-plugin: [no-misused-promises] improve report loc for methods (#10216)
  • scope-manager: fix asserted increments not being marked as write references (#10271)

❤️ Thank You

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

Changelog

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

8.14.0 (2024-11-11)

🚀 Features

  • eslint-plugin: [await-thenable] report unnecessary await using statements (#10209)
  • eslint-plugin: [no-confusing-void-expression] add an option to ignore voidvoid (#10067)

🩹 Fixes

  • scope-manager: fix asserted increments not being marked as write references (#10271)
  • eslint-plugin: [no-misused-promises] improve report loc for methods (#10216)
  • eslint-plugin: [no-unnecessary-condition] improve error message for literal comparisons (#10194)

❤️ Thank You

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

Commits
  • 16fba0a chore(release): publish 8.14.0
  • 42d275c fix(scope-manager): fix asserted increments not being marked as write referen...
  • d27a9ac fix(eslint-plugin): [no-misused-promises] improve report loc for methods (#10...
  • c13b6b4 chore: fix lint and build website errors (#10288)
  • 5b2ebcd feat(eslint-plugin): [await-thenable] report unnecessary await using statem...
  • 22f7f25 fix(eslint-plugin): [no-unnecessary-condition] improve error message for lite...
  • e2e9ffc feat(eslint-plugin): [no-confusing-void-expression] add an option to ignore v...
  • See full diff in compare view

Updates @typescript-eslint/parser from 8.13.0 to 8.14.0

Release notes

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

v8.14.0

8.14.0 (2024-11-11)

🚀 Features

  • eslint-plugin: [no-confusing-void-expression] add an option to ignore voidvoid (#10067)
  • eslint-plugin: [await-thenable] report unnecessary await using statements (#10209)

🩹 Fixes

  • deps: update dependency eslint to v9.14.0 (#10309)
  • deps: update docusaurus monorepo to v3.6.0 (#10319)
  • eslint-plugin: [no-unnecessary-condition] improve error message for literal comparisons (#10194)
  • eslint-plugin: [no-misused-promises] improve report loc for methods (#10216)
  • scope-manager: fix asserted increments not being marked as write references (#10271)

❤️ Thank You

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

Changelog

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

8.14.0 (2024-11-11)

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.

Commits

Updates eslint-config-love from 97.0.0 to 98.0.2

Release notes

Sourced from eslint-config-love's releases.

v98.0.2

98.0.2 (2024-11-11)

Bug Fixes

v98.0.1

98.0.1 (2024-11-11)

Bug Fixes

v98.0.0

98.0.0 (2024-11-09)

⚠ BREAKING CHANGES

  • @​typescript-eslint/switch-exhaustiveness-check

Features

  • @​typescript-eslint/switch-exhaustiveness-check (e411f71)
Changelog

Sourced from eslint-config-love's changelog.

98.0.2 (2024-11-11)

Bug Fixes

98.0.1 (2024-11-11)

Bug Fixes

98.0.0 (2024-11-09)

⚠ BREAKING CHANGES

  • @​typescript-eslint/switch-exhaustiveness-check

Features

  • @​typescript-eslint/switch-exhaustiveness-check (e411f71)
Commits
  • d7723b6 chore(release): 98.0.2 [skip ci]
  • 8fa2e46 Merge pull request #1893 from mightyiam/missing-dep
  • 90bb65a fix: no use lodash in impl
  • b567ea5 chore(release): 98.0.1 [skip ci]
  • 98f3623 Merge pull request #1891 from mightyiam/pkg-files
  • 62a2673 fix: include missing files in package
  • 57c88b8 chore(release): 98.0.0 [skip ci]
  • dcc1e5d Merge pull request #1889 from mightyiam/switch-exhaustiveness-check
  • e411f71 feat!: @​typescript-eslint/switch-exhaustiveness-check
  • d003036 Merge pull request #1888 from mightyiam/refactor-rules
  • Additional commits viewable in compare view

Updates typescript-eslint from 8.13.0 to 8.14.0

Release notes

Sourced from typescript-eslint's releases.

v8.14.0

8.14.0 (2024-11-11)

🚀 Features

  • eslint-plugin: [no-confusing-void-expression] add an option to ignore voidvoid (#10067)
  • eslint-plugin: [await-thenable] report unnecessary await using statements (#10209)

🩹 Fixes

  • deps: update dependency eslint to v9.14.0 (#10309)
  • deps: update docusaurus monorepo to v3.6.0 (#10319)
  • eslint-plugin: [no-unnecessary-condition] improve error message for literal comparisons (#10194)
  • eslint-plugin: [no-misused-promises] improve report loc for methods (#10216)
  • scope-manager: fix asserted increments not being marked as write references (#10271)

❤️ Thank You

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

Changelog

Sourced from typescript-eslint's changelog.

8.14.0 (2024-11-11)

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

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 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 eslint group with 5 updates in the /tests/playwright directory:

| Package | From | To |
| --- | --- | --- |
| [@cspell/eslint-plugin](https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell-eslint-plugin) | `8.15.7` | `8.16.0` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.13.0` | `8.14.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.13.0` | `8.14.0` |
| [eslint-config-love](https://github.com/mightyiam/eslint-config-love) | `97.0.0` | `98.0.2` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.13.0` | `8.14.0` |



Updates `@cspell/eslint-plugin` from 8.15.7 to 8.16.0
- [Release notes](https://github.com/streetsidesoftware/cspell/releases)
- [Changelog](https://github.com/streetsidesoftware/cspell/blob/main/packages/cspell-eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/streetsidesoftware/cspell/commits/v8.16.0/packages/cspell-eslint-plugin)

Updates `@typescript-eslint/eslint-plugin` from 8.13.0 to 8.14.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.14.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.13.0 to 8.14.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/v8.14.0/packages/parser)

Updates `eslint-config-love` from 97.0.0 to 98.0.2
- [Release notes](https://github.com/mightyiam/eslint-config-love/releases)
- [Changelog](https://github.com/mightyiam/eslint-config-love/blob/main/CHANGELOG.md)
- [Commits](mightyiam/eslint-config-love@v97.0.0...v98.0.2)

Updates `typescript-eslint` from 8.13.0 to 8.14.0
- [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.14.0/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: "@cspell/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
- dependency-name: eslint-config-love
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: eslint
- dependency-name: typescript-eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from hwinther as a code owner November 13, 2024 22:48
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 13, 2024
Copy link

test-e2e

✅ Dependency installation successful

added 633 packages, and audited 634 packages in 7s

✅ Build successful

✅ No linting issues 🎊

Copy link

Playwright results

✅  4 passed

Details

4 tests across 1 suite
 5.3 seconds
 305ba27

@hwinther hwinther merged commit aabafb9 into dev Nov 13, 2024
13 of 14 checks passed
@hwinther hwinther deleted the dependabot/npm_and_yarn/tests/playwright/dev/eslint-8f60909206 branch November 13, 2024 23:01
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 playwright
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant