Skip to content

Commit

Permalink
build(deps): bump the dependencies-eslint-config group
Browse files Browse the repository at this point in the history
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.1.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.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.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.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: 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]>
  • Loading branch information
dependabot[bot] authored Jan 9, 2024
1 parent 4b5100d commit 1bc6b86
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"eslint-config-prettier": "^9.0.0",
"eslint-define-config": "^1.23.0",
"eslint-define-config": "^2.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-astro": "^0.29.0",
"eslint-plugin-astro": "^0.31.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jest": "^27.6.0",
Expand All @@ -34,10 +34,10 @@
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-regexp": "^1.15.0",
"eslint-plugin-regexp": "^2.2.0",
"eslint-plugin-svelte": "^2.33.2",
"eslint-plugin-unicorn": "^48.0.1",
"eslint-plugin-unicorn": "^50.0.1",
"eslint-plugin-vue": "^9.18.1",
"local-pkg": "^0.4.3"
"local-pkg": "^0.5.0"
}
}

0 comments on commit 1bc6b86

Please sign in to comment.