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

Bump @angular-devkit/build-angular from 17.0.0 to 17.0.7 #22

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 18, 2023

Bumps @angular-devkit/build-angular from 17.0.0 to 17.0.7.

Release notes

Sourced from @​angular-devkit/build-angular's releases.

v17.0.7

17.0.7 (2023-12-13)

@​angular-devkit/build-angular

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

v17.0.6

17.0.6 (2023-12-06)

@​schematics/angular

Commit Description
fix - da5d39471 enable TypeScript skipLibCheck in new workspace

@​angular-devkit/build-angular

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

v17.0.5

17.0.5 (2023-11-29)

v17.0.4

17.0.4 (2023-11-29)

@​schematics/angular

Commit Description
fix - 7a2823080 remove CommonModule import from standalone components

@​angular-devkit/build-angular

Commit Description

... (truncated)

Changelog

Sourced from @​angular-devkit/build-angular's changelog.

17.0.7 (2023-12-13)

@​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

17.1.0-next.1 (2023-12-06)

@​schematics/angular

Commit Type Description
b513d89b7 feat add optional migration to use application builder
e2f92ab95 fix enable TypeScript skipLibCheck in new workspace

@​angular-devkit/build-angular

Commit Type Description
364a16b7a feat move browser-sync as optional dependency
e3ad8c42a fix app-shell generation incorrect content when using the application builder
8e9b67513 fix check namespaced Sass variables when rebasing URLs
dcc60c6ce fix correctly align error/warning messages when spinner is active
7ccc21007 fix handle watch updates on Mac OSX when using native FSEvents API
4bcee3167 fix improve file watching on Windows when using certain IDEs
9906ab7b4 fix normalize asset source locations in Vite-based development server
f0c032dc5 fix normalize locale tags with Intl API when resolving in application builder
ffa2d07c8 fix watch symlink when using preserveSymlinks option
b10d2a7bb perf only enable advanced optimizations with script optimizations

17.0.6 (2023-12-06)

... (truncated)

Commits
  • eeb5634 release: cut the v17.0.7 release
  • f2f7d7c fix(@​angular-devkit/build-angular): file is missing from the TypeScript compi...
  • 3623fe9 fix(@​angular-devkit/build-angular): update ESM loader to work with Node.js 18...
  • ef11781 fix(@​angular-devkit/build-angular): allow vite to serve JavaScript and TypeSc...
  • 385eb77 fix(@​angular-devkit/build-angular): cache loading of component resources in J...
  • 7b8d6cd fix(@​angular-devkit/build-angular): handle updates of an npm link library f...
  • 9300248 fix(@​angular-devkit/build-angular): retain symlinks to output platform direct...
  • fcd9adc test(@​angular-devkit/build-angular): add support for builder harness director...
  • f63566e refactor(@​angular-devkit/build-angular): remove deployUrl from browser-esbuil...
  • c08c78c fix(@​angular-devkit/build-angular): inlining of fonts results in jagged fonts...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@angular-devkit/build-angular](https://github.com/angular/angular-cli) from 17.0.0 to 17.0.7.
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](angular/angular-cli@17.0.0...17.0.7)

---
updated-dependencies:
- dependency-name: "@angular-devkit/build-angular"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 18, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 25, 2023

Superseded by #23.

@dependabot dependabot bot closed this Dec 25, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/angular-devkit/build-angular-17.0.7 branch December 25, 2023 07:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants