From c9886ff7adcaef7c5f59435f61b1bbb31076bb31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 05:47:20 +0000 Subject: [PATCH] Bump the all group with 3 updates Bumps the all group with 3 updates: [@primer/view-components](https://github.com/primer/view_components), [@primer/stylelint-config](https://github.com/primer/stylelint-config) and [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest). Updates `@primer/view-components` from 0.30.0 to 0.31.0 - [Release notes](https://github.com/primer/view_components/releases) - [Changelog](https://github.com/primer/view_components/blob/main/CHANGELOG.md) - [Commits](https://github.com/primer/view_components/compare/v0.30.0...v0.31.0) Updates `@primer/stylelint-config` from 13.0.0-rc.fd47ce2 to 13.0.0-rc.3392714 - [Release notes](https://github.com/primer/stylelint-config/releases) - [Changelog](https://github.com/primer/stylelint-config/blob/main/CHANGELOG.md) - [Commits](https://github.com/primer/stylelint-config/commits) Updates `eslint-plugin-jest` from 28.7.0 to 28.8.0 - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v28.7.0...v28.8.0) --- updated-dependencies: - dependency-name: "@primer/view-components" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: "@primer/stylelint-config" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: eslint-plugin-jest dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] --- package-lock.json | 20 ++++++++++---------- package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 108cd3f7b6..4afbd4d2b3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@primer/primitives": "^8.2.0", - "@primer/view-components": "^0.30.0" + "@primer/view-components": "^0.31.0" }, "devDependencies": { "@changesets/changelog-github": "^0.5.0", @@ -2256,9 +2256,9 @@ } }, "node_modules/@primer/stylelint-config": { - "version": "13.0.0-rc.fd47ce2", - "resolved": "https://registry.npmjs.org/@primer/stylelint-config/-/stylelint-config-13.0.0-rc.fd47ce2.tgz", - "integrity": "sha512-JqiJ2zFdFzc8djUzpmZB8s6MjAVbj/3IuzyEcyiaorSjDWw0CbXg6vsKJ/+aisCDDbWbTdTXr4ScVH3u8q0e0g==", + "version": "13.0.0-rc.fe9ab86", + "resolved": "https://registry.npmjs.org/@primer/stylelint-config/-/stylelint-config-13.0.0-rc.fe9ab86.tgz", + "integrity": "sha512-rXrRxhG7Fnk3PoevN7qwfylUQNFLLmayEHRLuphMtpDlhUuOkr5WHF5CnuN6Z7VE39J2aW4lgK5oWSaPRtbSLA==", "dev": true, "dependencies": { "@github/browserslist-config": "^1.0.0", @@ -2283,9 +2283,9 @@ } }, "node_modules/@primer/view-components": { - "version": "0.30.0", - "resolved": "https://registry.npmjs.org/@primer/view-components/-/view-components-0.30.0.tgz", - "integrity": "sha512-ns2Te5zWsPzPgT++GEDN9mXUigm2MiXeWS6ocfGvdMTWLx0/MSAB+bNKzNUpDrWxs8ZCl9mu1Ok+8Qu0p0ijsA==", + "version": "0.31.0", + "resolved": "https://registry.npmjs.org/@primer/view-components/-/view-components-0.31.0.tgz", + "integrity": "sha512-jv/PWI5cZwUBGdQ0QxvqrKm969Ln061P4pQkFUoLAeMu7DHNdoA94NX5RYXfDBxmqSrgOQbJVs5ZI3xf9SwSIg==", "dependencies": { "@github/auto-check-element": "^5.2.0", "@github/auto-complete-element": "^3.6.2", @@ -4806,9 +4806,9 @@ "license": "MIT" }, "node_modules/eslint-plugin-jest": { - "version": "28.7.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-28.7.0.tgz", - "integrity": "sha512-fzPGN7awL2ftVRQh/bsCi+16ArUZWujZnD1b8EGJqy8nr4//7tZ3BIdc/9edcJBtB3hpci3GtdMNFVDwHU0Eag==", + "version": "28.8.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-28.8.0.tgz", + "integrity": "sha512-Tubj1hooFxCl52G4qQu0edzV/+EZzPUeN8p2NnW5uu4fbDs+Yo7+qDVDc4/oG3FbCqEBmu/OC3LSsyiU22oghw==", "dev": true, "dependencies": { "@typescript-eslint/utils": "^6.0.0 || ^7.0.0 || ^8.0.0" diff --git a/package.json b/package.json index 18beae23c4..558a1f6cde 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ }, "dependencies": { "@primer/primitives": "^8.2.0", - "@primer/view-components": "^0.30.0" + "@primer/view-components": "^0.31.0" }, "devDependencies": { "@changesets/changelog-github": "^0.5.0",