Removes json5. It's no longer used after updating ancestor dependencies json5, jest and vue-jest. These dependencies need to be updated together.
Removes json5
Updates jest
from 22.4.2 to 29.3.1
Release notes
Sourced from jest's releases.
v29.3.1
Fixes
[jest-config]
Do not warn about preset
in ProjectConfig
#13583
Performance
[jest-transform]
Defer creation of cache directory #13420
v29.3.0
Features
[jest-runtime]
Support WebAssembly (Wasm) imports in ESM modules (#13505)
Fixes
[jest-config]
Add config validation for projects
option (#13565)
[jest-mock]
Treat cjs modules as objects so they can be mocked (#13513)
[jest-worker]
Throw an error instead of hanging when jest workers terminate unexpectedly (#13566)
Chore & Maintenance
[@jest/transform]
Update convert-source-map
(#13509)
[docs]
Mention toStrictEqual
in UsingMatchers docs. (#13560)
New Contributors
Full Changelog: https://github.com/facebook/jest/compare/v29.2.2...v29.3.0
v29.2.2
Fixes
[@jest/test-sequencer]
Make sure sharding does not produce empty groups (#13476)
[jest-circus]
Test marked as todo
are shown as todo when inside a focussed describe (#13504)
[jest-mock]
Ensure mock resolved and rejected values are promises from correct realm (#13503)
[jest-snapshot]
Don't highlight passing asymmetric property matchers in snapshot diff (#13480)
Chore & Maintenance
[docs]
Update link to Jest 28 upgrade guide in error message (#13483)
[jest-runner, jest-watcher]
Update emittery
(#13490)
New Contributors
... (truncated)
Changelog
Sourced from jest's changelog.
29.3.1
Fixes
[jest-config]
Do not warn about preset
in ProjectConfig
(#13583)
Performance
[jest-transform]
Defer creation of cache directory (#13420)
29.3.0
Features
[jest-runtime]
Support WebAssembly (Wasm) imports in ESM modules (#13505)
Fixes
[jest-config]
Add config validation for projects
option (#13565)
[jest-mock]
Treat cjs modules as objects so they can be mocked (#13513)
[jest-worker]
Throw an error instead of hanging when jest workers terminate unexpectedly (#13566)
Chore & Maintenance
[@jest/transform]
Update convert-source-map
(#13509)
[docs]
Mention toStrictEqual
in UsingMatchers docs. (#13560)
29.2.2
Fixes
[@jest/test-sequencer]
Make sure sharding does not produce empty groups (#13476)
[jest-circus]
Test marked as todo
are shown as todo when inside a focussed describe (#13504)
[jest-mock]
Ensure mock resolved and rejected values are promises from correct realm (#13503)
[jest-snapshot]
Don't highlight passing asymmetric property matchers in snapshot diff (#13480)
Chore & Maintenance
[docs]
Update link to Jest 28 upgrade guide in error message (#13483)
[jest-runner, jest-watcher]
Update emittery
(#13490)
29.2.1
Features
[@jest/globals, jest-mock]
Add jest.Spied*
utility types (#13440)
Fixes
[jest-environment-node]
make globalThis.performance
writable for Node 19 and fake timers (#13467)
... (truncated)
Commits
Maintainer changes
This version was pushed to npm by simenb, a new releaser for jest since your current version.
Updates vue-jest
from 2.1.1 to 4.0.1
Release notes
Sourced from vue-jest's releases.
v4.0.1
One minor fix.
Fixes:
v4.0.0
The 4.0.0 is finally here. No clear blocker so transitioning this from release candidate to master. Better late than never.
Fixes
fix: add fallback to default TemplateCompileOptions #310 @nogic1008
v4.0.0-rc.1
Features
feat: pass templateCompiler options https://github.com/vuejs/vue-jest/commit/37efa5873661385c1a979838b23b72701650a132
feat: add-compile-template-options #288
Fixes
fix: external css files path resolution https://github.com/vuejs/vue-jest/commit/fe76473cb19a01cd417e4bff4ca1c22128625e37
v4.0.0-rc.0
Features
We moved to release candidate after many months of beta with no real roadmap.
We will move to 4.0.0 stable before the end of Sep 2020.
v4.0.0-beta.6
Fixes
fix: remove inline source map @nogic1008
build: bump jest version in peerDependencies @nogic1008
That's it! Small release.
v4.0.0-beta.5
Fixes
v4.0.0-beta.4
Features
... (truncated)
Commits
e632171
Merge pull request #320 from catrope/typo-namepsace
95784e4
Merge pull request #284 from vuejs/remove-ts-jest
10559e1
chore: rebase
6a7a728
Fix typo in processor example
1fb3b2e
publish: 4.0.0
938a97e
Merge pull request #311 from vuejs/dependabot/npm_and_yarn/ini-1.3.7
1ada5fe
Merge pull request #312 from vuejs/dependabot/npm_and_yarn/node-notifier-8.0.1
b393520
chore(deps): bump node-notifier from 8.0.0 to 8.0.1
4ce4686
Merge pull request #310 from nogic1008/hotfix/template-compiler
2353bd2
chore(deps): bump ini from 1.3.5 to 1.3.7
- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by lmiller1990, a new releaser for vue-jest since your current version.
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 rebase
will rebase this PR
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it
@dependabot merge
will merge this PR after your CI passes on it
@dependabot squash and merge
will squash and merge this PR after your CI passes on it
@dependabot cancel merge
will cancel a previously requested merge and block automerging
@dependabot reopen
will reopen this PR if it is closed
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language
@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language
@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language
@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.
dependencies