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

chore(deps-dev): bump jest-preset-angular from 11.1.2 to 12.0.1 in /generators/client/templates/angular #18687

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 19, 2022

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps jest-preset-angular from 11.1.2 to 12.0.1.

Changelog

Sourced from jest-preset-angular's changelog.

12.0.1 (2022-05-14)

Features

  • allow configuring destroyAfterEach via globalThis for setup test env (#1469) (9a735f9), closes #1466

12.0.0 (2022-05-10)

Bug Fixes

  • add missing jest and typescript to peer deps (#1442) (6a652af), closes #1441
  • set range supported version for Angular peer deps (#1449) (f3e97d7)

Features

BREAKING CHANGES

  • Since Angular 11, the minimum version of zone.js is 0.11.x and Angular 10 is EOL, so now we can use zone patch directly from zone.js. If one is not using [email protected], please upgrade.
  • Now we are using Angular AST transformers, reflect-metadata is not needed anymore.
  • Jest 28 correctly resolves Angular package format files so the ng-jest-resolver is now optional.
  • Node 12 is no longer support
  • Previously, we always checked file extension .mjs and any files from node_modules excluding tslib to be processed with esbuild. With the new option processWithEsbuild, now we put default all .mjs files to be processed by esbuild. Files like lodash-es default isn't processed by esbuild. If you wish to use esbuild to process such files, please configure in your Jest config like
// jest.config.js
module.exports = {
    //...
    globals: {
         ngJest: {
              processWithEsbuild: ['**/node_modules/lodash-es/*.js],
         }
    }
</tr></table> 

... (truncated)

Commits
  • 373d8ec chore(release): 12.0.1
  • 9a735f9 feat: allow configuring destroyAfterEach for setup test env (#1469)
  • b4e3b6d build(deps-dev): bump glob from 8.0.1 to 8.0.2 (#1471)
  • 34f7230 build(deps-dev): bump @​types/jest from 27.5.0 to 27.5.1 (#1470)
  • 342b21d docs(devs-infra): update ESM doc (#1468)
  • 8e990e6 build(devs-dep): upgrade example apps' deps
  • 52beb10 chore(release): 12.0.0 (#1464)
  • af24ddf refactor(devs-infra): adjust import type path from ts-jest
  • cc6ce3f feat(config): add setup-jest.mjs for ESM mode (#1463)
  • 10dc65a build(devs-dep): upgrade deps
  • 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-preset-angular](https://github.com/thymikee/jest-preset-angular) from 11.1.2 to 12.0.1.
- [Release notes](https://github.com/thymikee/jest-preset-angular/releases)
- [Changelog](https://github.com/thymikee/jest-preset-angular/blob/main/CHANGELOG.md)
- [Commits](thymikee/jest-preset-angular@v11.1.2...v12.0.1)

---
updated-dependencies:
- dependency-name: jest-preset-angular
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added theme: angular theme: dependencies Pull requests that update a dependency file labels May 19, 2022
@mshima
Copy link
Member

mshima commented May 19, 2022

Closing in favor of #18586

@mshima mshima closed this May 19, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 19, 2022

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@mshima mshima reopened this May 19, 2022
@mshima mshima closed this May 19, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/generators/client/templates/angular/jest-preset-angular-12.0.1 branch May 19, 2022 11:20
@DanielFran DanielFran added this to the 7.9.0 milestone Jun 22, 2022
@DanielFran DanielFran added the skip-changelog Exclude pull requests from the release notes label Jul 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip-changelog Exclude pull requests from the release notes theme: angular theme: dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants