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-cli monorepo to v17.1.2 #455

Merged
merged 1 commit into from
Feb 1, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 4, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@angular-devkit/build-angular 17.0.1 -> 17.1.2 age adoption passing confidence
@angular/cli 17.0.1 -> 17.1.2 age adoption passing confidence
@angular/ssr 17.0.1 -> 17.1.2 age adoption passing confidence

Release Notes

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

v17.1.2

Compare Source

17.1.2 (2024-01-31)

@​angular-devkit/build-angular
Commit Description
fix - 6815f13e3 add required modules as externals imports
fix - a0e306098 correctly handle glob negation in proxy config when using vite
fix - 235c8403a handle regular expressions in proxy config when using Vite
fix - 5332e5b2e resolve absolute output-path when using esbuild based builders
fix - 3deb0d4a1 return 404 for assets that are not found

v17.1.1

Compare Source

@​angular/cli
Commit Type Description
8ebb754c2 fix update regex to validate the project-name
@​schematics/angular
Commit Type Description
35ebf1efd fix retain trailing comma when adding providers to app config
@​angular-devkit/build-angular
Commit Type Description
88de1da92 fix ENOENT: no such file or directory on Windows during component rebuild
4e2586aeb fix allow package file loader option with Vite prebundling
aca1cfcda fix do not add internal CSS resources files in watch
53258f617 fix handle load event for multiple stylesheets and CSP nonces
412fe6ec6 fix pre-transform error when using vite with SSR
45dea6f44 fix provide actionable error message when server bundle is missing default export
4e2b23f03 fix update dependency vite to v5.0.12
@​angular/ssr
Commit Type Description
02d9d84c5 fix handle load event for multiple stylesheets and CSP nonces

v17.1.0

Compare Source

@​schematics/angular
Commit Type Description
b513d89b7 feat add optional migration to use application builder
a708dccff feat update SSR and application builder migration schematics to work with new outputPath
4469e481f fix do not trigger NPM install when using ---skip-install and --ssr
@​angular-devkit/build-angular
Commit Type Description
e0b274b8f feat add option to retain CSS special comments in global styles
204794c4f feat add support for --no-browsers in karma builder
4784155bd feat add wildcard option for allowedCommonJsDependencies
3b93df42d feat allow configuring loaders for custom file extensions in application builder
cc246d50e feat allow customization of output locations
15a669c1e feat allowing control of index HTML initial preload generation
47a064b14 feat emit external sourcemaps for component styles
68dae539a feat initial experimental implementation of @web/test-runner builder
f6e67df1c feat inline Google and Adobe fonts located in stylesheets
364a16b7a feat move browser-sync as optional dependency
ccba849e4 feat support keyboard command shortcuts in application dev server
329d80075 fix alllow OPTIONS requests to be proxied when using vite
49ed9a26c fix emit error when using prerender and app-shell builders with application builder
6473b0160 fix ensure all configured assets can be served by dev server
874e576b5 fix filter explicit external dependencies for Vite prebundling
2a02b1320 fix fix normalization of the application builder extensions
9906ab7b4 fix normalize asset source locations in Vite-based development server
ceffafe1a fix provide better error messages for failed file reads
6d7fdb952 fix show diagnostic messages after build stats
4e1f0e44d fix the request url "..." is outside of Vite serving allow list for all assets
bd26a18e7 fix typo in preloadInitial option description
125fb779f perf reduce TypeScript JSDoc parsing in application builder

v17.0.10

Compare Source

17.0.10 (2024-01-10)

@​schematics/angular
Commit Description
fix - 09c32c678 retain existing EOL when adding imports
fix - a5c339eaa retain existing EOL when updating JSON files
@​angular/cli
Commit Description
fix - ed1e130da retain existing EOL when updating JSON files
@​angular-devkit/core
Commit Description
fix - 3dc4db7d7 retain existing EOL when updating workspace config

v17.0.9

Compare Source

@​angular/cli
Commit Type Description
446dfb76a fix add prerender and ssr-dev-server schemas in angular.json schema
@​angular-devkit/schematics
Commit Type Description
88d6ca4a5 fix replace template line endings with platform specific

v17.0.8

Compare Source

@​angular/cli
Commit Type Description
6dba26a0b fix ng e2e and ng lint prompt requires to hit Enter twice to proceed on Windows
0b48acc4e fix re-add -d alias for --dry-run
@​schematics/angular
Commit Type Description
99b026ede fix add missing property "buildTarget" to interface "ServeBuilderOptions"
313004311 fix do not generate standalone component when using ng generate module
@​angular-devkit/build-angular
Commit Type Description
cf11cdf6c fix add missing tailwind @screen directive in matcher
aa6c757d7 fix construct SSR request URL using server resolvedUrls
0662048d4 fix ensure empty optimized Sass stylesheets stay empty
d1923a66d fix ensure external dependencies are used by Web Worker bundling

v17.0.7

Compare Source

@​angular-devkit/build-angular
Commit Type Description
3df3e583c fix baseHref with trailing slash causes server not to be accessible without trailing slash
ef1178188 fix allow vite to serve JavaScript and TypeScript assets
385eb77d2 fix cache loading of component resources in JIT mode
4b3af73ac fix ensure browser-esbuild is used in dev server with browser builder and forceEsbuild
d1b27e53e fix ensure port 0 uses random port with Vite development server
f2f7d7c70 fix file is missing from the TypeScript compilation with JIT
7b8d6cddd fix handle updates of an npm link library from another workspace when preserveSymlinks is true
c08c78cb8 fix inlining of fonts results in jagged fonts for Windows users
930024811 fix retain symlinks to output platform directories on builds
3623fe911 fix update ESM loader to work with Node.js 18.19.0

v17.0.6

Compare Source

@​schematics/angular
Commit Type Description
da5d39471 fix enable TypeScript skipLibCheck in new workspace
@​angular-devkit/build-angular
Commit Type Description
048512874 fix app-shell generation incorrect content when using the application builder
f9e982c44 fix check namespaced Sass variables when rebasing URLs
a1e8ffa9d fix correctly align error/warning messages when spinner is active
46d88a034 fix handle watch updates on Mac OSX when using native FSEvents API
4594407ae fix improve file watching on Windows when using certain IDEs
aa9e7c615 fix normalize locale tags with Intl API when resolving in application builder
a8dbf1da2 fix watch symlink when using preserveSymlinks option
e3820cb6c perf only enable advanced optimizations with script optimizations

v17.0.5

Compare Source

Rolling back bbbe13d67 which appears to break file watching on Mac devices.

v17.0.4

Compare Source

@​schematics/angular
Commit Type Description
7a2823080 fix remove CommonModule import from standalone components
@​angular-devkit/build-angular
Commit Type Description
0634a4e40 fix avoid native realpath in application builder
22880d9cb fix correct set locale when using esbuild based builders
a0680672f fix correctly watch files when app is in a directory that starts with a dot
bbbe13d67 fix improve file watching on Windows when using certain IDEs
27e7c2e1b fix propagate localize errors to full build result
7455fdca0 fix serve assets from the provided serve-path
657a07bd6 fix treeshake unused class that use custom decorators
77474951b fix use workspace real path when not preserving symlinks

v17.0.3

Compare Source

@​angular-devkit/build-angular
Commit Type Description
450dd29a1 fix default to watching project root on Windows with application builder
8072b8574 fix ensure service worker hashes index HTML file for application builder
d99870740 perf only create one instance of postcss when needed

v17.0.2

Compare Source

@​angular-devkit/build-angular
Commit Type Description
023645185 fix always normalize AOT file reference tracker paths
3b99980bd fix emit root files when localize is enabled when using the esbuild based builders
ef3e3abb8 fix ensure watch file paths from TypeScript are normalized
d11b36fe2 fix normalize paths in ssr sourcemaps to posix when using vite
62d51383a fix only include vendor sourcemaps when using the dev-server when the option is enabled
d28ba8a73 fix remove browser-esbuild usage warning

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (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.

🔕 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.

Copy link

github-actions bot commented Dec 4, 2023

Visit the preview URL for this PR (updated for commit 123f0a9):

https://community-angular-jp-cd702--pr455-renovate-angular-cli-9rusbtpl.web.app

(expires Wed, 07 Feb 2024 23:23:03 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: 8802296a4c40a9a250322a7988ee8afbc5ffbfee

@renovate renovate bot force-pushed the renovate/angular-cli-monorepo branch from 8ca2332 to 92549f8 Compare December 6, 2023 21:58
@renovate renovate bot changed the title chore(deps): update angular-cli monorepo to v17.0.5 chore(deps): update angular-cli monorepo to v17.0.6 Dec 6, 2023
@renovate renovate bot force-pushed the renovate/angular-cli-monorepo branch from 92549f8 to 87bca15 Compare December 13, 2023 15:28
@renovate renovate bot changed the title chore(deps): update angular-cli monorepo to v17.0.6 chore(deps): update angular-cli monorepo to v17.0.7 Dec 13, 2023
@renovate renovate bot force-pushed the renovate/angular-cli-monorepo branch from 87bca15 to ede45f9 Compare December 21, 2023 21:10
@renovate renovate bot changed the title chore(deps): update angular-cli monorepo to v17.0.7 chore(deps): update angular-cli monorepo to v17.0.8 Dec 21, 2023
@renovate renovate bot force-pushed the renovate/angular-cli-monorepo branch from ede45f9 to 788b697 Compare January 3, 2024 19:17
@renovate renovate bot changed the title chore(deps): update angular-cli monorepo to v17.0.8 chore(deps): update angular-cli monorepo to v17.0.9 Jan 3, 2024
@renovate renovate bot force-pushed the renovate/angular-cli-monorepo branch from 788b697 to 33419ed Compare January 10, 2024 19:26
@renovate renovate bot changed the title chore(deps): update angular-cli monorepo to v17.0.9 chore(deps): update angular-cli monorepo to v17.0.10 Jan 10, 2024
@renovate renovate bot force-pushed the renovate/angular-cli-monorepo branch from 33419ed to 7661dcd Compare January 18, 2024 05:05
@renovate renovate bot changed the title chore(deps): update angular-cli monorepo to v17.0.10 chore(deps): update angular-cli monorepo to v17.1.0 Jan 18, 2024
@renovate renovate bot force-pushed the renovate/angular-cli-monorepo branch from 7661dcd to 2ab7c76 Compare January 24, 2024 15:30
@renovate renovate bot changed the title chore(deps): update angular-cli monorepo to v17.1.0 chore(deps): update angular-cli monorepo to v17.1.1 Jan 24, 2024
@renovate renovate bot force-pushed the renovate/angular-cli-monorepo branch from 2ab7c76 to 01165f0 Compare January 28, 2024 10:05
@renovate renovate bot force-pushed the renovate/angular-cli-monorepo branch from 01165f0 to 123f0a9 Compare January 31, 2024 23:21
@renovate renovate bot changed the title chore(deps): update angular-cli monorepo to v17.1.1 chore(deps): update angular-cli monorepo to v17.1.2 Jan 31, 2024
@lacolaco lacolaco merged commit a0ad358 into main Feb 1, 2024
3 checks passed
@lacolaco lacolaco deleted the renovate/angular-cli-monorepo branch February 1, 2024 11:01
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.

1 participant