From 1bc6b866060d58d7a32feaa21ac5aa1aa986dbd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 15:47:32 +0000 Subject: [PATCH] build(deps): bump the dependencies-eslint-config group 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](https://github.com/eslint-types/eslint-define-config/compare/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](https://github.com/ota-meshi/eslint-plugin-astro/compare/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](https://github.com/ota-meshi/eslint-plugin-regexp/compare/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](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/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](https://github.com/antfu/local-pkg/compare/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] --- packages/eslint-config/package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 568ee32..9f6ee22 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -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", @@ -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" } }