Skip to content
This repository was archived by the owner on Apr 15, 2026. It is now read-only.

chore(deps): update angular-cli monorepo to ~17.3.0 - #88

Merged
matteobruni merged 1 commit into
devfrom
renovate/angular-cli-monorepo
Apr 1, 2024
Merged

chore(deps): update angular-cli monorepo to ~17.3.0#88
matteobruni merged 1 commit into
devfrom
renovate/angular-cli-monorepo

Conversation

@renovate

@renovaterenovateBot commented Jan 18, 2024

Copy link
Copy Markdown
Contributor

Mend Renovate

This PR contains the following updates:

PackageChangeAgeAdoptionPassingConfidence
@angular-devkit/build-angular~17.0.8 -> ~17.3.0ageadoptionpassingconfidence
@angular/cli~17.0.8 -> ~17.3.0ageadoptionpassingconfidence

Release Notes

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

v17.3.2

Compare Source

@​schematics/angular
CommitTypeDescription
935f931eefixrename SSR port env variable
@​angular-devkit/build-angular
CommitTypeDescription
c9d436000fixInternal server error: Invalid URL when using a non localhost IP
59fba38ecfixensure proper resolution of linked SCSS files
27dd8f208fixservice-worker references non-existent named index output
c12907d92fixupdate webpack-dev-middleware to 6.1.2

v17.3.1

Compare Source

17.3.1 (2024-03-20)

@​schematics/angular
CommitDescription
fix - 198ca9afcimprove Sass format clarity for application style option
@​angular-devkit/build-angular
CommitDescription
fix - 2809971a5only generate server directory when SSR is enabled
fix - 3f601a14etypo in allowedHosts warning for unsupported vite options
perf - 79c44adacavoid transforming empty component stylesheets
perf - cc3167f30reduce build times for apps with a large number of components when utilizing esbuild-based builders

v17.3.0

Compare Source

@​schematics/angular
CommitTypeDescription
5ab71fc92featupdate CSS/Sass import/use specifiers in application migration
@​angular-devkit/build-angular
CommitTypeDescription
9ca3a5450featadd deployUrl to application builder
3821344dafixensure proper display of build logs in the presence of warnings or errors
de2d05049fixprovide better error message when server option is required but missing

v17.2.3

Compare Source

@​angular-devkit/build-angular
CommitTypeDescription
7cc8261fdfixavoid implicit CSS file extensions when resolving
259ec72d5fixavoid marking component styles as media with no output media directory
faffdfdcefixdisable deployUrl when using vite dev-server

v17.2.2

Compare Source

@​angular-devkit/build-angular
CommitTypeDescription
3394d3cf1fixensure all related stylesheets are rebuilt when an import changes

v17.2.1

Compare Source

@​angular-devkit/build-angular
CommitTypeDescription
9e7c47b59fixallow mts and cts file replacement
f2a2e9287fixprovide Vite client code source map when loading

v17.2.0

Compare Source

@​angular/cli
CommitTypeDescription
b3e206741featadd support to bun package manager
@​schematics/angular
CommitTypeDescription
03e1aa790featadd support to bun package manager
@​angular-devkit/build-angular
CommitTypeDescription
7f57123fdfeatadd define build option to application builder
f4f535653featadd JSON build logs when using the application builder
b59f663e5featallow control of Vite-based development server prebundling
8f47f1e96featprovide default and abbreviated build target support for dev-server and extract-i18n
7a12074dcfeatprovide option to allow automatically cleaning the terminal screen during rebuilds
7c522aa87featsupport using custom postcss configuration with application builder
476a68daafixadd output location in build stats
5e6f1a9f4fixavoid preloading server chunks
41ea985f9fixdisplay server bundles in build stats
d493609d3fixdowngrade copy-webpack-plugin to workaround Node.js support issue
8d5af1d5cfixensure correct .html served with Vite dev-server
944cbcdb1fixlimit the number of lazy chunks visible in the stats table
905e13633fixsupport string as plugin option in custom postcss plugin config
@​angular-devkit/schematics
CommitTypeDescription
da1c38c48fixadd bun to known package managers
@​angular/create
CommitTypeDescription
600498f2cfeatadd support to bun package manager

v17.1.4

Compare Source

@​angular/cli
CommitTypeDescription
6d2168db9fixprevent BOM errors in package.json during ng update
@​angular-devkit/build-angular
CommitTypeDescription
bf42d6df2fixbypass Vite prebundling for absolute URL imports

v17.1.3

Compare Source

@​angular-devkit/build-angular
CommitTypeDescription
3de3aa170fixallow ./ baseHref when using vite based server
17f47a3c9fixensure WebWorker main entry is used in output code

v17.1.2

Compare Source

@​angular-devkit/build-angular
CommitTypeDescription
6815f13e3fixadd required modules as externals imports
a0e306098fixcorrectly handle glob negation in proxy config when using vite
235c8403afixhandle regular expressions in proxy config when using Vite
5332e5b2efixresolve absolute output-path when using esbuild based builders
3deb0d4a1fixreturn 404 for assets that are not found

v17.1.1

Compare Source

@​angular/cli
CommitTypeDescription
8ebb754c2fixupdate regex to validate the project-name
@​schematics/angular
CommitTypeDescription
35ebf1efdfixretain trailing comma when adding providers to app config
@​angular-devkit/build-angular
CommitTypeDescription
88de1da92fixENOENT: no such file or directory on Windows during component rebuild
4e2586aebfixallow package file loader option with Vite prebundling
aca1cfcdafixdo not add internal CSS resources files in watch
53258f617fixhandle load event for multiple stylesheets and CSP nonces
412fe6ec6fixpre-transform error when using vite with SSR
45dea6f44fixprovide actionable error message when server bundle is missing default export
4e2b23f03fixupdate dependency vite to v5.0.12
@​angular/ssr
CommitTypeDescription
02d9d84c5fixhandle load event for multiple stylesheets and CSP nonces

v17.1.0

Compare Source

@​schematics/angular
CommitTypeDescription
b513d89b7featadd optional migration to use application builder
a708dccfffeatupdate SSR and application builder migration schematics to work with new outputPath
4469e481ffixdo not trigger NPM install when using ---skip-install and --ssr
@​angular-devkit/build-angular
CommitTypeDescription
e0b274b8ffeatadd option to retain CSS special comments in global styles
204794c4ffeatadd support for --no-browsers in karma builder
4784155bdfeatadd wildcard option for allowedCommonJsDependencies
3b93df42dfeatallow configuring loaders for custom file extensions in application builder
cc246d50efeatallow customization of output locations
15a669c1efeatallowing control of index HTML initial preload generation
47a064b14featemit external sourcemaps for component styles
68dae539afeatinitial experimental implementation of @web/test-runner builder
f6e67df1cfeatinline Google and Adobe fonts located in stylesheets
364a16b7afeatmove browser-sync as optional dependency
ccba849e4featsupport keyboard command shortcuts in application dev server
329d80075fixalllow OPTIONS requests to be proxied when using vite
49ed9a26cfixemit error when using prerender and app-shell builders with application builder
6473b0160fixensure all configured assets can be served by dev server
874e576b5fixfilter explicit external dependencies for Vite prebundling
2a02b1320fixfix normalization of the application builder extensions
9906ab7b4fixnormalize asset source locations in Vite-based development server
ceffafe1afixprovide better error messages for failed file reads
6d7fdb952fixshow diagnostic messages after build stats
4e1f0e44dfixthe request url "..." is outside of Vite serving allow list for all assets
bd26a18e7fixtypo in preloadInitial option description
125fb779fperfreduce TypeScript JSDoc parsing in application builder

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


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

This PR has been generated by Mend Renovate. View repository job log here.

@sweep-ai-deprecated

Copy link
Copy Markdown
Contributor

Apply Sweep Rules to your PR?

  • Apply: There should not be large sections of commented out code.
  • Apply: All docstrings and comments should be up to date.

This is an automated message generated by Sweep AI.

@sweep-nightly

Copy link
Copy Markdown

Apply Sweep Rules to your PR?

  • Apply: There should not be large sections of commented out code.
  • Apply: All docstrings and comments should be up to date.

@renovate
renovateBotforce-pushed the renovate/angular-cli-monorepo branch from fdeb032 to 651caecCompareFebruary 14, 2024 22:26
@renovaterenovateBot changed the title chore(deps): update angular-cli monorepo to ~17.1.0chore(deps): update angular-cli monorepo to ~17.2.0Feb 14, 2024
@renovate
renovateBotforce-pushed the renovate/angular-cli-monorepo branch 2 times, most recently from 1e0c231 to 411167bCompareMarch 14, 2024 00:23
@renovaterenovateBot changed the title chore(deps): update angular-cli monorepo to ~17.2.0chore(deps): update angular-cli monorepo to ~17.3.0Mar 14, 2024
@renovate
renovateBotforce-pushed the renovate/angular-cli-monorepo branch from 411167b to 30f341cCompareApril 1, 2024 17:55
@coderabbitai

Copy link
Copy Markdown

Important

Auto Review Skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share

Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (invoked as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger a review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • The JSON schema for the configuration file is available here.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/coderabbit-overrides.v2.json

CodeRabbit Discord Community

Join our Discord Community to get help, request features, and share feedback.

@renovate
renovateBot changed the base branch from main to devApril 1, 2024 17:56
@renovate
renovateBotforce-pushed the renovate/angular-cli-monorepo branch 4 times, most recently from 306c1e6 to 005e49cCompareApril 1, 2024 19:36
@renovate
renovateBotforce-pushed the renovate/angular-cli-monorepo branch from 005e49c to 1724630CompareApril 1, 2024 20:08
@matteobruni
matteobruni merged commit 478dfe3 into devApr 1, 2024
@renovate
renovateBot deleted the renovate/angular-cli-monorepo branch April 1, 2024 20:10
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@matteobruni