Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump jest-extended and pin node to 18.13 #5013

Merged
merged 5 commits into from
Jan 15, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 15, 2023

Bumps jest-extended from 3.1.0 to 3.2.3.

Release notes

Sourced from jest-extended's releases.

v3.2.3

What's Changed

Full Changelog: jest-community/jest-extended@v3.2.2...v3.2.3

v3.2.2

What's Changed

New Contributors

Full Changelog: jest-community/jest-extended@v3.2.1...v3.2.2

v3.2.1

What's Changed

New Contributors

Full Changelog: jest-community/jest-extended@v3.2.0...v3.2.1

v3.2.0

What's Changed

New Contributors

Full Changelog: jest-community/jest-extended@v3.1.0...v3.2.0

Commits
  • 6fbb99e 3.2.3
  • 9dae371 fix(types): fix jest AsymmetricMatcher type (#551)
  • d6f44b6 v3.2.2
  • 4b3fa65 fix(types): add vitest support for AsymmetricMatchers (#549)
  • df02532 chore(deps): bump minimatch in /examples/typescript/all (#531)
  • 8ced841 v3.2.1
  • 678b467 Update docusaurus monorepo to v2.2.0 (#504)
  • d670f40 Add filenames to code snippets under Setup docs page (#540)
  • 30a420e Create pass/fail error messages only if required (#545)
  • 2b23769 chore(deps): bump json5 from 2.2.0 to 2.2.3 in /examples/typescript/all (#547)
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

Bumps [jest-extended](https://github.com/jest-community/jest-extended) from 3.1.0 to 3.2.3.
- [Release notes](https://github.com/jest-community/jest-extended/releases)
- [Commits](jest-community/jest-extended@v3.1.0...v3.2.3)

---
updated-dependencies:
- dependency-name: jest-extended
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 15, 2023
@dependabot dependabot bot requested a review from fregante January 15, 2023 08:13
@fregante fregante enabled auto-merge (squash) January 15, 2023 08:34
time: "10:00:00 PM",
humanReadable: "12/9/2021, 10:00:00 PM",
},
});
Copy link
Contributor

Choose a reason for hiding this comment

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

Manual snapshots 🥲

@@ -1 +1 @@
18
18.13
Copy link
Contributor

Choose a reason for hiding this comment

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

No support for ranges

This is mainly for CI

@@ -23,7 +23,7 @@
},
"engine-strict": true,
"engines": {
"node": "18.x",
"node": ">=18.13 <19",
Copy link
Contributor

Choose a reason for hiding this comment

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

The range is supported here

@fregante fregante changed the title Bump jest-extended from 3.1.0 to 3.2.3 Bump jest-extended and pin node to 18.13 Jan 15, 2023
@fregante fregante removed dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 15, 2023
@fregante fregante linked an issue Jan 15, 2023 that may be closed by this pull request
@fregante fregante merged commit a8d016f into main Jan 15, 2023
@fregante fregante deleted the dependabot/npm_and_yarn/jest-extended-3.2.3 branch January 15, 2023 09:38
@twschiller twschiller added this to the 1.7.17 milestone Jan 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

Broken snapshots on CI due to unicode character
2 participants