Bump the all group across 1 directory with 5 updates - #162
Bump the all group across 1 directory with 5 updates#162dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the all group with 5 updates in the /plugins/cartshift directory: | Package | From | To | | --- | --- | --- | | [vue](https://github.com/vuejs/core) | `3.5.41` | `3.5.42` | | [@vue/test-utils](https://github.com/vuejs/test-utils) | `2.4.11` | `2.5.0` | | [happy-dom](https://github.com/capricorn86/happy-dom) | `20.11.2` | `20.11.15` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `8.2.1` | `8.2.2` | | [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.1.10` | `4.1.11` | Updates `vue` from 3.5.41 to 3.5.42 - [Release notes](https://github.com/vuejs/core/releases) - [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md) - [Commits](vuejs/core@v3.5.41...v3.5.42) Updates `@vue/test-utils` from 2.4.11 to 2.5.0 - [Release notes](https://github.com/vuejs/test-utils/releases) - [Commits](vuejs/test-utils@v2.4.11...v2.5.0) Updates `happy-dom` from 20.11.2 to 20.11.15 - [Release notes](https://github.com/capricorn86/happy-dom/releases) - [Commits](capricorn86/happy-dom@v20.11.2...v20.11.15) Updates `vite` from 8.2.1 to 8.2.2 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v8.2.2/packages/vite) Updates `vitest` from 4.1.10 to 4.1.11 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.11/packages/vitest) --- updated-dependencies: - dependency-name: vue dependency-version: 3.5.42 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: "@vue/test-utils" dependency-version: 2.5.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: happy-dom dependency-version: 20.11.15 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: vite dependency-version: 8.2.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: vitest dependency-version: 4.1.11 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: c92baffcc8
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| }, | ||
| "dependencies": { | ||
| "vue": "^3.5.41" | ||
| "vue": "^3.5.42" |
There was a problem hiding this comment.
Rebuild the committed admin bundle after updating Vue
The committed resources/admin/dist/assets/main-fR3uwy2x.js still embeds Vue 3.5.41, so the dependency update is not reflected in the asset that WordPress serves. The CartShift job in .github/workflows/ci.yml runs npm run build and then rejects any resulting changes under resources/admin/dist; resolving Vue 3.5.42 will regenerate this bundle, causing this commit's CI to fail until the rebuilt manifest and assets are committed.
Useful? React with 👍 / 👎.
Bumps the all group with 5 updates in the /plugins/cartshift directory:
3.5.413.5.422.4.112.5.020.11.220.11.158.2.18.2.24.1.104.1.11Updates
vuefrom 3.5.41 to 3.5.42Release notes
Sourced from vue's releases.
Changelog
Sourced from vue's changelog.
Commits
d63616crelease: v3.5.42b8543dcRevert "fix(compiler-core): handle invalid static arg in same-name v-bind sho...3857716fix(compiler-core): handle invalid static arg in same-name v-bind shorthand (...31da934fix(runtime-dom): support !important on CSS custom properties in style bindin...f8d42e1fix(runtime-core): keep .trim result when combined with .number v-model modif...cd19745fix(suspense): don't treat the leaving branch as the fallback while its mount...8654f35fix(runtime-core): resolve $el for dev root comment fragment (#15313)ef82a26fix(shared): correctly compare Map and Set values (#15328)6eaecc1fix(v-model): re-sync select when model is overridden in change handler (#15298)b535917fix(runtime-core): avoid caching unmounted suspense children (#15291)Updates
@vue/test-utilsfrom 2.4.11 to 2.5.0Release notes
Sourced from @vue/test-utils's releases.
Commits
520a663v2.5.0 (#2933)303d8a0fix(#2591): expose defineExpose bindings on findComponent vm (#2927)966d384chore(deps): update pnpm to v11.23.0 (#2932)07586ddchore(deps): update all non-major dependencies (#2931)08184aechore(deps): update dependency oxfmt to v0.64.0 (#2929)b2a5249chore(deps): update dependency pkg-pr-new to v0.0.88 (#2928)c5cc4b0chore(deps): update dependency pkg-pr-new to v0.0.87 (#2925)0e7b7c3chore(deps): update dependency oxfmt to v0.63.0 (#2923)5038ceechore(deps): update all non-major dependencies (#2922)7ab1047chore(deps): update pnpm/action-setup action to v6.0.10 (#2921)Updates
happy-domfrom 20.11.2 to 20.11.15Release notes
Sourced from happy-dom's releases.
... (truncated)
Commits
e1a8af5fix: #2331 Fixes issue with upgrading custom element caused by previous rel...096317bfix: #2331 Change prototype of element to the custom element when upgraded ...9ff4b47fix: #2329 Copy event listeners when upgrading a custom element (#2330)3d282e5fix: #2322 Add check for if the node is still a parent during disconnect (#...64e2c77fix: #2253 Use proxy as parent node in Node.connectedToNode() (#2254)a00ec69fix: #2319 Removing a child incorrectly calls flow for connecting node (#2321)152b5d8fix: #2319 Removing a child incorrectly calls flow for connecting node (#2320)1100b9cfix: #2187 Return default validationMessage for built-in constraint violati...1893795fix: #2317 Make sure that the element has been upgraded before invoking rea...00fcf21fix: #2315 Values pushed or assigned to the adoptedStyleSheet array should ...Updates
vitefrom 8.2.1 to 8.2.2Release notes
Sourced from vite's releases.
Changelog
Sourced from vite's changelog.
Commits
de1111arelease: v8.2.2cb77e2atest(ssr): add destructing assignment case for moduleRunnerTransform (#23308)9db0b61fix(ssr): rewrite computed key of destructing parameter (#23307)8413052fix: respectresolve.preserveSymlinkswhen resolving root (fix #23197) (#23...05a003efix(config): resolve sourcemap paths against sourcemap location (#23239)495d9fffeat(deps): widen@vitejs/devtoolspeer range to v0.5.0 (#23302)1d9fa39refactor: use JSON import attributes instead of readFileSync in constants (#2...2804636fix(css): don't pass empty targets to lightningcss (#23295)599b44btest(module-runner): simplify server-hmr tests (#23300)4a261f2test(module-runner): add TLA circular import case (#23299)Updates
vitestfrom 4.1.10 to 4.1.11Release notes
Sourced from vitest's releases.
Commits
9bd8d46chore: release v4.1.11 (#10995)9851dbcfix(browser): trigger playwright/chromium gc on lower disk availability [back...Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions