Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: vuejs/vuex
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: urbn/vuex
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 18 files changed
  • 2 contributors

Commits on Aug 5, 2024

  1. UW-34662 DEV - Vuex needs to check that you’re in the browser or not …

    …in Node.js before registering the plugins
    
    - Check that we're running in the browser before using devtools plugins
    urbnjamesmi1 committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    5962dfd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    607c651 View commit details
    Browse the repository at this point in the history
  3. Update eslint rules

    urbnjamesmi1 committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    08bc450 View commit details
    Browse the repository at this point in the history
  4. Fix e2e timeout issues

    Comment out yarn usages for npm (if possible)
    urbnjamesmi1 committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    930cb16 View commit details
    Browse the repository at this point in the history
  5. release: v4.0.3

    urbnjamesmi1 committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    65d616f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a7c61c2 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1 from urbn/mjames/UW-34662

    UW-34662 DEV - Vuex needs to check that you’re in the browser or not in Node.js before registering the plugins
    urbnjamesmi1 authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    1780ed3 View commit details
    Browse the repository at this point in the history
  8. UW-34662 UW-34662 DEV - Vuex needs to check that you’re in the browse…

    …r or not in Node.js before registering the plugins #1
    
    - Allow dist folder and build products to be under version control for publishing purposes internally
    urbnjamesmi1 committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    c236ddb View commit details
    Browse the repository at this point in the history
  9. Merge pull request #2 from urbn/mjames/UW-34662

    UW-34662 UW-34662 DEV - Vuex needs to check that you’re in the browser or not in Node.js before registering the plugins
    urbnjamesmi1 authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    da46ec2 View commit details
    Browse the repository at this point in the history
Loading