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 dependencies #1852

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 4, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@angular-devkit/architect ~0.1801.0 -> ~0.1802.0 age adoption passing confidence
@angular-devkit/build-angular ~18.1.0 -> ~18.2.0 age adoption passing confidence
@angular-devkit/core ~18.1.0 -> ~18.2.0 age adoption passing confidence
@angular-devkit/schematics ~18.1.0 -> ~18.2.0 age adoption passing confidence
@angular-eslint/builder (source) ~18.1.0 -> ~18.3.0 age adoption passing confidence
@angular-eslint/eslint-plugin (source) ~18.1.0 -> ~18.3.0 age adoption passing confidence
@angular-eslint/eslint-plugin-template (source) ~18.1.0 -> ~18.3.0 age adoption passing confidence
@angular-eslint/template-parser (source) ~18.1.0 -> ~18.3.0 age adoption passing confidence
@angular-eslint/test-utils (source) ~18.1.0 -> ~18.3.0 age adoption passing confidence
@angular-eslint/utils (source) ~18.1.0 -> ~18.3.0 age adoption passing confidence
@angular/animations (source) ~18.1.0 -> ~18.2.0 age adoption passing confidence
@angular/build ~18.1.0 -> ~18.2.0 age adoption passing confidence
@angular/cdk ~18.1.0 -> ~18.2.0 age adoption passing confidence
@angular/cli ~18.1.0 -> ~18.2.0 age adoption passing confidence
@angular/common (source) ~18.1.0 -> ~18.2.0 age adoption passing confidence
@angular/compiler (source) ~18.1.0 -> ~18.2.0 age adoption passing confidence
@angular/compiler-cli (source) ~18.1.0 -> ~18.2.0 age adoption passing confidence
@angular/core (source) ~18.1.0 -> ~18.2.0 age adoption passing confidence
@angular/forms (source) ~18.1.0 -> ~18.2.0 age adoption passing confidence
@angular/localize ~18.1.0 -> ~18.2.0 age adoption passing confidence
@angular/material ~18.1.0 -> ~18.2.0 age adoption passing confidence
@angular/platform-browser (source) ~18.1.0 -> ~18.2.0 age adoption passing confidence
@angular/platform-browser-dynamic (source) ~18.1.0 -> ~18.2.0 age adoption passing confidence
@angular/router (source) ~18.1.0 -> ~18.2.0 age adoption passing confidence
@nx/angular (source) ~19.5.0 -> ~19.6.0 age adoption passing confidence
@nx/eslint (source) ~19.5.0 -> ~19.6.0 age adoption passing confidence
@nx/eslint-plugin (source) ~19.5.0 -> ~19.6.0 age adoption passing confidence
@nx/jest (source) ~19.5.0 -> ~19.6.0 age adoption passing confidence
@nx/js (source) ~19.5.0 -> ~19.6.0 age adoption passing confidence
@nx/workspace (source) ~19.5.0 -> ~19.6.0 age adoption passing confidence
@schematics/angular ~18.1.0 -> ~18.2.0 age adoption passing confidence
@storybook/angular (source) ~8.1.0 -> ~8.2.0 age adoption passing confidence
ng-packagr ~18.1.0 -> ~18.2.0 age adoption passing confidence
nx (source) ~19.5.0 -> ~19.6.0 age adoption passing confidence

Release Notes

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

v0.1802.0

Compare Source

angular-eslint/angular-eslint (@​angular-eslint/builder)

v18.3.0

Compare Source

🩹 Fixes
  • ensure consistent nx dependency versions
❤️ Thank You
  • James Henry

v18.2.0

Compare Source

This was a version bump only for builder to align it with other projects, there were no code changes.

angular-eslint/angular-eslint (@​angular-eslint/eslint-plugin)

v18.3.0

Compare Source

🚀 Features
  • eslint-plugin: new rule runtime-localize
❤️ Thank You
  • m-akinc

v18.2.0

Compare Source

🚀 Features
  • update typescript-eslint to v8 stable, eslint v9.8.0
🩹 Fixes
  • eslint-plugin: [prefer-standalone] ignore empty Directive decorators
❤️ Thank You
  • James Henry
  • Paweł Maniecki
angular-eslint/angular-eslint (@​angular-eslint/eslint-plugin-template)

v18.3.0

Compare Source

🩹 Fixes
  • eslint-plugin-template: [interactive-supports-focus] allowList with form as default option to support event bubbling

  • eslint-plugin-template: [prefer-self-closing-tags] fix ng-content with rich default content

  • prefer-self-closing-tags: handle both forward and backward slash

❤️ Thank You
  • Daniel Kimmich
  • Sandi Barr
  • Simon

v18.2.0

Compare Source

🚀 Features
  • update typescript-eslint to v8 stable, eslint v9.8.0
🩹 Fixes
  • update dependency axobject-query to v4.1.0

  • eslint-plugin-template: add meta to preprocessor to resolve eslint cache error

❤️ Thank You
  • James Henry
  • kwiateusz
angular-eslint/angular-eslint (@​angular-eslint/template-parser)

v18.3.0

Compare Source

This was a version bump only for template-parser to align it with other projects, there were no code changes.

v18.2.0

Compare Source

🚀 Features
  • update typescript-eslint to v8 stable, eslint v9.8.0
❤️ Thank You
  • James Henry
angular-eslint/angular-eslint (@​angular-eslint/test-utils)

v18.3.0

Compare Source

This was a version bump only for test-utils to align it with other projects, there were no code changes.

v18.2.0

Compare Source

🚀 Features
  • update typescript-eslint to v8 stable, eslint v9.8.0
❤️ Thank You
  • James Henry
angular-eslint/angular-eslint (@​angular-eslint/utils)

v18.3.0

Compare Source

This was a version bump only for utils to align it with other projects, there were no code changes.

v18.2.0

Compare Source

🚀 Features
  • update typescript-eslint to v8 stable, eslint v9.8.0
❤️ Thank You
  • James Henry
angular/angular (@​angular/animations)

v18.2.0

Compare Source

Breaking Changes

zone.js
  • fakeAsync will now flush pending timers at the end of
    the given function by default. To opt-out of this, you can use {flush: false} in options parameter of fakeAsync
compiler
Commit Type Description
d9d68e73d2 fix reduce chance of conflicts between generated factory and local variables (#​57181)
compiler-cli
Commit Type Description
0b1dd39663 perf improve performance of interpolatedSignalNotInvoked extended diagnostic (#​57291)
core
Commit Type Description
f7918f5272 feat Add 'flush' parameter option to fakeAsync to flush after the test (#​57239)
7919982063 feat Add whenStable helper on ApplicationRef (#​57190)
angular/components (@​angular/cdk)

v18.2.0

Compare Source

Deprecations

material
  • Tree controller deprecated. Use one of levelAccessor or childrenAccessor instead. To be removed in a future version.

    • BaseTreeControl, TreeControl, FlatTreeControl, and NestedTreeControl deprecated
    • CdkTree#treeControl deprecated. Provide one of CdkTree#levelAccessor or CdkTree#childrenAccessor instead.
    • MatTreeFlattener deprecated. Use MatTree#childrenAccessor and MatTreeNode#isExpandable instead.
    • MatTreeFlatDataSource deprecated. Use one of levelAccessor or childrenAccessor instead of TreeControl.
      Note when upgrading: isExpandable works differently on Trees using treeControl than trees using childrenAccessor or levelAccessor. Nodes on trees that have a treeControl are expandable by default. Nodes on trees using childrenAccessor or levelAccessor are not expandable by default. Provide isExpandable to override default behavior.
  • Setting tabindex of tree nodes deprecated. By default, Tree ignores tabindex passed to tree nodes.

    • MatTreeNode#tabIndex deprecated. MatTreeNode ignores Input tabIndex and manages its own focus behavior.
    • MatTreeNode#defaultTabIndex deprecated. MatTreeNode ignores defaultTabIndex and manages its own focus behavior.
    • MatNestedTreeNode#tabIndex deprecated. MatTreeNode ignores Input defaultTabIndex and manages its own focus behavior.
    • LegacyTreeKeyManager and LEGACY_TREE_KEY_MANAGER_FACTORY_PROVIDER deprecated. Inject a TreeKeyManagerFactory to customize keyboard behavior.

    Note when upgrading: an opt-out is available for keyboard functionality changes. Provide LEGACY_TREE_KEY_MANAGER_FACTORY_PROVIDER to opt-out of Tree managing its own focus. When provided, Tree does not manage it’s own focus and respects tabindex passed to TreeNode. When provided, have the same focus behavior as before this commit is applied.

    Add Legacy Keyboard Interface demo, which shows usage of LEGACY_TREE_KEY_MANAGER_FACTORY_PROVIDER. Add Custom Key Manager, which shows usage of injecting a TreeKeyManagerStrategy

  • disabled renamed to isDisabled.

    • CdkTreeNode#disabled deprecated and alias to CdkTreeNode#isDisabled
material
Commit Type Description
ddc307e28 feat button-toggle: allow disabled buttons to be interactive (#​29550)
841760101 feat checkbox: add the ability to interact with disabled checkboxes (#​29474)
0af3b6175 feat radio: add the ability to interact with disabled radio buttons (#​29490)
4292e1b3a feat slide-toggle: add the ability to interact with disabled toggle (#​29502)
a018fb0ee feat tooltip: replicate tooltipClass to default MatTooltipDefaultOptions (#​29467)
aaf0d5156 fix checkbox: account for disabledInteractive in harness
d22a24d66 fix list: checkmark not visible in high contrast mode (#​29546)
a259b016b fix radio: account for disabledInteractive in harness
fd47a0e60 fix radio: avoid error if destroyed quickly (#​29507)
08d2e3e69 fix slide-toggle: account for disabledInteractive in harness
fd416a30e fix tooltip: remove aria-describedby when disabled (#​29520)
ff36c80f9 fix tree: add levelAccessor, childrenAccessor, TreeKeyManager; a11y and docs improvements (#​29062)
1f992d06c fix tree: aria-expanded attribute should not appear in the leaf node (#​29273)
cdk
Commit Type Description
b2c051d2c feat drag-drop: add input to specify dragged item scale (#​29392)
multiple
Commit Type Description
db5b8dc29 feat fallback to system level variables (#​29480)
nrwl/nx (@​nx/angular)

v19.6.0

Compare Source

19.6.0 (2024-08-15)
🚀 Features
  • angular: deprecate data persistence operators (#​27401)
  • angular: support angular v18.2.0 (#​27379)
  • core: error when running atomized tasks outside of DTE (#​26898)
  • core: update pnpm/action-setup to v4 in ci-workflow generator (#​26838)
  • core: update axios to ^1.7.2 (#​27076)
  • core: include target architecture in nx report (#​27094)
  • core: add --exclude-task-dependencies flag (#​27137)
  • core: add nx-console installation source to nx connect (#​27307)
  • core: change e2e-ci,e2e to be same line affected command (#​26951)
  • core: Refresh welcome screens based on Nx Cloud (#​27313)
  • core: introduce nx import (#​26847)
  • core: remove env var to enable sync generators (#​27409)
  • devkit: allow updating package json based projects (#​27138)
  • graph: add parallelism in target details (#​27014)
  • js: add scopes option for verdaccio (#​26918)
  • js: added a verdaccio listen address to configuration (#​26976)
  • js: @​nx/js:init generator does not generate prettier and tsconfig.base.json files by default (#​27406)
  • misc: prioritize github onboarding flow (#​27085)
  • misc: only create one commit with cloud onboard URL on cnw (#​27093)
  • misc: add onboarding a/b testing (#​27217)
  • misc: add more logging while running migrations (#​27063)
  • misc: add nx syncing mechanism and update the typescript-sync generator (#​26793)
  • module-federation: add nx-runtime-library-control-plugin (#​26816)
  • module-federation: use proxy servers to proxy to single file server for static remotes (#​26782)
  • module-federation: improve console output for remote build errors (#​26711)
  • module-federation: support setremotedefinition api (#​27051)
  • module-federation: Update SSR enabling static serving for remotes (#​27345)
  • nx-cloud: add nxCloudId field for auth (#​27197)
  • nx-dev: add announcement pill on top of hero section (#​26961)
  • nx-dev: improve hero section on homepage (1f34788c75)
  • nx-dev: update descriptions and layout styles for better clarity (#​26991)
  • nx-dev: update typography and hero component styles (#​27011)
  • nx-dev: add Nx Cloud Page (#​26865)
  • nx-dev: Migrate careers from nx.app (#​27020)
  • nx-dev: reprioritize customer logos on landing page (#​27061)
  • nx-dev: Update nx-cloud page ai section (#​27103)
  • nx-dev: Migrate pricing page from nx.app (#​27012)
  • nx-dev: Migrate brands from nx.app (#​27044)
  • nx-dev: Update footer links (#​27075)
  • nx-dev: add ai for ci (#​27096)
  • nx-dev: improve link visibility on docs pages (9712fb2a83)
  • nx-dev: add contact us button (#​27248)
  • nx-dev: improve tab UX (ff51fcd2cd)
  • nx-dev: add support section on contact page (#​27437)
  • react: add skipPackageJson flag to remote and host generators (#​27116)
  • react-native: add convert-to-inferred generator for Expo and React Native (#​27326)
  • release: allow {releaseGroupName} to be interpolated in tag pattern (#​27188)
  • release: allow {releaseGroupName} to be interpolated in releaseTagPattern" (#​27189)
  • release: allow {releaseGroupName} to be interpolated in releaseTagPattern (#​27190)
  • release: dynamic release config via programmatic API (#​27204)
  • release: add logUnchangedProjects flag to version generator, true by default (#​27231)
  • release: add nx release plan:check command to ensure relevant version plans exist (#​27343)
  • repo: run e2e in the same command as build,test,lint (#​27019)
  • storybook: add storybook 8 support (#​27214)
  • testing: support vite configOverrides for cypress (#​26554)
  • testing: e2e-ci should use serve-static or vite preview for playwright and cypress (#​27240)
  • testing: update jest to v29.7.0 (#​27301)
  • testing: add missing targetDefaults migration entry for @​nx/playwright (#​27359)
  • testing: allow usage of jest 30 pre-release versions (#​27334)
  • testing: support positional arg for jest executor (#​27328)
🩹 Fixes
  • angular: generate correct server file when using webpack-based executors (#​27007)
  • angular: remove unnecessary esbuild peer dependency (#​27046)
  • angular: bump ngrx version and add @​ngrx/operators to the package update list (#​27107)
  • angular: update .gitignore and .prettierignore files in angular integrated migration (#​27400)
  • bundling: prevent exports overwrite with esbuild (#​27047)
  • bundling: get workspace package prefix length correctly #​20817 (#​27092, #​20817)
  • bundling: explicitly set types for exports entries in package.json (#​27152)
  • core: resolve nested delegated executor package correctly (#​26979)
  • core: normalizeTargetDependencyWithStringProjects should not return undefined (#​26994)
  • core: typo in nx update log (#​27036)
  • core: record stats for more commands (#​27017)
  • core: copy package manager config files when installing latest nx version in nx migrate (#​27032)
  • core: fix watch daemon error (#​27067)
  • core: ensure output paths returned are unique (#​18207)
  • core: use argument length that match the actual size of the argument length (#​21074)
  • core: reset should cleanup temporary nx-cloud files (#​23316)
  • core: shorten socket length for plugin workers (#​27073)
  • core: remove outdated workaround artificially keeping process alive (#​27062)
  • core: update migration generators missing calls to format files (#​27082)
  • core: improve error for setting an internal node as an external … (#​27102)
  • core: allow overriding NX_PARALLEL with --parallel (#​27016)
  • core: format global config files modified by nx migrate (#​27066)
  • core: bump the time crate so compilation succeeds (#​27117)
  • core: always load task envs from workspace root instead of relative to cwd (#​27120)
  • core: change link in e2e-ci error message (#​27187)
  • core: disable plugin isolation by default on windows for now (#​27210)
  • core: show target description, add metadata to schema, and docum… (#​27131)
  • core: remove additional quotes around cache path while pruning (#​27273)
  • core: move token generation into new (#​27266)
  • core: script-based targets should be able to be modified in a project.json file (#​27309)
  • core: don't cache full dependency configuration when expanding target name (#​27308)
  • core: allow configuring plugin message timeout (#​27315)
  • core: update napi-build dependency to 2.1.3 (#​27341)
  • core: avoid mutating target defaults during task graph calculation (#​27348)
  • core: allow isolated plugins to shut themselves down (#​27317)
  • core: prevent post install failures when socket path too long (#​27366)
  • core: ensure context is available when updating files in context (#​27395)
  • core: disable daemon in postinstall (#​27415)
  • core: improve the dx of the sync commands and gracefully handle exiting the prompt when running tasks (#​27418)
  • core: ensure the error has message before reading indexOf #​27078 (#​27426, #​27078)
  • devkit: remove --web from being logged to show project details (#​26968)
  • devkit: detect package manager based on install location (#​27127)
  • gradle: change test-ci depends on testClasses (#​27349)
  • js: do not override package.json type when defined in tsc executor (#​27106)
  • js: generate additional entry point exports without the filename for barrel files (#​27112)
  • js: handle project references better in typescript plugin (#​27178)
  • js: locate npm nodes correctly for aliased packages (#​27124)
  • linter: log a message when the number of warnings exceeds the specified maxWarnings for the lint executor (#​27003)
  • linter: convert root projects correctly to inferred and remove default option values (#​27035)
  • linter: ensure too many warnings is only logged if enabled (#​27083)
  • linter: checking command is specified (#​26908)
  • linter: allow undefined options in eslint plugin (#​27232)
  • misc: update concurrency in ci workflows to 3 (#​26974)
  • misc: generate the "types" field in package.json if no set (#​27147)
  • misc: hide git not a repository error (#​27237)
  • misc: add cloud token during new workspace like expected (#​27265)
  • misc: fix cloud setup (#​27281)
  • misc: end ab testing for onboarding message (#​27316)
  • misc: track which CI providers being used (#​27320)
  • misc: avoid terminal popups when checking package manager version (#​27329)
  • misc: update readmes (#​27038)
  • misc: init should run add for .nx workspaces on windows (#​27364)
  • module-federation: do not cache assets from static serve (#​27005)
  • module-federation: pin versions mf packages versions (#​27071)
  • module-federation: handle tspath mappings with /* wildcard #​26765 (#​27149, #​26765)
  • module-federation: optimization should not be overwritten #​27201 (#​27376, #​27201)
  • module-federation: remote proxies should use https when host is configured with ssl #​27360 ([#​27381](https://github.com/nrw

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get 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.

@renovate renovate bot requested a review from a team as a code owner June 4, 2024 09:58
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jun 4, 2024
Copy link

nx-cloud bot commented Jun 4, 2024

☁️ Nx Cloud Report

CI is running/has finished running commands for commit d2e5f32. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this CI Pipeline Execution


✅ Successfully ran 1 target

Sent with 💌 from NxCloud.

@renovate renovate bot force-pushed the renovate/angular-dependencies branch 12 times, most recently from 7221079 to 30eaccf Compare August 14, 2024 08:45
@renovate renovate bot force-pushed the renovate/angular-dependencies branch 16 times, most recently from e7dde57 to d44cd29 Compare August 21, 2024 15:58
@renovate renovate bot force-pushed the renovate/angular-dependencies branch from d44cd29 to d2e5f32 Compare August 23, 2024 06:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants