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

build(deps): bump the dependencies-eslint-config group in /packages/eslint-config with 5 updates #62

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 25, 2023

Bumps the dependencies-eslint-config group in /packages/eslint-config with 5 updates:

Package From To
eslint-define-config 1.24.1 2.0.0
eslint-plugin-astro 0.29.1 0.31.0
eslint-plugin-regexp 1.15.0 2.1.2
eslint-plugin-unicorn 48.0.1 50.0.1
local-pkg 0.4.3 0.5.0

Updates eslint-define-config from 1.24.1 to 2.0.0

Release notes

Sourced from eslint-define-config's releases.

2.0.0

Breaking Change

There is a whole new way to support plugins. Please read the README for more information.

What's Changed

New Contributors

Full Changelog: eslint-types/eslint-define-config@1.24.1...2.0.0 / Changelog 2.0.0

2.0.0-beta.0

What's Changed

New Contributors

Full Changelog: eslint-types/eslint-define-config@1.24.1...2.0.0-beta.0

Changelog

Sourced from eslint-define-config's changelog.

2.0.0

diff

BREAKING CHANGES

There is a whole new way to support plugins.
Please read the README for more information.

Commits

Updates eslint-plugin-astro from 0.29.1 to 0.31.0

Release notes

Sourced from eslint-plugin-astro's releases.

v0.31.0

Minor Changes

v0.30.0

Minor Changes

Changelog

Sourced from eslint-plugin-astro's changelog.

0.31.0

Minor Changes

0.30.0

Minor Changes

Commits
  • e8fe6e7 chore: release eslint-plugin-astro (#293)
  • 5b4cf50 Improve compatibility with ESLint v9 (#294)
  • 3429da5 feat: add astro/client-side-ts processor (#292)
  • 37dfdbb chore: add format workflow
  • 4a967e9 chore(deps): update dependency remark-gfm to v4 (#280)
  • d4a834a docs: replace gfm emoji with raw emoji (#290)
  • 19d7875 chore(deps): update actions/stale action to v9 (#288)
  • ca3ce28 chore(deps): update dependency astro to v4 (#287)
  • 7be99c3 chore(deps): update dependency @​astrojs/svelte to v5 (#286)
  • 4b50178 Update bug_report.yml
  • Additional commits viewable in compare view

Updates eslint-plugin-regexp from 1.15.0 to 2.1.2

Release notes

Sourced from eslint-plugin-regexp's releases.

v2.1.2

Patch Changes

  • Fixed false positives for hasIndices in regexp/no-unused-capturing-group (#676)

v2.1.1

Patch Changes

  • Improved error message and docs for regexp/no-useless-non-capturing-group (#668)

v2.1.0

Minor Changes

  • Improve detection of useless assertions for regexp/no-useless-assertion (#663)

  • Add suggestions for regexp/no-useless-assertion (#666)

Patch Changes

  • Fixed crash for v flag in regexp/optimal-quantifier-concatenation (#660)

  • Fixed minor mistake in message of no-misleading-unicode-character (#664)

v2.0.0

Major Changes

  • Drop support for Node.js <=v17, and v19 (#550)

  • Add regexp/simplify-set-operations rule (#595)

  • Remove deprecated rules (#652)

  • Add regexp/no-useless-string-literal rule (#639)

  • Add regexp/no-empty-string-literal rule (#632)

  • Change recommended config (#552)

  • Drop support for ESLint < v8.44 (#558)

  • Add regexp/no-useless-set-operand rule (#625)

  • Add regexp/prefer-set-operation rule (#616)

  • Use jsdoc-type-pratt-parser instead of jsdoctypeparser (#651)

Minor Changes

  • Add support for v flag to regexp/no-dupe-disjunctions (#612)

... (truncated)

Changelog

Sourced from eslint-plugin-regexp's changelog.

2.1.2

Patch Changes

  • Fixed false positives for hasIndices in regexp/no-unused-capturing-group (#676)

2.1.1

Patch Changes

  • Improved error message and docs for regexp/no-useless-non-capturing-group (#668)

2.1.0

Minor Changes

  • Improve detection of useless assertions for regexp/no-useless-assertion (#663)

  • Add suggestions for regexp/no-useless-assertion (#666)

Patch Changes

  • Fixed crash for v flag in regexp/optimal-quantifier-concatenation (#660)

  • Fixed minor mistake in message of no-misleading-unicode-character (#664)

2.0.0

Major Changes

  • Drop support for Node.js <=v17, and v19 (#550)

  • Add regexp/simplify-set-operations rule (#595)

  • Remove deprecated rules (#652)

  • Add regexp/no-useless-string-literal rule (#639)

  • Add regexp/no-empty-string-literal rule (#632)

  • Change recommended config (#552)

  • Drop support for ESLint < v8.44 (#558)

  • Add regexp/no-useless-set-operand rule (#625)

  • Add regexp/prefer-set-operation rule (#616)

  • Use jsdoc-type-pratt-parser instead of jsdoctypeparser (#651)

... (truncated)

Commits
  • be8d93f chore: release eslint-plugin-regexp (#677)
  • 4a13302 Fixed false positives for hasIndices in regexp/no-unused-capturing-group (#...
  • 34ba766 chore(deps): update dependency typescript to ~5.3.0
  • e7fef6f chore(deps): update dependency prettier to ~3.1.0 (#673)
  • ccd79eb chore: fix playground
  • 091fbc0 chore(deps): update dependency @​types/node to v20
  • c7e3024 chore(deps): update actions/setup-node action to v4 (#670)
  • 69b9035 chore: release eslint-plugin-regexp (#669)
  • eebcfc5 Improved error message and docs for regexp/no-useless-non-capturing-group (...
  • 3ad2a1a chore(deps): update dependency eslint-plugin-regexp to ~2.1.0 (#667)
  • Additional commits viewable in compare view

Updates eslint-plugin-unicorn from 48.0.1 to 50.0.1

Release notes

Sourced from eslint-plugin-unicorn's releases.

v50.0.1

Fixes

  • no-unnecessary-polyfills: Fix missing dependency error (#2242) 3df16068

sindresorhus/eslint-plugin-unicorn@v50.0.0...v50.0.1

v50.0.0

New rules

Improvements

  • Support ESLint&#39;s new config system (#1886) 65711f9
  • no-useless-undefined: Add checkArrowFunctionBody option (#2232) 9d7048c
  • prefer-negative-index: Check TypedArray#subarray() (#2237) 6708a30
  • no-useless-undefined: Ignore React state setters (#2223) 42881ba
  • prefer-module: Allow module as TSTypeParameter name (#2213) 8f61f7c

Fixes

  • string-content: Fix JSX autofix for newlines, etc. (#2222) b95e75e

sindresorhus/eslint-plugin-unicorn@v49.0.0...v50.0.0

v49.0.0

Improvements

  • expiring-todo-comments: Support monorepos (#2159) ac51d40
  • prefer-module: Allow module as TSIndexSignature names or TSTypeAliasDeclaration ids (#2209) ea94b3b
  • Support RegExp v flag (#2195) 28e7498
  • prefer-event-target: Ignore EventEmitter from @angular/core and eventemitter3 (#2197) 1629ebe

sindresorhus/eslint-plugin-unicorn@v48.0.1...v49.0.0

Commits
Maintainer changes

This version was pushed to npm by fisker, a new releaser for eslint-plugin-unicorn since your current version.


Updates local-pkg from 0.4.3 to 0.5.0

Release notes

Sourced from local-pkg's releases.

v0.5.0

Breaking changes:

  • Unify the importModule behavior of cjs and esm, #10
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 dependencies-eslint-config group in /packages/eslint-config with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [eslint-define-config](https://github.com/eslint-types/eslint-define-config) | `1.24.1` | `2.0.0` |
| [eslint-plugin-astro](https://github.com/ota-meshi/eslint-plugin-astro) | `0.29.1` | `0.31.0` |
| [eslint-plugin-regexp](https://github.com/ota-meshi/eslint-plugin-regexp) | `1.15.0` | `2.1.2` |
| [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) | `48.0.1` | `50.0.1` |
| [local-pkg](https://github.com/antfu/local-pkg) | `0.4.3` | `0.5.0` |


Updates `eslint-define-config` from 1.24.1 to 2.0.0
- [Release notes](https://github.com/eslint-types/eslint-define-config/releases)
- [Changelog](https://github.com/eslint-types/eslint-define-config/blob/main/CHANGELOG.md)
- [Commits](eslint-types/eslint-define-config@1.24.1...2.0.0)

Updates `eslint-plugin-astro` from 0.29.1 to 0.31.0
- [Release notes](https://github.com/ota-meshi/eslint-plugin-astro/releases)
- [Changelog](https://github.com/ota-meshi/eslint-plugin-astro/blob/main/CHANGELOG.md)
- [Commits](ota-meshi/eslint-plugin-astro@v0.29.1...v0.31.0)

Updates `eslint-plugin-regexp` from 1.15.0 to 2.1.2
- [Release notes](https://github.com/ota-meshi/eslint-plugin-regexp/releases)
- [Changelog](https://github.com/ota-meshi/eslint-plugin-regexp/blob/master/CHANGELOG.md)
- [Commits](ota-meshi/eslint-plugin-regexp@v1.15.0...v2.1.2)

Updates `eslint-plugin-unicorn` from 48.0.1 to 50.0.1
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases)
- [Commits](sindresorhus/eslint-plugin-unicorn@v48.0.1...v50.0.1)

Updates `local-pkg` from 0.4.3 to 0.5.0
- [Release notes](https://github.com/antfu/local-pkg/releases)
- [Commits](antfu-collective/local-pkg@v0.4.3...v0.5.0)

---
updated-dependencies:
- dependency-name: eslint-define-config
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies-eslint-config
- dependency-name: eslint-plugin-astro
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies-eslint-config
- dependency-name: eslint-plugin-regexp
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies-eslint-config
- dependency-name: eslint-plugin-unicorn
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies-eslint-config
- dependency-name: local-pkg
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies-eslint-config
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link

changeset-bot bot commented Dec 25, 2023

⚠️ No Changeset found

Latest commit: 999ab42

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 1, 2024

Superseded by #65.

@dependabot dependabot bot closed this Jan 1, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/packages/eslint-config/dependencies-eslint-config-a663e8f7cd branch January 1, 2024 23:02
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants