From 66cc998e044e50240a0557c982f0c4820397685b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 11:04:32 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-plugin-jest from 28.13.3 to 28.14.0 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 28.13.3 to 28.14.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.13.3...v28.14.0) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-version: 28.14.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 ++- package.json | 126 +++++++++++++++++++++++----------------------- 2 files changed, 67 insertions(+), 65 deletions(-) diff --git a/package-lock.json b/package-lock.json index 62fa8bd..f62ffef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "eslint-config-prettier": "^9.1.0", "eslint-import-resolver-typescript": "^3.6.3", "eslint-plugin-import": "^2.31.0", - "eslint-plugin-jest": "^28.9.0", + "eslint-plugin-jest": "^28.14.0", "eslint-plugin-jsx-a11y": "^6.10.2", "eslint-plugin-prettier": "^5.2.1", "eslint-plugin-react": "^7.37.2", @@ -7064,7 +7064,9 @@ } }, "node_modules/eslint-plugin-jest": { - "version": "28.13.3", + "version": "28.14.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-28.14.0.tgz", + "integrity": "sha512-P9s/qXSMTpRTerE2FQ0qJet2gKbcGyFTPAJipoKxmWqR6uuFqIqk8FuEfg5yBieOezVrEfAMZrEwJ6yEp+1MFQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 3b636fd..6596e10 100644 --- a/package.json +++ b/package.json @@ -1,63 +1,63 @@ -{ - "name": "pairflix-monorepo", - "private": true, - "version": "1.0.0", - "type": "module", - "scripts": { - "dev:client": "cd app.client && npm run dev", - "dev:admin": "cd app.admin && npm run dev", - "dev:backend": "cd backend && npm run dev", - "build:all": "npm run build:components && npm run build:client && npm run build:admin && npm run build:backend", - "build:client": "cd app.client && npm run build", - "build:admin": "cd app.admin && npm run build", - "build:backend": "cd backend && npm run build", - "build:components": "cd lib.components && npm run build", - "test:all": "npm run test:backend && npm run test:client && npm run test:admin && npm run test:components", - "test:backend": "cd backend && npm run test", - "test:client": "cd app.client && npm run test", - "test:admin": "cd app.admin && npm run test", - "test:components": "cd lib.components && npm run test", - "lint:all": "npm run lint:backend && npm run lint:client && npm run lint:admin && npm run lint:components", - "lint:backend": "cd backend && npm run lint", - "lint:client": "cd app.client && npm run lint", - "lint:admin": "cd app.admin && npm run lint", - "lint:components": "cd lib.components && npm run lint", - "format:all": "npm run format:backend && npm run format:client && npm run format:admin && npm run format:components", - "format:backend": "cd backend && npm run format", - "format:client": "cd app.client && npm run format", - "format:admin": "cd app.admin && npm run format", - "format:components": "cd lib.components && npm run format", - "prepare": "husky" - }, - "workspaces": [ - "app.client", - "app.admin", - "backend", - "lib.components" - ], - "devDependencies": { - "@typescript-eslint/eslint-plugin": "^8.33.1", - "@typescript-eslint/parser": "^8.33.1", - "concurrently": "^9.1.2", - "eslint": "^9.28.0", - "eslint-config-prettier": "^9.1.0", - "eslint-import-resolver-typescript": "^3.6.3", - "eslint-plugin-import": "^2.31.0", - "eslint-plugin-jest": "^28.9.0", - "eslint-plugin-jsx-a11y": "^6.10.2", - "eslint-plugin-prettier": "^5.2.1", - "eslint-plugin-react": "^7.37.2", - "eslint-plugin-react-hooks": "^5.0.0", - "globals": "^15.12.0", - "husky": "^9.1.7", - "lint-staged": "^13.3.0", - "prettier": "^3.5.3", - "typescript-eslint": "^8.33.1" - }, - "dependencies": { - "@radix-ui/react-dropdown-menu": "^2.1.15", - "@radix-ui/react-tooltip": "^1.2.7", - "chart.js": "^4.4.9", - "react-chartjs-2": "^5.3.0" - } -} +{ + "name": "pairflix-monorepo", + "private": true, + "version": "1.0.0", + "type": "module", + "scripts": { + "dev:client": "cd app.client && npm run dev", + "dev:admin": "cd app.admin && npm run dev", + "dev:backend": "cd backend && npm run dev", + "build:all": "npm run build:components && npm run build:client && npm run build:admin && npm run build:backend", + "build:client": "cd app.client && npm run build", + "build:admin": "cd app.admin && npm run build", + "build:backend": "cd backend && npm run build", + "build:components": "cd lib.components && npm run build", + "test:all": "npm run test:backend && npm run test:client && npm run test:admin && npm run test:components", + "test:backend": "cd backend && npm run test", + "test:client": "cd app.client && npm run test", + "test:admin": "cd app.admin && npm run test", + "test:components": "cd lib.components && npm run test", + "lint:all": "npm run lint:backend && npm run lint:client && npm run lint:admin && npm run lint:components", + "lint:backend": "cd backend && npm run lint", + "lint:client": "cd app.client && npm run lint", + "lint:admin": "cd app.admin && npm run lint", + "lint:components": "cd lib.components && npm run lint", + "format:all": "npm run format:backend && npm run format:client && npm run format:admin && npm run format:components", + "format:backend": "cd backend && npm run format", + "format:client": "cd app.client && npm run format", + "format:admin": "cd app.admin && npm run format", + "format:components": "cd lib.components && npm run format", + "prepare": "husky" + }, + "workspaces": [ + "app.client", + "app.admin", + "backend", + "lib.components" + ], + "devDependencies": { + "@typescript-eslint/eslint-plugin": "^8.33.1", + "@typescript-eslint/parser": "^8.33.1", + "concurrently": "^9.1.2", + "eslint": "^9.28.0", + "eslint-config-prettier": "^9.1.0", + "eslint-import-resolver-typescript": "^3.6.3", + "eslint-plugin-import": "^2.31.0", + "eslint-plugin-jest": "^28.14.0", + "eslint-plugin-jsx-a11y": "^6.10.2", + "eslint-plugin-prettier": "^5.2.1", + "eslint-plugin-react": "^7.37.2", + "eslint-plugin-react-hooks": "^5.0.0", + "globals": "^15.12.0", + "husky": "^9.1.7", + "lint-staged": "^13.3.0", + "prettier": "^3.5.3", + "typescript-eslint": "^8.33.1" + }, + "dependencies": { + "@radix-ui/react-dropdown-menu": "^2.1.15", + "@radix-ui/react-tooltip": "^1.2.7", + "chart.js": "^4.4.9", + "react-chartjs-2": "^5.3.0" + } +}