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): bump critters, @nguniversal/express-engine and @angular-devkit/build-angular #580

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 17, 2023

Bumps critters to 0.0.20 and updates ancestor dependencies critters, @nguniversal/express-engine and @angular-devkit/build-angular. These dependencies need to be updated together.

Updates critters from 0.0.19 to 0.0.20

Commits

Updates @nguniversal/express-engine from 16.1.1 to 16.2.0

Release notes

Sourced from @​nguniversal/express-engine's releases.

v16.2.0

16.2.0 (2023-08-11)

@​nguniversal/common

Commit Description
fix - 2b0f8c2b build: update critters

v16.2.0-rc.0

16.2.0-rc.0 (2023-08-04)

Commit Description
refactor - 2b0f8c2b build: update critters

v16.1.3

16.1.3 (2023-08-09)

@​nguniversal/common

Commit Description
fix - d4be69b8 check for server context when doing hybrid rendering

v16.1.2

16.1.2 (2023-08-04)

Commit Description
refactor - 0c0fd61 build: update critters
Changelog

Sourced from @​nguniversal/express-engine's changelog.

16.2.0 (2023-08-11)

Commit Type Description
2b0f8c2b refactor build: update critters

16.1.3 (2023-08-09)

@​nguniversal/common

Commit Type Description
d4be69b8 fix check for server context when doing hybrid rendering

16.1.2 (2023-08-04)

Commit Type Description
0c0fd610 refactor build: update critters

Commits
  • dccbf02 release: cut the v16.2.0 release
  • 82b9e69 build: update angular
  • c0b0418 fix(@​nguniversal/common): check for server context when doing hybrid rendering
  • aa8ca19 refactor: update changelog link for Critters version bump
  • 53f7a3d release: cut the v16.2.0-rc.0 release
  • 877bf34 docs: release notes for the v16.1.2 release
  • 2b0f8c2 build: update critters
  • 0dcb01f build: lock file maintenance
  • 4e47c6c build: update dependency typescript to v5.1.6
  • 0c7d7ee build: update dependency @​typescript-eslint/parser to v6
  • Additional commits viewable in compare view

Updates @angular-devkit/build-angular from 16.1.6 to 16.2.0

Release notes

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

v16.2.0

16.2.0 (2023-08-09)

@​angular-devkit/build-angular

Commit Description
feat - e6b377436 add ssr option in application builder
feat - c05c83be7 add initial application builder implementation
feat - 095f5aba6 add initial support for server bundle generation using esbuild
feat - cb165a75d add pre-rendering (SSG) and App-shell support generation to application builder
feat - 2a3fc6846 add preload hints based on transitive initial files
feat - 099cec758 add support for serving SSR with dev-server when using the application builder
fix - 449e21b3a correctly load dev server assets with vite 4.4.0+
fix - f42f10135 ensure preload hints for external stylesheets are marked as styles
fix - 7defb3635 ensure that server dependencies are loaded also in ssr entrypoint
fix - 05f31bd28 prevent race condition in setting up sass worker pool
fix - 5048f6e82 Set chunk names explicitly
perf - 974748cdf filter postcss usage based on content in esbuild builder
perf - 61a652d91 inject Sass import/use directive importer information when resolving
perf - a0a2c7aef only load browserslist in babel preset if needed
perf - 6bfd1800e use in-memory Sass module resolution cache

v16.2.0-rc.1

16.2.0-rc.1 (2023-08-04)

@​angular-devkit/build-angular

Commit Description
fix - 05f31bd28 prevent race condition in setting up sass worker pool
fix - 192326a8 build: update critters

v16.2.0-rc.0

16.2.0-rc.0 (2023-08-02)

@​angular-devkit/build-angular

Commit Description
fix - 6539bb520 hot update filename suffix with .mjs

16.2.0-next.4

16.2.0-next.4 (2023-07-26)

@​angular-devkit/build-angular

Commit Description
fix - 449e21b3a correctly load dev server assets with vite 4.4.0+
fix - d6ae2c7b7 error during critical CSS inlining for external stylesheets

v16.2.0-next.3

... (truncated)

Changelog

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

16.2.0 (2023-08-09)

@​angular-devkit/build-angular

Commit Type Description
e6b377436 feat add ssr option in application builder
c05c83be7 feat add initial application builder implementation
095f5aba6 feat add initial support for server bundle generation using esbuild
cb165a75d feat add pre-rendering (SSG) and App-shell support generation to application builder
2a3fc6846 feat add preload hints based on transitive initial files
099cec758 feat add support for serving SSR with dev-server when using the application builder
449e21b3a fix correctly load dev server assets with vite 4.4.0+
f42f10135 fix ensure preload hints for external stylesheets are marked as styles
7defb3635 fix ensure that server dependencies are loaded also in ssr entrypoint
05f31bd28 fix prevent race condition in setting up sass worker pool
5048f6e82 fix Set chunk names explicitly
974748cdf perf filter postcss usage based on content in esbuild builder
61a652d91 perf inject Sass import/use directive importer information when resolving
a0a2c7aef perf only load browserslist in babel preset if needed
6bfd1800e perf use in-memory Sass module resolution cache

16.1.8 (2023-08-04)

Commit Type Description
7a420d338 fix build: update critters

16.1.7 (2023-08-02)

@​angular-devkit/build-angular

Commit Type Description
1dab4ed87 fix hot update filename suffix with .mjs

Commits
  • 32cf946 release: cut the v16.2.0 release
  • 85a6ee3 refactor: remove -next from peer dependency versions for 16.2.0 release
  • 942fcb8 release: cut the v16.2.0-rc.1 release
  • 192326a build: update critters
  • 05f31bd fix(@​angular-devkit/build-angular): prevent race condition in setting up sass...
  • 6d1da30 test: remove bundle budgets from JIT prod build step in E2E
  • 33285ff ci: reduce bazel test shards for browser builder test
  • 685ba1a release: cut the v16.2.0-rc.0 release
  • a01427c docs: release notes for the v16.1.7 release
  • 160fdcf ci: transfer PR package artifact storage to GHA
  • Additional commits viewable in compare view

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

…devkit/build-angular

Bumps [critters](https://github.com/GoogleChromeLabs/critters/tree/HEAD/packages/critters) to 0.0.20 and updates ancestor dependencies [critters](https://github.com/GoogleChromeLabs/critters/tree/HEAD/packages/critters), [@nguniversal/express-engine](https://github.com/angular/universal) and [@angular-devkit/build-angular](https://github.com/angular/angular-cli). These dependencies need to be updated together.


Updates `critters` from 0.0.19 to 0.0.20
- [Release notes](https://github.com/GoogleChromeLabs/critters/releases)
- [Changelog](https://github.com/GoogleChromeLabs/critters/blob/main/CHANGELOG.md)
- [Commits](https://github.com/GoogleChromeLabs/critters/commits/0.0.20/packages/critters)

Updates `@nguniversal/express-engine` from 16.1.1 to 16.2.0
- [Release notes](https://github.com/angular/universal/releases)
- [Changelog](https://github.com/angular/universal/blob/main/CHANGELOG.md)
- [Commits](angular/universal@16.1.1...16.2.0)

Updates `@angular-devkit/build-angular` from 16.1.6 to 16.2.0
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](angular/angular-cli@16.1.6...16.2.0)

---
updated-dependencies:
- dependency-name: critters
  dependency-type: indirect
- dependency-name: "@nguniversal/express-engine"
  dependency-type: direct:production
- dependency-name: "@angular-devkit/build-angular"
  dependency-type: direct:development
...

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

Coverage Status

coverage: 84.024%. remained the same when pulling f093dda on dependabot/npm_and_yarn/critters-and-nguniversal/express-engine-and-angular-devkit/build-angular-0.0.20 into 600c8f1 on main.

@jahow
Copy link
Collaborator

jahow commented Aug 17, 2023

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 17, 2023

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Aug 17, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/critters-and-nguniversal/express-engine-and-angular-devkit/build-angular-0.0.20 branch August 17, 2023 13:53
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.

2 participants