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

build(deps-dev): bump jest-preset-angular from 14.2.4 to 14.3.0 in /generators/ionic/resources/base in the angular group #1277

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 18, 2024

Bumps the angular group in /generators/ionic/resources/base with 1 update: jest-preset-angular.

Updates jest-preset-angular from 14.2.4 to 14.3.0

Release notes

Sourced from jest-preset-angular's releases.

v14.3.0

Please refer to CHANGELOG.md for details.

Changelog

Sourced from jest-preset-angular's changelog.

14.3.0 (2024-11-15)

Features

  • feat: add new setup test env functions (21c0238), closes #354 #2755
  • feat: build package with type definitions (a269daa)
  • feat: deprecate setup-jest.js and setup-jest.mjs (a304036)

Code Refactoring

  • test: switch example app test config files to ts (e61f1ff)

DEPRECATIONS

Importing setup-jest.js/setup-jest.mjs directly is deprecated. The files will be removed in the future.

Please use "setupZoneTestEnv" function instead. Example:

For CJS

// setup-jest.ts
import { setupZoneTestEnv } from 'jest-preset-angular/setup-env';

setupZoneTestEnv();

For ESM

// setup-jest.ts
import { setupZoneTestEnv } from 'jest-preset-angular/setup-env/index.mjs';

setupZoneTestEnv();

Commits
  • 3023caa chore(release): 14.3.0
  • cf0e2f4 docs: add documentation for v14.3
  • a304036 feat: deprecate setup-jest.js and setup-jest.mjs
  • 21c0238 feat: add new setup test env functions
  • 8a8820e build(deps): Update Angular packages to ^18.2.12
  • 91f05bf build(deps): Update Angular packages to ^18.2.13
  • d6e9b22 build(deps): Update dependency eslint-plugin-jsdoc to ^50.5.0
  • efe4f99 build(deps): Update docusaurus monorepo to ^3.6.1
  • 8d0426e build(deps): Update JamesIves/github-pages-deploy-action action to v4.6.9
  • 7cce486 build(deps): Update Angular packages
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the angular group in /generators/ionic/resources/base with 1 update: [jest-preset-angular](https://github.com/thymikee/jest-preset-angular).


Updates `jest-preset-angular` from 14.2.4 to 14.3.0
- [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@v14.2.4...v14.3.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 18, 2024
@github-actions github-actions bot enabled auto-merge November 18, 2024 05:30
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 19, 2024

Looks like jest-preset-angular is updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Nov 19, 2024
auto-merge was automatically disabled November 19, 2024 17:15

Pull request was closed

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/generators/ionic/resources/base/angular-edd64a62a9 branch November 19, 2024 17:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants