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 production-dependencies group with 5 updates #90

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 24, 2024

Bumps the production-dependencies group with 5 updates:

Package From To
eslint-define-config 1.24.1 2.1.0
eslint-plugin-astro 0.29.1 0.31.3
eslint-plugin-regexp 1.15.0 2.2.0
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.1.0

Release notes

Sourced from eslint-define-config's releases.

2.1.0

What's Changed

Full Changelog: eslint-types/eslint-define-config@2.0.0...v2.1.0 / Changelog 2.1.0

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.1.0

diff

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.3

Release notes

Sourced from eslint-plugin-astro's releases.

v0.31.3

Patch Changes

v0.31.2

Patch Changes

v0.31.1

Patch Changes

v0.31.0

Minor Changes

v0.30.0

Minor Changes

Changelog

Sourced from eslint-plugin-astro's changelog.

0.31.3

Patch Changes

0.31.2

Patch Changes

0.31.1

Patch Changes

0.31.0

Minor Changes

0.30.0

Minor Changes

Commits
  • bb945ad chore: release eslint-plugin-astro (#307)
  • babd7ef fix(deps): update dependency eslint-compat-utils to ^0.4.0 (#306)
  • 325c53d chore: release eslint-plugin-astro (#305)
  • eec7e97 fix(deps): update dependency eslint-compat-utils to ^0.3.0 (#304)
  • ee43850 test: refactor (#303)
  • 3ec2e6b chore: release eslint-plugin-astro (#302)
  • 58606dc chore(deps): update actions/deploy-pages action to v4 (#296)
  • a0d909d chore(deps): update actions/upload-pages-artifact action to v3 (#297)
  • 12a5190 fix(deps): update dependency eslint-compat-utils to ^0.2.0 (#301)
  • 46adae6 chore: format
  • Additional commits viewable in compare view

Updates eslint-plugin-regexp from 1.15.0 to 2.2.0

Release notes

Sourced from eslint-plugin-regexp's releases.

v2.2.0

Minor Changes

  • Add allowNamed option to no-unused-capturing-group rule to allow for unused named capturing groups. (#689)

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)

... (truncated)

Changelog

Sourced from eslint-plugin-regexp's changelog.

2.2.0

Minor Changes

  • Add allowNamed option to no-unused-capturing-group rule to allow for unused named capturing groups. (#689)

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)

... (truncated)

Commits
  • 7aebaa0 chore: release eslint-plugin-regexp (#690)
  • cf7348b Add allowNamed option to no-unused-capturing-group rule (#689)
  • f67f1df docs: replaces 🏳️‍🌈 emoji with 🏴‍☠️ emoji (#687)
  • e4b495f chore(deps): update actions/upload-pages-artifact action to v3 (#685)
  • fe0b567 chore(deps): update actions/deploy-pages action to v4 (#684)
  • e82e8bb Bump vite from 4.4.9 to 4.5.1 (#680)
  • f46ff18 Fix typos in docs (#683)
  • c21b0f8 chore(deps): update dependency markdownlint-cli to ^0.38.0
  • d82f084 chore(deps): update dependency stylelint to v16
  • 2361ceb chore(deps): update actions/configure-pages action to v4 (#678)
  • 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

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 24, 2024
Copy link

changeset-bot bot commented Jan 24, 2024

⚠️ No Changeset found

Latest commit: 1170f4f

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

Bumps the production-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [eslint-define-config](https://github.com/eslint-types/eslint-define-config) | `1.24.1` | `2.1.0` |
| [eslint-plugin-astro](https://github.com/ota-meshi/eslint-plugin-astro) | `0.29.1` | `0.31.3` |
| [eslint-plugin-regexp](https://github.com/ota-meshi/eslint-plugin-regexp) | `1.15.0` | `2.2.0` |
| [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.1.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...v2.1.0)

Updates `eslint-plugin-astro` from 0.29.1 to 0.31.3
- [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.3)

Updates `eslint-plugin-regexp` from 1.15.0 to 2.2.0
- [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.2.0)

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: production-dependencies
- dependency-name: eslint-plugin-astro
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: eslint-plugin-regexp
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: eslint-plugin-unicorn
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: local-pkg
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/production-dependencies-94b04c25a5 branch from bc60b88 to 1170f4f Compare January 25, 2024 15:45
@theurgi theurgi merged commit fc77ce3 into main Jan 25, 2024
1 check passed
@theurgi theurgi deleted the dependabot/npm_and_yarn/production-dependencies-94b04c25a5 branch January 25, 2024 15:47
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.

1 participant