brysgo / angular-monoquery

0 stars 0 forks source link

Bump jest-preset-angular from 5.2.2 to 6.0.2 #23

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 5 years ago

Bumps jest-preset-angular from 5.2.2 to 6.0.2.

Release notes *Sourced from [jest-preset-angular's releases](https://github.com/thymikee/jest-preset-angular/releases).* > ## v6.0.2 > ## Fixes > > - adjust semver range of jest-zone-patch to support `test.each` ([#209](https://github-redirect.dependabot.com/thymikee/jest-preset-angular/issues/209)) > > ## v6.0.0 > Jest 23 support
Changelog *Sourced from [jest-preset-angular's changelog](https://github.com/thymikee/jest-preset-angular/blob/master/CHANGELOG.md).* > ## Changelog (master) > > #### Features > * (**BREAKING**): Refine ast-transformer behavior: only transform `styles`-assignments inside [@​Component](https://github.com/Component) ([#261](https://github-redirect.dependabot.com/thymikee/jest-preset-angular/pull/261)) and TypeScript v2.9 `createStringLiteral` is polyfilled if an older version is used ([#272](https://github-redirect.dependabot.com/thymikee/jest-preset-angular/issues/272)). > * (**BREAKING**): Restructure project with `src` and `build` folder ([#307](https://github-redirect.dependabot.com/thymikee/jest-preset-angular/pull/307)). > * (**BREAKING**): Support `tsconfig.spec.json` in root folder by default ([#309](https://github-redirect.dependabot.com/thymikee/jest-preset-angular/pull/309)). > * (**BREAKING**): Remove `core-js` peer dependency and instead add it as direct dependency ([#311](https://github-redirect.dependabot.com/thymikee/jest-preset-angular/pull/309)). > > #### Chore && Maintenance > * Update example app to match Angular 8 Boilerplate ([#311](https://github-redirect.dependabot.com/thymikee/jest-preset-angular/pull/309)). > * Update example app to not use karma, extract jest config, fix paths ([#316](https://github-redirect.dependabot.com/thymikee/jest-preset-angular/pull/316)) > > #### Migration Guide > * If the `astTransformers` are referenced in a custom `jest` config, `[ 'jest-preset-angular/build/InlineFilesTransformer', 'jest-preset-angular/build/StripStylesTransformer']` have to be set instead. > * Serializers, transformers and `setupJest` have to be referenced from the `jest-preset-angular/build/`-folder in a custom config. Existing references have to be aligned. > * If your `tsconfig.spec.json` is located in `src`, move it to your root folder and adjust the referenced files and paths inside, or align your jest configuration as discussed in the [README.md](https://github.com/thymikee/jest-preset-angular/blob/master/README.md#custom-tsconfig). > * In an Angular 8 project or higher, `core-js` should no longer be a dependency declared in `package.json`, unless it's imported manually in the code. > > ### v7.1.0 > > #### Features > * Added `AngularNoNgAttributesSnapshotSerializer`. Using this serializer makes snapshots clearer and more human-readable. You have to apply this serializer manually by redefining `snapshotSerializers` `jest` option. > > #### Chore && Maintenance > * Fixed a CI cache issue in the example app, which would not always use the current version of the preset in the test runs. > > ### v7.0.0 > > #### Features > * (**BREAKING**): Upgrade ts-jest to ^23.10.4 and use ast-transformer instead of processor ([#204](https://github-redirect.dependabot.com/thymikee/jest-preset-angular/pull/204)) > * Upgrade Jest to 24 ([#224](https://github-redirect.dependabot.com/thymikee/jest-preset-angular/pull/224)) > * Use test environment JSDOM v13 by default (drops Node below 8) ([#229](https://github-redirect.dependabot.com/thymikee/jest-preset-angular/pull/229)) > * Embed `jest-zone-patch` into this preset ([#214](https://github-redirect.dependabot.com/thymikee/jest-preset-angular/pull/214)) > > #### Chore & Maintenance > * Remove template literal character escaping (reverts [#34](https://github-redirect.dependabot.com/thymikee/jest-preset-angular/pull/34)) > * Moved @types/jest to devDependencies ([#227](https://github-redirect.dependabot.com/thymikee/jest-preset-angular/pull/227)), close ([#226](https://github-redirect.dependabot.com/thymikee/jest-preset-angular/issues/226)) > * Upgrade example app dependencies ([#233](https://github-redirect.dependabot.com/thymikee/jest-preset-angular/pull/233)) > * Migrate CI config to CircleCI v2 ([#212](https://github-redirect.dependabot.com/thymikee/jest-preset-angular/pull/212)) > * Docs: do not use .babelrc file but rather babel.config.js ([#231](https://github-redirect.dependabot.com/thymikee/jest-preset-angular/pull/231)) > * Docs: add astTransformers in configuration example ([#218](https://github-redirect.dependabot.com/thymikee/jest-preset-angular/pull/218)) > > #### Migration Guide > > * If `global` and `transform` are not set in your configuration in `jest.config.json`, `jest.config.js` or `package.json`, you are done. > * If the `global` value of the configuration was overriden, adjust > * The option `"__TRANSFORM_HTML__": true` is not required anymore. Instead the `"stringifyContentPathRegex": "\\.html$"` should be used inside the `ts-jest`-configuration. > * Change the assignment identifier from `tsConfigFile` to `tsConfig`. > * Add the `astTransformers: [require.resolve('jest-preset-angular/InlineHtmlStripStylesTransformer')]` so Jest can work with `templateUrl`-assignments in Component decorators. > * If `transform` was overridden, remove the entry pointing at `preprocessor.js` and add `"^.+\\.(ts|js|html)$": "ts-jest"` to the `transform`-object. > ... (truncated)
Commits - [`6357ea2`](https://github.com/thymikee/jest-preset-angular/commit/6357ea29056f8e6fefec242056f4b93a577ce99d) v6.0.2 - [`c2160f6`](https://github.com/thymikee/jest-preset-angular/commit/c2160f6bfebee8ce363dcc7947d854359d4d04ef) feat: adjust semver range of jest-zone-patch ([#209](https://github-redirect.dependabot.com/thymikee/jest-preset-angular/issues/209)) - [`7751de3`](https://github.com/thymikee/jest-preset-angular/commit/7751de3c5c72ba2cddaad4e4b2a86c84c4d7a42a) chore: link example code to source of preset ([#207](https://github-redirect.dependabot.com/thymikee/jest-preset-angular/issues/207)) - [`abfb339`](https://github.com/thymikee/jest-preset-angular/commit/abfb339cbe1e4e76bc68de66c9cfadc7d5da3588) v6.0.1 - [`078301b`](https://github.com/thymikee/jest-preset-angular/commit/078301b5c2ddd3fa25b4fcfe5625a2b044c21a14) update changelog - [`62673cf`](https://github.com/thymikee/jest-preset-angular/commit/62673cf23e5ecfd77ec293ea23d1ccd55035f22c) fix: restrict version of ts-jest to ~23.1.3 ([#196](https://github-redirect.dependabot.com/thymikee/jest-preset-angular/issues/196)) - [`20a4c39`](https://github.com/thymikee/jest-preset-angular/commit/20a4c392e5df6330efeb570c4887e8734678b6dd) Add HeroesComponent example with mocked service provider ([#110](https://github-redirect.dependabot.com/thymikee/jest-preset-angular/issues/110)) ([#188](https://github-redirect.dependabot.com/thymikee/jest-preset-angular/issues/188)) - [`60f4564`](https://github.com/thymikee/jest-preset-angular/commit/60f45642f7531dc6309a981484e814ca307d8e37) Adjust troubleshooting to support configuration with Angular 6 ([#187](https://github-redirect.dependabot.com/thymikee/jest-preset-angular/issues/187)) - [`8b4dd1a`](https://github.com/thymikee/jest-preset-angular/commit/8b4dd1afb4c667224732728cea6b80faaa7cadeb) Upgrade dependencies for example app, update CHANGELOG for 6.0 and current ma... - [`145c8ea`](https://github.com/thymikee/jest-preset-angular/commit/145c8eaa0fb5d28a4031f5aafad4b85087b2da1c) fix: support backtick quoted templateUrl ([#182](https://github-redirect.dependabot.com/thymikee/jest-preset-angular/issues/182)) - Additional commits viewable in [compare view](https://github.com/thymikee/jest-preset-angular/compare/v5.2.2...v6.0.2)


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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 4 years ago

Superseded by #38.