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

fix(deps): update angular dependencies #227

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 24, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@angular-devkit/build-angular 18.2.0 -> 18.2.13 age adoption passing confidence
@angular/animations (source) 18.2.0 -> 18.2.13 age adoption passing confidence
@angular/cdk 18.2.0 -> 18.2.14 age adoption passing confidence
@angular/cli 18.2.0 -> 18.2.13 age adoption passing confidence
@angular/common (source) 18.2.0 -> 18.2.13 age adoption passing confidence
@angular/compiler (source) 18.2.0 -> 18.2.13 age adoption passing confidence
@angular/compiler-cli (source) 18.2.0 -> 18.2.13 age adoption passing confidence
@angular/core (source) 18.2.0 -> 18.2.13 age adoption passing confidence
@angular/forms (source) 18.2.0 -> 18.2.13 age adoption passing confidence
@angular/material 18.2.0 -> 18.2.14 age adoption passing confidence
@angular/platform-browser (source) 18.2.0 -> 18.2.13 age adoption passing confidence
@angular/platform-browser-dynamic (source) 18.2.0 -> 18.2.13 age adoption passing confidence
@angular/router (source) 18.2.0 -> 18.2.13 age adoption passing confidence
ng-packagr 18.2.0 -> 18.2.1 age adoption passing confidence
zone.js (source, changelog) 0.14.10 -> 0.15.0 age adoption passing confidence

Release Notes

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

v18.2.13

Compare Source

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

v18.2.1

Compare Source

18.2.1 (2024-08-21)

@​angular-devkit/schematics-cli
Commit Description
fix - 94e27c88b prevent bypassing select/checkbox prompts on validation failure
@​angular/cli
Commit Description
fix - 05a274a01 prevent bypassing select/checkbox prompts on validation failure
@​angular-devkit/build-angular
Commit Description
fix - ddeb2b2b9 remove outdated browser-esbuild option warning
@​angular/build
Commit Description
fix - 83b2699ab improve error message when an unhandled exception occurs during prerendering
fix - 0be4038a5 support reading on-disk files during i18n extraction
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)

v18.2.1

Compare Source

core
Commit Type Description
9de30a7b1c fix Allow zoneless scheduler to run inside fakeAsync (#​56932)
286012fb89 fix handle hydration of components that project content conditionally (#​57383)
migrations
Commit Type Description
0bb649b8fa fix account for members with doc strings and no modifiers (#​57389)
3b63082384 fix avoid migrating route component in tests (#​57317)
6b4357fae4 fix preserve type when using inject decorator (#​57389)
angular/components (@​angular/cdk)

v18.2.14

Compare Source

cdk
Commit Type Description
3bd89ecd5 fix table: run differ for all columns (#​30012)

v18.2.13

Compare Source

cdk
Commit Type Description
1ea3ba383 fix listbox: make tabindex zoneless compatible (#​29970)
890036064 fix table: set explicit role on all cells (#​29987)
3c7de8400 fix testing: allow use of plaintext-only for contenteditable (#​29999)
material
Commit Type Description
c643f04ef fix core: incorrect validation in get-theme-color (#​29994)
aed9094f9 fix snack-bar: prevent override of snack bar action button color (#​27511)

v18.2.12

Compare Source

material
Commit Type Description
3fc968a59 fix datepicker: use SVG icons for calendar (#​29957)

v18.2.11

Compare Source

cdk
Commit Type Description
5d1bc76430 fix tree: only handle keyboard events directly from the node
a3449dc851 perf table: Use ResizeObservers instead of dom measurement to reduce layout thrashing (where possible) (#​29814)
material
Commit Type Description
a98c886163 fix button: anchor not handling disabledInteractive correctly (#​29938)
810040e8fc fix sidenav: remove IE animation workaround (#​29929)
197747e2bd fix stepper: remove IE animation workaround (#​29916)

v18.2.10

Compare Source

material
Commit Type Description
501faa9a54 fix chips: emitting end event multiple times when holding down key (#​29894)
4a0397a1c7 fix tabs: remove IE animation workaround (#​29899)

v18.2.9

Compare Source

material
Commit Type Description
80bfac26b fix badge: content incorrectly truncated in M3 (#​29854)
2d7519178 fix card: elevated card container color (#​29835)
6ce574731 fix dialog: updates dialog max-height in landscape (#​29853)
ddb55e2c2 fix form-field: account in cols attribute on textarea (#​29836)
afc6b9db1 fix radio: use tokens for focused border color (#​29716)

v18.2.8

Compare Source

cdk
Commit Type Description
fa43a2456 fix stepper: remove mock of forms type
5bed0943a fix stepper: reset submitted state when resetting stepper
material
Commit Type Description
104b5932c feat core: expose styling information to the docs site
7ebfbeb6c fix schematics: treat lower dependency builder as default builder (#​29833)

v18.2.7

Compare Source

cdk
Commit Type Description
3e1faec2aa fix drag-drop: positioning thrown off with align-self (#​29813)
material
Commit Type Description
9280ad3948 fix chips: chip grid not re-focusing first item
7a5c1dfb46 fix chips: chip set overwriting disabled state (#​29795)
0fabf52036 fix chips: focus escape not working consistently
da55ad02bc fix core: infer first day of week in native date adapter (#​29802)

v18.2.6

Compare Source

material
Commit Type Description
d8c2b420c9 fix datepicker: set explicit line height on calendar (#​29770)

v18.2.5

Compare Source

cdk
Commit Type Description
1ea55b6e8 fix drag-drop: account for scale when setting free drag position (#​29739)
aae74b031 fix listbox: scroll active option into view when using aria-activedescendant (#​29722)
7db4b5f4c fix tree: resolve maximum call stack error (#​29754)
material
Commit Type Description
f9e18109e fix chips: increase chip remove touch target size (#​29452)
2cf2f5321 fix datepicker: replace labels not pointing to anything (#​29755)
7ab65e4fb fix select: remove incompatible aria-autocomplete attribute (#​29645)
06818a7ed fix slider: log proper error when slider isn't configured correctly (#​29745)

v18.2.4

Compare Source

cdk
Commit Type Description
7cc0d3a6d fix overlay: avoid leaking memory through afterNextRender (#​29709)
material
Commit Type Description
651b448e8 fix badge: change legacy container size default (#​29713)
0e6dee30a fix form-field: Don't allow label to grow larger than input (#​29673)
57028df23 fix select: Update checkbox color to match the selected label text color (#​29684)

v18.2.3

Compare Source

material
Commit Type Description
0f07b25d12 fix badge: resolve memory leak (#​29676)
fe3f30ff2f fix core: Allow system variables to be formatted for opacity (#​29665)
5d93395442 fix core: Fix incorrect color role mappings (#​29655)
4a79052ae0 fix tooltip: remove old IE workaround (#​29674)

v18.2.2

Compare Source

cdk
Commit Type Description
39d3d01340 fix drag-drop: error if ngDevMode is undefined (#​29634)
[b1c5ed7260](https://redirect.github.com/angular/components/commit/b1c5ed7260a1acad45189

Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.


🧪  Gravitee.io Automatic Prerelease @gravitee/ui-policy-studio-angular

npm install @gravitee/[email protected]
yarn add @gravitee/[email protected]

🧪  Gravitee.io Automatic Prerelease @gravitee/ui-particles-angular

npm install @gravitee/[email protected]
yarn add @gravitee/[email protected]

📚  View the storybook of this branch here

@renovate renovate bot requested a review from a team as a code owner April 24, 2023 02:31
@renovate
Copy link
Contributor Author

renovate bot commented Apr 24, 2023

⚠ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package.json
Post-upgrade command 'ng update {{{depName}}} --from={{{fromVersion}}} --to={{{toVersion}}} --migrateOnly --allowDirty --force' has not been added to the allowed list in allowedPostUpgradeCommands
File name: package.json
Post-upgrade command 'ng update {{{depName}}} --from={{{fromVersion}}} --to={{{toVersion}}} --migrateOnly --allowDirty --force' has not been added to the allowed list in allowedPostUpgradeCommands
File name: package.json
Post-upgrade command 'ng update {{{depName}}} --from={{{fromVersion}}} --to={{{toVersion}}} --migrateOnly --allowDirty --force' has not been added to the allowed list in allowedPostUpgradeCommands
File name: package.json
Post-upgrade command 'ng update {{{depName}}} --from={{{fromVersion}}} --to={{{toVersion}}} --migrateOnly --allowDirty --force' has not been added to the allowed list in allowedPostUpgradeCommands
File name: package.json
Post-upgrade command 'ng update {{{depName}}} --from={{{fromVersion}}} --to={{{toVersion}}} --migrateOnly --allowDirty --force' has not been added to the allowed list in allowedPostUpgradeCommands
File name: package.json
Post-upgrade command 'ng update {{{depName}}} --from={{{fromVersion}}} --to={{{toVersion}}} --migrateOnly --allowDirty --force' has not been added to the allowed list in allowedPostUpgradeCommands
File name: package.json
Post-upgrade command 'ng update {{{depName}}} --from={{{fromVersion}}} --to={{{toVersion}}} --migrateOnly --allowDirty --force' has not been added to the allowed list in allowedPostUpgradeCommands
File name: package.json
Post-upgrade command 'ng update {{{depName}}} --from={{{fromVersion}}} --to={{{toVersion}}} --migrateOnly --allowDirty --force' has not been added to the allowed list in allowedPostUpgradeCommands
File name: package.json
Post-upgrade command 'ng update {{{depName}}} --from={{{fromVersion}}} --to={{{toVersion}}} --migrateOnly --allowDirty --force' has not been added to the allowed list in allowedPostUpgradeCommands
File name: package.json
Post-upgrade command 'ng update {{{depName}}} --from={{{fromVersion}}} --to={{{toVersion}}} --migrateOnly --allowDirty --force' has not been added to the allowed list in allowedPostUpgradeCommands
File name: package.json
Post-upgrade command 'ng update {{{depName}}} --from={{{fromVersion}}} --to={{{toVersion}}} --migrateOnly --allowDirty --force' has not been added to the allowed list in allowedPostUpgradeCommands
File name: package.json
Post-upgrade command 'ng update {{{depName}}} --from={{{fromVersion}}} --to={{{toVersion}}} --migrateOnly --allowDirty --force' has not been added to the allowed list in allowedPostUpgradeCommands
File name: package.json
Post-upgrade command 'ng update {{{depName}}} --from={{{fromVersion}}} --to={{{toVersion}}} --migrateOnly --allowDirty --force' has not been added to the allowed list in allowedPostUpgradeCommands
File name: package.json
Post-upgrade command 'ng update {{{depName}}} --from={{{fromVersion}}} --to={{{toVersion}}} --migrateOnly --allowDirty --force' has not been added to the allowed list in allowedPostUpgradeCommands
File name: package.json
Post-upgrade command 'ng update {{{depName}}} --from={{{fromVersion}}} --to={{{toVersion}}} --migrateOnly --allowDirty --force' has not been added to the allowed list in allowedPostUpgradeCommands
File name: package.json
Post-upgrade command 'ng update {{{depName}}} --from={{{fromVersion}}} --to={{{toVersion}}} --migrateOnly --allowDirty --force' has not been added to the allowed list in allowedPostUpgradeCommands

@renovate renovate bot force-pushed the renovate/angular branch from e38a493 to ade6562 Compare June 12, 2023 16:23
@renovate renovate bot force-pushed the renovate/angular branch 3 times, most recently from 06d9970 to c44d11c Compare September 18, 2023 11:04
@renovate renovate bot force-pushed the renovate/angular branch from c44d11c to fd8da1f Compare October 26, 2023 17:00
@renovate renovate bot force-pushed the renovate/angular branch from fd8da1f to abaa019 Compare November 3, 2023 21:06
@renovate renovate bot requested a review from a team as a code owner November 3, 2023 21:06
@renovate renovate bot force-pushed the renovate/angular branch from abaa019 to ac8cadc Compare January 9, 2024 19:51
@renovate renovate bot force-pushed the renovate/angular branch from ac8cadc to b715c7d Compare January 26, 2024 14:38
@renovate renovate bot changed the title chore(deps): update angular dependencies fix(deps): update dependency zone.js to v0.14.3 Jan 26, 2024
@ThibaudAV ThibaudAV force-pushed the main branch 3 times, most recently from 5377374 to 95bf0e5 Compare January 26, 2024 17:25
@renovate renovate bot force-pushed the renovate/angular branch from b715c7d to e050b78 Compare January 26, 2024 17:49
@renovate renovate bot changed the title fix(deps): update dependency zone.js to v0.14.3 chore(deps): update angular dependencies Jan 26, 2024
@renovate renovate bot force-pushed the renovate/angular branch from e050b78 to 61eb950 Compare January 26, 2024 18:16
@renovate renovate bot changed the title chore(deps): update angular dependencies fix(deps): update dependency zone.js to v0.14.3 Jan 26, 2024
@renovate renovate bot force-pushed the renovate/angular branch from 61eb950 to da036c3 Compare January 29, 2024 08:13
@ThibaudAV ThibaudAV force-pushed the main branch 9 times, most recently from fbc4f86 to 4facdf5 Compare January 29, 2024 14:37
@renovate renovate bot force-pushed the renovate/angular branch 3 times, most recently from 15a3dff to 901d15c Compare September 25, 2024 19:38
@renovate renovate bot force-pushed the renovate/angular branch 3 times, most recently from 3fcf3cf to 13d3cc4 Compare October 3, 2024 16:48
@renovate renovate bot force-pushed the renovate/angular branch 3 times, most recently from 0b33530 to 59d2c98 Compare October 10, 2024 10:50
@renovate renovate bot force-pushed the renovate/angular branch 4 times, most recently from 88a840f to a30adbd Compare October 23, 2024 22:42
@renovate renovate bot force-pushed the renovate/angular branch 3 times, most recently from 9bc6c7e to ecdc544 Compare October 31, 2024 15:01
@renovate renovate bot force-pushed the renovate/angular branch 2 times, most recently from 071cc78 to 90aa950 Compare November 13, 2024 18:48
@renovate renovate bot force-pushed the renovate/angular branch 2 times, most recently from 35e56eb to aaac8fb Compare November 19, 2024 16:28
@renovate renovate bot force-pushed the renovate/angular branch from aaac8fb to 84e5cf1 Compare November 26, 2024 18:48
@renovate renovate bot changed the title chore(deps): update angular dependencies chore(deps): update angular dependencies - autoclosed Dec 8, 2024
@renovate renovate bot closed this Dec 8, 2024
@renovate renovate bot deleted the renovate/angular branch December 8, 2024 18:46
@renovate renovate bot changed the title chore(deps): update angular dependencies - autoclosed chore(deps): update angular dependencies Dec 9, 2024
@renovate renovate bot reopened this Dec 9, 2024
@renovate renovate bot force-pushed the renovate/angular branch from 60b9d17 to 84e5cf1 Compare December 9, 2024 00:14
@renovate renovate bot changed the title chore(deps): update angular dependencies fix(deps): update angular dependencies Dec 10, 2024
@renovate renovate bot force-pushed the renovate/angular branch from 84e5cf1 to 35e67de Compare January 29, 2025 12:33
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