Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps @angular/create from 17.0.5 to 17.0.6.

Release notes

Sourced from @​angular/create's releases.

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
Changelog

Sourced from @​angular/create's changelog.

17.0.6 (2023-12-06)

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

Commits
  • 1cfd710 release: cut the v17.0.6 release
  • 0485128 fix(@​angular-devkit/build-angular): app-shell generation incorrect content wh...
  • e7d7309 build: update dependency vite to v4.5.1
  • 6bd56bd refactor: update rxjs imports
  • a8dbf1d fix(@​angular-devkit/build-angular): watch symlink when using `preserveSymlink...
  • f9e982c fix(@​angular-devkit/build-angular): check namespaced Sass variables when reba...
  • e1eeb36 test: correct misconfigured saucelabs platform/OS combination
  • 7df4b06 test: update browser compatibility test versions for v17
  • aa9e7c6 fix(@​angular-devkit/build-angular): normalize locale tags with Intl API when ...
  • bce3fa6 test(@​angular-devkit/build-angular): enable vite service worker unit tests
  • 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)

@dependabot dependabot bot requested a review from a team December 7, 2023 10:39
@dependabot dependabot bot added c3 Relating to C3 (create-cloudflare) package dependencies Used by dependabot to mark PRs as updates to dependencies. labels Dec 7, 2023
@changeset-bot
Copy link

changeset-bot bot commented Dec 7, 2023

🦋 Changeset detected

Latest commit: 675080c

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
create-cloudflare Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@github-actions
Copy link
Contributor

github-actions bot commented Dec 7, 2023

A wrangler prerelease is available for testing. You can install this latest build in your project with:

npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/7166956387/npm-package-wrangler-4564

You can reference the automatically updated head of this PR with:

npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/prs/7166956387/npm-package-wrangler-4564

Or you can use npx with this latest build directly:

npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/7166956387/npm-package-wrangler-4564 dev path/to/script.js
Additional artifacts:
npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/7166956387/npm-package-miniflare-4564
npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/7166956387/npm-package-cloudflare-pages-shared-4564
npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/7166956387/npm-package-create-cloudflare-4564

Note that these links will no longer work once the GitHub Actions artifact expires.


[email protected] includes the following runtime dependencies:

Package Constraint Resolved
miniflare workspace:* 3.20231030.3
workerd 1.20231030.0 1.20231030.0
workerd --version 1.20231030.0 2023-10-30

|

Please ensure constraints are pinned, and miniflare/workerd minor versions match.

@codecov
Copy link

codecov bot commented Dec 7, 2023

Codecov Report

Merging #4564 (675080c) into main (39d7732) will increase coverage by 0.04%.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #4564      +/-   ##
==========================================
+ Coverage   75.41%   75.46%   +0.04%     
==========================================
  Files         241      241              
  Lines       12867    12867              
  Branches     3315     3315              
==========================================
+ Hits         9704     9710       +6     
+ Misses       3163     3157       -6     

see 5 files with indirect coverage changes

@dario-piotrowicz
Copy link
Member

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/packages/create-cloudflare/src/frameworks/angular/create-17.0.6 branch from 18283c6 to 54b34f9 Compare December 7, 2023 11:16
@dario-piotrowicz
Copy link
Member

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/packages/create-cloudflare/src/frameworks/angular/create-17.0.6 branch from cb7cc2f to 01776fd Compare December 7, 2023 11:45
@dario-piotrowicz
Copy link
Member

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/packages/create-cloudflare/src/frameworks/angular/create-17.0.6 branch from 79d1601 to 4b2e0c0 Compare December 7, 2023 13:32
@dario-piotrowicz
Copy link
Member

@dependabot recreate

Bumps [@angular/create](https://github.com/angular/angular-cli) from 17.0.5 to 17.0.6.
- [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.5...17.0.6)

---
updated-dependencies:
- dependency-name: "@angular/create"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/packages/create-cloudflare/src/frameworks/angular/create-17.0.6 branch from c08f4dd to 3bdfe3c Compare December 11, 2023 11:45
@dario-piotrowicz dario-piotrowicz merged commit d99bd42 into main Dec 11, 2023
@dario-piotrowicz dario-piotrowicz deleted the dependabot/npm_and_yarn/packages/create-cloudflare/src/frameworks/angular/create-17.0.6 branch December 11, 2023 12:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

c3 Relating to C3 (create-cloudflare) package dependencies Used by dependabot to mark PRs as updates to dependencies.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant