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): update angular npm packages #392

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 23, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@angular-devkit/build-angular ^18.2.1 -> ^18.2.12 age adoption passing confidence
@angular/animations (source) ^18.2.1 -> ^18.2.13 age adoption passing confidence
@angular/cli ~18.2.1 -> ~18.2.12 age adoption passing confidence
@angular/common (source) ^18.2.1 -> ^18.2.13 age adoption passing confidence
@angular/compiler (source) ^18.2.1 -> ^18.2.13 age adoption passing confidence
@angular/compiler-cli (source) ^18.2.1 -> ^18.2.13 age adoption passing confidence
@angular/core (source) ^18.2.1 -> ^18.2.13 age adoption passing confidence
@angular/forms (source) ^18.2.1 -> ^18.2.13 age adoption passing confidence
@angular/platform-browser (source) ^18.2.1 -> ^18.2.13 age adoption passing confidence
@angular/platform-browser-dynamic (source) ^18.2.1 -> ^18.2.13 age adoption passing confidence
@angular/router (source) ^18.2.1 -> ^18.2.13 age adoption passing confidence
@types/google-protobuf (source) ^3.15.6 -> ^3.15.12 age adoption passing confidence
@types/jasmine (source) ~4.3.5 -> ~4.6.4 age adoption passing confidence
google-protobuf ^3.21.2 -> ^3.21.4 age adoption passing confidence
jasmine-core (source) ~5.1.0 -> ~5.5.0 age adoption passing confidence
karma (source) ~6.4.2 -> ~6.4.4 age adoption passing confidence
pnpm (source) 9.1.4 -> 9.15.1 age adoption passing confidence
tslib (source) ^2.6.2 -> ^2.8.1 age adoption passing confidence
typescript (source) ~5.5.4 -> ~5.7.2 age adoption passing confidence
zone.js (source, changelog) ~0.14.4 -> ~0.15.0 age adoption passing confidence

Release Notes

angular/angular-cli (@​angular-devkit/build-angular)

v18.2.12

Compare Source

@​angular/cli
Commit Type Description
c3925ed7f fix support default options for multiselect list x-prompt
@​angular/build
Commit Type Description
c8bee8415 fix allow .js file replacements in all configuration cases
93f552112 fix improve URL rebasing for hyphenated Sass namespaced variables

v18.2.11

Compare Source

v18.2.10

Compare Source

@​angular-devkit/build-angular
Commit Type Description
7b775f4e0 fix update http-proxy-middleware to 3.0.3
@​angular/build
Commit Type Description
b1e5f51f9 fix Address build issue in Node.js LTS versions with prerendering or SSR

v18.2.9

Compare Source

@​schematics/angular
Commit Type Description
237f7c5d0 fix update browserslist config to include last 2 Android major versions
@​angular/build
Commit Type Description
d749ba6a3 fix allow direct bundling of TSX files with application builder
b91c82d89 fix avoid race condition in sass importer

v18.2.8

Compare Source

@​schematics/angular
Commit Type Description
b522002ff fix add validation for component and directive class name
dfd2d5c05 fix include index.csr.html in resources asset group
@​angular/build
Commit Type Description
9445916f9 fix Ctrl + C not terminating dev-server with SSR
9b5cfaa8c fix always generate a new hash for optimized chunk

v18.2.7

Compare Source

@​schematics/angular
Commit Type Description
3f98193d6 fix support single quote setting in JetBrains IDEs
@​angular/build
Commit Type Description
8274184e1 fix add animate to valid self-closing elements
2648e811e fix add few more SVG elements animateMotion, animateTransform, and feBlend etc. to valid self-closing elements
736e126e4 fix separate Vite cache by project

v18.2.6

Compare Source

@​angular/build
Commit Type Description
9d0b67124 fix allow missing HTML file request to fallback to index
5fea635b2 fix update rollup to 4.22.4

v18.2.5

Compare Source

@​angular/build
Commit Type Description
707431625 fix support HTTP HEAD requests for virtual output files
1032b3da1 fix update vite to 5.4.6

v18.2.4

Compare Source

@​angular/build
Commit Type Description
765309a2e fix prevent transformation of Node.js internal dependencies by Vite

v18.2.3

Compare Source

@​angular-devkit/build-angular
Commit Type Description
482076612 fix update webpack-dev-middleware to 7.4.2

v18.2.2

Compare Source

@​angular-devkit/build-angular
Commit Type Description
504b00b93 fix clear context in Karma by default for single run executions
82b76086e fix update webpack to 5.94.0
angular/angular (@​angular/animations)

v18.2.13

Compare Source

migrations
Commit Type Description
06d70a25ea fix take care of tests that import both HttpClientModule & HttpClientTestingModule. (#​58777)

v18.2.12

Compare Source

compiler-cli
Commit Type Description
4c38160853 fix correct extraction of generics from type aliases (#​58548)

v18.2.11

Compare Source

core
Commit Type Description
5f2d98a1b1 fix avoid slow stringification when checking for duplicates in dev mode (#​58521)
3aa45a2fa1 fix resolve forward-referenced host directives during directive matching (#​58492) (#​58500)

v18.2.10

Compare Source

compiler
Commit Type Description
69dce38e778 fix transform pseudo selectors correctly for the encapsulated view. (#​58417)
localize
Commit Type Description
3b989ac5bd9 fix Adding arb format to the list of valid formats in the localization extractor cli (#​58287)

v18.2.9

Compare Source

compiler-cli
Commit Type Description
b0ab653965 fix report when NgModule imports or exports itself (#​58231)

v18.2.8

Compare Source

compiler
Commit Type Description
11692c8dab fix add multiple :host and nested selectors support (#​57796)
66dcc691f5 fix allow combinators inside pseudo selectors (#​57796)
48a1437e77 fix fix comment typo (#​57796)
d325f9b55f fix fix parsing of the :host-context with pseudo selectors (#​57796)
aea747ab3b fix preserve attributes attached to :host selector (#​57796)
21be258be6 fix scope :host-context inside pseudo selectors, do not decrease specificity (#​57796)
7a6fd427d5 fix transform pseudo selectors correctly for the encapsulated view (#​57796)
compiler-cli
Commit Type Description
f187c3abf8 fix defer symbols only used in types (#​58104)
core
Commit Type Description
46bafb0b0a fix clean up afterRender after it is executed (#​58119)
platform-server
Commit Type Description
b40875a2cc fix destroy PlatformRef when error happens during the bootstrap() phase (#​58112) (#​58135)

v18.2.7

Compare Source

common
Commit Type Description
249d0260f9 fix execute checks and remove placeholder when image is already loaded (#​55444)
46a2ad39f5 fix prevent warning about oversize image twice (#​58021)
8f2b0ede59 fix skip checking whether SVGs are oversized (#​57966)
compiler-cli
Commit Type Description
901c1e1a7f fix correctly get the type of nested function call expressions (#​57010)
core
Commit Type Description
2f347ef8fc fix provide flag to opt into manual cleanup for after render hooks (#​57917)
http
Commit Type Description
ca637fe6a9 fix cleanup JSONP script listeners once loading completed (#​57877)
migrations
Commit Type Description
b9d846dad7 fix delete constructor if it only has super call (#​58013)
upgrade
Commit Type Description
e40a4fa3c7 fix support input signal bindings (#​57020)

v18.2.6

Compare Source

v18.2.5

Compare Source

compiler-cli
Commit Type Description
e685ed883a fix extended diagnostics not validating ICUs (#​57845)
core
Commit Type Description
76709d5d6e fix Handle @let declaration with array when preparingForHydration (#​57816)
migrations
Commit Type Description
5c866942a1 fix account for explicit standalone: false in migration (#​57803)

v18.2.4

Compare Source

compiler
Commit Type Description
b619d6987e fix produce less noisy errors when parsing control flow (#​57711)
migrations
Commit Type Description
9895e4492f fix replace leftover modules with their exports during pruning (#​57684)

v18.2.3

Compare Source

http
Commit Type Description
de68e049e4 fix Dynamicaly call the global fetch implementation (#​57531)

v18.2.2

Compare Source

core
Commit Type Description
106917af878 fix avoid leaking memory if component throws during creation (#​57546)
6d3a2af146a fix Do not bubble capture events. (#​57476)
http
Commit Type Description
5d2e243c76a fix Dynamicaly call the global fetch implementation (#​57531)
router
Commit Type Description
804925b1149 fix Do not unnecessarily run matcher twice on route matching (#​57530)
upgrade
Commit Type Description
03ec620e31a fix Address Trusted Types violations in @​angular/upgrade (#​57454)
protocolbuffers/protobuf-javascript (google-protobuf)

v3.21.4

Compare Source

Release to fix bazel build layering issue in 3.21.3.

jasmine/jasmine (jasmine-core)

v5.5.0

Compare Source

Please see the release notes.

v5.4.0

Compare Source

Please see the release notes.

v5.3.0

Compare Source

Please see the release notes.

v5.2.0

Compare Source

v5.1.2: 5.1.2

Compare Source

Please see the release notes.

v5.1.1: 5.1.1

Compare Source

Please see the release notes.

karma-runner/karma (karma)

v6.4.4

Compare Source

v6.4.3

Compare Source

Bug Fixes
  • add build commits for patch release (d7f2d69)
pnpm/pnpm (pnpm)

v9.15.1

Compare Source

v9.15.0

Compare Source

v9.14.4

Compare Source

v9.14.3

Compare Source

v9.14.2

Compare Source

Patch Changes

  • pnpm publish --json should work #​8788.

Platinum Sponsors

Bit Bit Figma

Gold Sponsors

Discord Prisma
u|screen JetBrains
Nx CodeRabbit
Route4Me

v9.14.1

Compare Source

Minor Changes

  • Added support for pnpm pack --json to print packed tarball and contents in JSON format #​8765.

Patch Changes

  • pnpm exec should print a meaningful error message when no command is provided #​8752.
  • pnpm setup should remove the CLI from the target location before moving the new binary #​8173.
  • Fix ERR_PNPM_TARBALL_EXTRACT error while installing a dependency from GitHub having a slash in branch name #​7697.
  • Don't crash if the use-node-version setting is used and the system has no Node.js installed #​8769.
  • Convert settings in local .npmrc files to their correct types. For instance, child-concurrency should be a number, not a string #​5075.
  • pnpm should fail if a project requires a different package manager even if manage-package-manager-versions is set to true.
  • pnpm init should respect the --dir option #​8768.

Platinum Sponsors

Bit Bit Figma

Gold Sponsors

Discord Prisma
u|screen JetBrains
Nx CodeRabbit
Route4Me

v9.14.0

Compare Source

v9.13.2: pnpm 9.13.2

Compare Source

Patch Changes

  • Detection of circular peer dependencies should not crash with aliased dependencies #​8759. Fixes a regression introduced in the previous version.
  • Fix race condition of symlink creations caused by multiple parallel dlx processes.

Platinum Sponsors

Bit Bit config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@github-actions
Copy link

github-actions bot commented Aug 23, 2023

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
1479 1249 84% 0% 🟢

New Files

No new covered files...

Modified Files

No covered modified files...

updated for commit: 1a80b10 by action🐍

@renovate renovate bot changed the title chore(deps): update angular npm packages to ^16.2.2 chore(deps): update angular npm packages Aug 23, 2023
@renovate renovate bot force-pushed the renovate/angular-npm branch 7 times, most recently from 116dbcc to 2b55e8b Compare August 30, 2023 18:28
@renovate renovate bot force-pushed the renovate/angular-npm branch 4 times, most recently from 06bfb51 to a53b419 Compare September 7, 2023 18:17
@renovate renovate bot force-pushed the renovate/angular-npm branch 8 times, most recently from 0709d1d to 8b52762 Compare September 18, 2023 11:17
@renovate renovate bot force-pushed the renovate/angular-npm branch 3 times, most recently from e54bf12 to ef8243d Compare September 26, 2023 13:53
@renovate renovate bot force-pushed the renovate/angular-npm branch 2 times, most recently from 5c85da0 to a290cee Compare September 27, 2023 22:29
@renovate renovate bot force-pushed the renovate/angular-npm branch 4 times, most recently from 4683c0e to 120c6e9 Compare October 11, 2023 11:46
@renovate renovate bot force-pushed the renovate/angular-npm branch 3 times, most recently from d602ff9 to 6d255e3 Compare October 2, 2024 15:48
@renovate renovate bot force-pushed the renovate/angular-npm branch 5 times, most recently from 9403767 to ed795f2 Compare October 12, 2024 18:39
@renovate renovate bot force-pushed the renovate/angular-npm branch 3 times, most recently from 7db3cc5 to eed20cd Compare October 17, 2024 01:30
@renovate renovate bot force-pushed the renovate/angular-npm branch 3 times, most recently from 510aeab to 602b977 Compare October 30, 2024 19:44
@renovate renovate bot force-pushed the renovate/angular-npm branch 3 times, most recently from 57d84dc to d4d6260 Compare November 6, 2024 18:27
@renovate renovate bot force-pushed the renovate/angular-npm branch 5 times, most recently from b95c0f8 to 2423937 Compare November 20, 2024 13:07
@renovate renovate bot force-pushed the renovate/angular-npm branch 4 times, most recently from 2545e6b to 63e3ccd Compare November 29, 2024 12:40
@renovate renovate bot force-pushed the renovate/angular-npm branch 2 times, most recently from 3e24812 to bb3c521 Compare December 6, 2024 15:24
@renovate renovate bot force-pushed the renovate/angular-npm branch from bb3c521 to 1a80b10 Compare December 20, 2024 00:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants