Skip to content

chore(deps): bump vuex from 3.6.2 to 4.1.0#1388

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/vuex-4.1.0
Open

chore(deps): bump vuex from 3.6.2 to 4.1.0#1388
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/vuex-4.1.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Oct 28, 2025

Copy link
Copy Markdown
Contributor

Bumps vuex from 3.6.2 to 4.1.0.

Release notes

Sourced from vuex's releases.

v4.0.2

Bug Fixes

  • devtools: fix no getters displayed on root module + better getters inspector (#1986) (bc20295)
  • build: cjs build failing due to __VUE_PROD_DEVTOOLS__ defined (#1991) (#1992) (7151622)

v4.0.1

Features

  • dx: add devtools integration (#1949)

v4.0.0

This is the official Vuex 4 release.

The focus for Vuex 4 is compatibility. Vuex 4 supports Vue 3, and it provides the exact same API as Vuex 3, so users can reuse their existing Vuex code with Vue 3.

There are a few breaking changes described in a later section, so please check them out.

You can find basic usage with both Option and Composition API in the example directory.

It's still released under next tag in NPM package as same as Vue 3. We're planning to remove next tag once Vue 3 is ready to remove it.

There have been a lot of contribution to make Vuex 4 stable. Thank you all for your very much appreciated help. It wouldn't have been possible without this wonderful Vue community!

Documentation

To check out docs, visit next.vuex.vuejs.org.

Breaking changes

Installation process has changed

To align with the new Vue 3 initialization process, the installation process of Vuex has changed.

To create a new store instance, users are now encouraged to use the newly introduced createStore function.

import { createStore } from 'vuex'
export const store = createStore({
state() {
return {
count: 1
}
}
})

Whilst this is not technically a breaking change, you may still use the new Store(...) syntax, we recommend this approach to align with Vue 3 and Vue Router 4.

... (truncated)

Changelog

Sourced from vuex's changelog.

4.1.0 (2022-10-14)

Vue Core Version Requirement Change

This release contains an important fix (#1883) that relies on the effectScope API from Vue core, which is only available in Vue 3.2+.

Bug Fixes

4.0.2 (2021-06-17)

Bug Fixes

  • devtools: fix no getters displayed on root module + better getters inspector (#1986) (bc20295)
  • build: cjs build failing due to __VUE_PROD_DEVTOOLS__ defined (#1991) (#1992) (7151622)

4.0.1 (2021-05-24)

Features

  • dx: add devtools integration (#1949)

4.0.0 (2021-02-02)

This is the official Vuex 4 release.

The focus for Vuex 4 is compatibility. Vuex 4 supports Vue 3, and it provides the exact same API as Vuex 3, so users can reuse their existing Vuex code with Vue 3.

There are a few breaking changes described in a later section, so please check them out.

You can find basic usage with both Option and Composition API in the example directory.

It's still released under next tag in NPM package as same as Vue 3. We're planning to remove next tag once Vue 3 is ready to remove it.

There have been a lot of contribution to make Vuex 4 stable. Thank you all for your very much appreciated help. It wouldn't have been possible without this wonderful Vue community!

Documentation

To check out docs, visit next.vuex.vuejs.org.

Breaking changes

Installation process has changed

To align with the new Vue 3 initialization process, the installation process of Vuex has changed.

... (truncated)

Commits

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies javascript Pull requests that update Javascript code labels Oct 28, 2025
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/vuex-4.1.0 branch from 9b47616 to e2b4ac6 Compare November 25, 2025 22:01
@DeepDiver1975

Copy link
Copy Markdown
Member

@dependabot rebase

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/vuex-4.1.0 branch from e2b4ac6 to c8119ba Compare February 24, 2026 12:00
DeepDiver1975
DeepDiver1975 previously approved these changes Jul 13, 2026

@DeepDiver1975 DeepDiver1975 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dependabot bump; CI green. Approving.

@phil-davis

Copy link
Copy Markdown
Contributor

@dependabot recreate

Bumps [vuex](https://github.com/vuejs/vuex) from 3.6.2 to 4.1.0.
- [Release notes](https://github.com/vuejs/vuex/releases)
- [Changelog](https://github.com/vuejs/vuex/blob/main/CHANGELOG.md)
- [Commits](vuejs/vuex@v3.6.2...v4.1.0)

---
updated-dependencies:
- dependency-name: vuex
  dependency-version: 4.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/vuex-4.1.0 branch from c8119ba to 4afd15e Compare July 16, 2026 10:23
@dependabot dependabot Bot requested a review from a team as a code owner July 16, 2026 10:23
@phil-davis

Copy link
Copy Markdown
Contributor

IMO this one needs other things bumped at the same time to get the dependencies to agree.

@DeepDiver1975

Copy link
Copy Markdown
Member

Holding: CI is failing (not a rebase conflict). build fails with npm ERESOLVE — vuex 4.x is incompatible with the Vue 2 peer dependency in this repo (and CLI acceptance tests are red). A rebase won't fix this — needs a human/upstream fix (Vue 3 migration).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants