From 3955e979ce341edf14343cd614162712d4c37bde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 07:20:10 +0000 Subject: [PATCH 1/2] deps: bump framer-motion in the dependency-updates group Bumps the dependency-updates group with 1 update: [framer-motion](https://github.com/motiondivision/motion). Updates `framer-motion` from 12.19.1 to 12.19.2 - [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md) - [Commits](https://github.com/motiondivision/motion/compare/v12.19.1...v12.19.2) --- updated-dependencies: - dependency-name: framer-motion dependency-version: 12.19.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependency-updates ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 432a47f6b38..d96d1f3934b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22487,9 +22487,9 @@ } }, "node_modules/framer-motion": { - "version": "12.19.1", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.19.1.tgz", - "integrity": "sha512-nq9hwWAEKf4gzprbOZzKugLV5OVKF7zrNDY6UOVu+4D3ZgIkg8L9Jy6AMrpBM06fhbKJ6LEG6UY5+t7Eq6wNlg==", + "version": "12.19.2", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.19.2.tgz", + "integrity": "sha512-0cWMLkYr+i0emeXC4hkLF+5aYpzo32nRdQ0D/5DI460B3O7biQ3l2BpDzIGsAHYuZ0fpBP0DC8XBkVf6RPAlZw==", "dependencies": { "motion-dom": "^12.19.0", "motion-utils": "^12.19.0", From 1cbbbc03276ff03e76345456e58ba1b38038468d Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Wed, 2 Jul 2025 11:46:23 -0700 Subject: [PATCH 2/2] chore: template-oss apply fix --- cli/package.json | 2 +- package.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cli/package.json b/cli/package.json index d7107b4976d..e9f2cc4ad71 100644 --- a/cli/package.json +++ b/cli/package.json @@ -40,7 +40,7 @@ }, "templateOSS": { "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "4.24.4", + "version": "4.24.3", "content": "./scripts/template-oss" }, "files": [ diff --git a/package.json b/package.json index 5aa7aa86479..d89348514c1 100644 --- a/package.json +++ b/package.json @@ -20,8 +20,8 @@ "lintfix": "npm run eslint -- --fix", "test": "jest", "posttest": "npm run lint", - "test-all": "npm run test --workspaces --include-workspace-root --if-present", - "lint-all": "npm run lint --workspaces --include-workspace-root --if-present", + "test-all": "npm run test -ws -iwr --if-present", + "lint-all": "npm run lint -ws -iwr --if-present", "format": "prettier --write .", "format:check": "prettier --check .", "eslint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"" @@ -105,7 +105,7 @@ }, "templateOSS": { "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "4.24.4", + "version": "4.24.3", "content": "./scripts/template-oss", "allowPaths": [ "cli-cache.json"