Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 23, 2022

Bumps @angular/core from 13.2.7 to 15.0.1.

Release notes

Sourced from @​angular/core's releases.

v15.0.1

15.0.1 (2022-11-22)

common

Commit Description
fix - 930af9dd26 Fix MockPlatformLocation events and missing onPopState implementation (#48113)

forms

Commit Description
fix - b342e55509 don't mutate validators array (#47830)
fix - a12a120272 FormBuilder.group return right type with shorthand parameters. (#48084)

language-service

Commit Description
fix - cc8b76ef7c correctly handle host directive inputs/outputs (#48147)
fix - a8c33bf931 update packages/language-service/build.sh script to work with vscode-ng-language-service's new Bazel build (#48120)

router

Commit Description
fix - e4309d57d8 correct type of nextState parameter in canDeactivate (#48038)
fix - 9baefd085f Ensure renavigating in component init works with enabledBlocking (#48063)
fix - fa5528fb5f restore 'history.state' on popstate even if navigationId missing (#48033)

Special Thanks

Alan Agius, Andrew Scott, Bjarki, Bob Watson, Brooke, Derek Cormier, Dylan Hunn, George Kalpakas, Greg Magolan, Ikko Ashimine, Ivan Rodriguez, Jessica Janiuk, Joe Roxbury, Joey Perrott, Kristiyan Kostadinov, Matthieu Riegler, Mikhail Savchuk, Nebojsa Cvetkovic, Pawel Kozlowski, Volodymyr and Wooshaah

v15.0.0

15.0.0 (2022-11-16)

Breaking Changes

compiler

  • Keyframes names are now prefixed with the component's "scope name". For example, the following keyframes rule in a component definition, whose "scope name" is host-my-cmp:

    @​keyframes foo { ... }

    will become:

    @​keyframes host-my-cmp_foo { ... }

    Any TypeScript/JavaScript code which relied on the names of keyframes rules will no longer match.

    The recommended solutions in this case are to either:

    • change the component's view encapsulation to the None or ShadowDom
    • define keyframes rules in global stylesheets (e.g styles.css)
    • define keyframes rules programmatically in code.

compiler-cli

  • Invalid constructors for DI may now report compilation errors

... (truncated)

Changelog

Sourced from @​angular/core's changelog.

15.0.1 (2022-11-22)

common

Commit Type Description
930af9dd26 fix Fix MockPlatformLocation events and missing onPopState implementation (#48113)

forms

Commit Type Description
b342e55509 fix don't mutate validators array (#47830)
a12a120272 fix FormBuilder.group return right type with shorthand parameters. (#48084)

language-service

Commit Type Description
cc8b76ef7c fix correctly handle host directive inputs/outputs (#48147)
a8c33bf931 fix update packages/language-service/build.sh script to work with vscode-ng-language-service's new Bazel build (#48120)

router

Commit Type Description
e4309d57d8 fix correct type of nextState parameter in canDeactivate (#48038)
9baefd085f fix Ensure renavigating in component init works with enabledBlocking (#48063)
fa5528fb5f fix restore 'history.state' on popstate even if navigationId missing (#48033)

Special Thanks

Alan Agius, Andrew Scott, Bjarki, Bob Watson, Brooke, Derek Cormier, Dylan Hunn, George Kalpakas, Greg Magolan, Ikko Ashimine, Ivan Rodriguez, Jessica Janiuk, Joe Roxbury, Joey Perrott, Kristiyan Kostadinov, Matthieu Riegler, Mikhail Savchuk, Nebojsa Cvetkovic, Pawel Kozlowski, Volodymyr and Wooshaah

15.1.0-next.0 (2022-11-22)

Deprecations

router

  • router writable properties

    The following strategies are meant to be configured by registering the application strategy in DI via the providers in the root NgModule or bootstrapApplication:

    • routeReuseStrategy
    • titleStrategy
    • urlHandlingStrategy

    The following options are meant to be configured using the options available in RouterModule.forRoot or provideRouter.

    • onSameUrlNavigation
    • paramsInheritanceStrategy
    • urlUpdateStrategy
    • canceledNavigationResolution

    The following options are available in RouterModule.forRoot but not available in provideRouter:

    • malformedUriErrorHandler - This was found to not be used anywhere internally.

... (truncated)

Commits
  • 8600b30 build: reformat BUILD files
  • 500acfc build(bazel): create AIO example playgrounds for manual testing
  • 8d24a91 build(bazel): refactor aio example e2es to fix windows performance
  • a36034a build(bazel): stamp targets to build, test, and serve aio against
  • 12855f3 build(bazel): incrementally run aio example e2e tests
  • c9478f7 build(bazel): add bazel targets for aio doc generation
  • a04c538 Revert "Revert "refactor(router): Simplify router defaults by making the defa...
  • e73f5e0 Revert "refactor(router): Simplify router defaults by making the defaults Inj...
  • 0c3389e docs: extract XSS security doc URL into a constant (#48082)
  • b342e55 fix(forms): don't mutate validators array (#47830)
  • 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 [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 13.2.7 to 15.0.1.
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/15.0.1/packages/core)

---
updated-dependencies:
- dependency-name: "@angular/core"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 23, 2022
@nx-cloud
Copy link

nx-cloud bot commented Nov 23, 2022

☁️ Nx Cloud Report

We didn't find any information for the current pull request with the commit e1f20d9.
You might need to set the 'NX_BRANCH' environment variable in your CI pipeline.

Check the Nx Cloud Github Integration documentation for more information.


Sent with 💌 from NxCloud.

@rafalwolak rafalwolak merged commit de54e01 into main Nov 24, 2022
@rafalwolak rafalwolak deleted the dependabot/npm_and_yarn/angular/core-15.0.1 branch November 24, 2022 20:19
github-actions bot pushed a commit that referenced this pull request Nov 25, 2022
# 1.0.0 (2022-11-25)

### Bug Fixes

* **ng-styled:** lint errors fix ([6c20b28](6c20b28))

### Features

* **ng-styled:** rename ([6881f89](6881f89))
* **ng-styled:** update ([013ee44](013ee44))

### Miscellaneous

* Merge pull request #285 from design4pro/develop ([2fe7d90](2fe7d90)), closes [#285](#285)
* Merge pull request #284 from design4pro/develop ([3988c5d](3988c5d)), closes [#284](#284)
* Merge branch 'main' into develop ([7fdbf44](7fdbf44))
* Merge pull request #281 from design4pro/dependabot/npm_and_yarn/cypress-11.2.0 ([ee5cca4](ee5cca4)), closes [#281](#281)
* Merge branch 'develop' ([375f358](375f358))
* Merge pull request #280 from design4pro/dependabot/npm_and_yarn/angular/core-15.0.1 ([de54e01](de54e01)), closes [#280](#280)
* Merge pull request #279 from design4pro/dependabot/npm_and_yarn/commitlint/config-angular-17.3.0 ([066a8cd](066a8cd)), closes [#279](#279)
* Merge pull request #278 from design4pro/dependabot/npm_and_yarn/nrwl/tao-15.2.1 ([58cd659](58cd659)), closes [#278](#278)
* Merge pull request #282 from design4pro/dependabot/npm_and_yarn/nrwl/angular-15.2.1 ([9002c1e](9002c1e)), closes [#282](#282)
* Merge pull request #208 from design4pro/dependabot/npm_and_yarn/types/node-18.7.15 ([0c5e3f4](0c5e3f4)), closes [#208](#208)
* Merge pull request #205 from design4pro/dependabot/npm_and_yarn/angular/cli-14.2.1 ([a9af6b3](a9af6b3)), closes [#205](#205)
* Merge pull request #206 from design4pro/dependabot/npm_and_yarn/postcss-preset-env-7.8.0 ([6634691](6634691)), closes [#206](#206)
* Merge pull request #207 from design4pro/dependabot/npm_and_yarn/ng-packagr-14.2.0 ([86c3a09](86c3a09)), closes [#207](#207)
* Merge branch 'main' into dependabot/npm_and_yarn/angular/cli-14.2.1 ([38c2970](38c2970))
* Merge branch 'main' into dependabot/npm_and_yarn/postcss-preset-env-7.8.0 ([9013527](9013527))
* Merge branch 'main' into dependabot/npm_and_yarn/ng-packagr-14.2.0 ([5e9c1e3](5e9c1e3))
* Merge pull request #107 from design4pro/dependabot/npm_and_yarn/nrwl/cypress-14.0.5 ([98b5d77](98b5d77)), closes [#107](#107)
* Merge branch 'main' into dependabot/npm_and_yarn/nrwl/cypress-14.0.5 ([6323397](6323397))
* Merge pull request #201 from design4pro/dependabot/npm_and_yarn/nrwl/cypress-14.6.4 ([3c2cbb4](3c2cbb4)), closes [#201](#201)
* Merge branch 'main' into dependabot/npm_and_yarn/nrwl/cypress-14.6.4 ([99437af](99437af))
* Merge pull request #202 from design4pro/dependabot/npm_and_yarn/nrwl/linter-14.6.4 ([b854fa4](b854fa4)), closes [#202](#202)
* Merge pull request #194 from design4pro/dependabot/npm_and_yarn/eslint-8.23.0 ([5233063](5233063)), closes [#194](#194)
* Merge branch 'main' into dependabot/npm_and_yarn/nrwl/cypress-14.0.5 ([928fb7e](928fb7e))
* Merge pull request #76 from design4pro/dependabot/npm_and_yarn/nrwl/eslint-plugin-nx-13.9.7 ([b1b72ba](b1b72ba)), closes [#76](#76)
* Merge pull request #45 from design4pro/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-5.15.0 ([a033ed0](a033ed0)), closes [#45](#45)
* Merge pull request #44 from design4pro/dependabot/npm_and_yarn/nrwl/cypress-13.8.8 ([7fc0076](7fc0076)), closes [#44](#44)
* Merge branch 'main' into dependabot/npm_and_yarn/nrwl/cypress-13.8.8 ([d0c3e9d](d0c3e9d))
* Merge pull request #43 from design4pro/dependabot/npm_and_yarn/nrwl/linter-13.8.8 ([56b629d](56b629d)), closes [#43](#43)
* Merge pull request #42 from design4pro/dependabot/npm_and_yarn/nrwl/eslint-plugin-nx-13.8.8 ([b3ee336](b3ee336)), closes [#42](#42)
* Merge pull request #41 from design4pro/dependabot/npm_and_yarn/nrwl/cli-13.8.8 ([c9921e8](c9921e8)), closes [#41](#41)
* Merge pull request #35 from design4pro/develop ([407e86d](407e86d)), closes [#35](#35)
* Merge branch 'main' into develop ([a3a7b36](a3a7b36))
* Merge pull request #34 from design4pro/develop ([3336257](3336257)), closes [#34](#34)
* Merge pull request #33 from design4pro/develop ([a218e8c](a218e8c)), closes [#33](#33)
* Merge pull request #32 from design4pro/develop ([de0746d](de0746d)), closes [#32](#32)
* Merge pull request #31 from design4pro/develop ([5eb8bfe](5eb8bfe)), closes [#31](#31)
* Merge pull request #30 from design4pro/develop ([a954bc4](a954bc4)), closes [#30](#30)
* Merge pull request #29 from design4pro/develop ([d96c2dc](d96c2dc)), closes [#29](#29)
* Merge pull request #24 from design4pro/dependabot/npm_and_yarn/nrwl/workspace-13.8.4 ([3df6b8a](3df6b8a)), closes [#24](#24)
* Merge pull request #28 from design4pro/dependabot/npm_and_yarn/rxjs-7.5.4 ([43cb9ff](43cb9ff)), closes [#28](#28)
* Merge pull request #27 from design4pro/dependabot/npm_and_yarn/nrwl/tao-13.8.4 ([282bffc](282bffc)), closes [#27](#27)
* Merge pull request #25 from design4pro/dependabot/npm_and_yarn/nrwl/cli-13.8.4 ([f477cc7](f477cc7)), closes [#25](#25)
* Merge pull request #26 from design4pro/dependabot/npm_and_yarn/nrwl/jest-13.8.4 ([8ad41fb](8ad41fb)), closes [#26](#26)
* Merge pull request #19 from design4pro/develop ([ad27cbc](ad27cbc)), closes [#19](#19)
* Merge branch 'main' into dependabot/npm_and_yarn/nrwl/cli-13.8.4 ([908a74b](908a74b))
* Merge pull request #15 from design4pro/dependabot/npm_and_yarn/jest-27.5.1 ([7c94040](7c94040)), closes [#15](#15)
* Merge remote-tracking branch 'origin/main' into develop ([5da9b14](5da9b14))
* Merge pull request #20 from design4pro/dependabot/npm_and_yarn/nrwl/cypress-13.8.4 ([3f28994](3f28994)), closes [#20](#20)
* Merge pull request #21 from design4pro/dependabot/npm_and_yarn/nrwl/angular-13.8.4 ([59de0a3](59de0a3)), closes [#21](#21)
* Merge branch 'main' into dependabot/npm_and_yarn/nrwl/cypress-13.8.4 ([948a67a](948a67a))
* Merge branch 'main' into dependabot/npm_and_yarn/nrwl/angular-13.8.4 ([5fb8c61](5fb8c61))
* Merge pull request #14 from design4pro/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-5.13.0 ([dab8f1d](dab8f1d)), closes [#14](#14)
* Merge pull request #13 from design4pro/dependabot/npm_and_yarn/types/jest-27.4.1 ([0e26cc0](0e26cc0)), closes [#13](#13)
* Merge pull request #16 from design4pro/dependabot/npm_and_yarn/angular-eslint/template-parser-13.1.0 ([b316aa0](b316aa0)), closes [#16](#16)
* Merge branch 'main' into dependabot/npm_and_yarn/angular-eslint/template-parser-13.1.0 ([d194c75](d194c75))
* Merge pull request #17 from design4pro/dependabot/npm_and_yarn/angular-eslint/eslint-plugin-template-13.1.0 ([4e643dd](4e643dd)), closes [#17](#17)
* Merge pull request #18 from design4pro/develop ([6900d82](6900d82)), closes [#18](#18)
* Merge pull request #12 from design4pro/dependabot/npm_and_yarn/ts-jest-27.1.3 ([8600702](8600702)), closes [#12](#12)
* Merge pull request #11 from design4pro/dependabot/npm_and_yarn/angular-eslint/eslint-plugin-13.1.0 ([9d68836](9d68836)), closes [#11](#11)
* Merge pull request #10 from design4pro/dependabot/npm_and_yarn/types/node-17.0.21 ([8cdda9c](8cdda9c)), closes [#10](#10)
* Merge pull request #9 from design4pro/dependabot/npm_and_yarn/eslint-8.10.0 ([d97f886](d97f886)), closes [#9](#9)
* Merge branch 'main' into dependabot/npm_and_yarn/eslint-8.10.0 ([d17e20e](d17e20e))
* Merge pull request #8 from design4pro/dependabot/npm_and_yarn/eslint-config-prettier-8.4.0 ([8e1e915](8e1e915)), closes [#8](#8)
* Merge pull request #7 from design4pro/develop ([9d665dd](9d665dd)), closes [#7](#7)
* Merge pull request #6 from design4pro/develop ([5db5bb5](5db5bb5)), closes [#6](#6)
* Merge pull request #5 from design4pro/develop ([cd140be](cd140be)), closes [#5](#5)
* Merge pull request #4 from design4pro/develop ([dc2b514](dc2b514)), closes [#4](#4)
* Merge pull request #3 from design4pro/develop ([2fd54ff](2fd54ff)), closes [#3](#3)
* Merge remote-tracking branch 'origin/main' into develop ([b159bee](b159bee))
* Merge pull request #2 from design4pro/codeql ([1332dfc](1332dfc)), closes [#2](#2)

***
[skip ci]
@github-actions
Copy link

🎉 This PR is included in version 1.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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 released

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants