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 postcss, @angular-devkit/build-angular, @angular-devkit/build-ng-packagr and ng-packagr #15

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 3, 2022

Bumps postcss to 8.4.16 and updates ancestor dependencies postcss, @angular-devkit/build-angular, @angular-devkit/build-ng-packagr and ng-packagr. These dependencies need to be updated together.

Updates postcss from 6.0.23 to 8.4.16

Release notes

Sourced from postcss's releases.

8.4.16

  • Fixed Root AST migration.

8.4.15

  • Fixed AST normalization after using custom parser with old PostCSS AST.

8.4.14

  • Print “old plugin API” warning only if plugin was used (by @​zardoy).

8.4.13

8.4.12

  • Fixed package.funding to have same value between all PostCSS packages.

8.4.11

  • Fixed Declaration#raws.value type.

8.4.10

  • Fixed package.funding URL format.

8.4.9

8.4.8

  • Fixed end position in empty Custom Properties.

8.4.7

  • Fixed Node#warn() type (by @​ybiquitous).
  • Fixed comment removal in values after ,.

8.4.6

  • Prevented comment removing when it change meaning of CSS.
  • Fixed parsing space in last semicolon-less CSS Custom Properties.
  • Fixed comment cleaning in CSS Custom Properties with space.
  • Fixed throwing an error on .root access for plugin-less case.

8.4.5

  • Fixed raws types to make object extendable (by @​43081j).
  • Moved from Yarn 1 to pnpm.

8.4.4

  • Fixed absolute path in source map on zero plugins mode.

8.4.3

  • Fixed this.css.replace is not a function error.

8.4.2

  • Fixed previous source map support in zero plugins mode.

... (truncated)

Changelog

Sourced from postcss's changelog.

8.4.16

  • Fixed Root AST migration.

8.4.15

  • Fixed AST normalization after using custom parser with old PostCSS AST.

8.4.14

  • Print “old plugin API” warning only if plugin was used (by @​zardoy).

8.4.13

  • Fixed append() error after using .parent (by Jordan Pittman).

8.4.12

  • Fixed package.funding to have same value between all PostCSS packages.

8.4.11

  • Fixed Declaration#raws.value type.

8.4.10

  • Fixed package.funding URL format.

8.4.9

  • Fixed package.funding (by Álvaro Mondéjar).

8.4.8

  • Fixed end position in empty Custom Properties.

8.4.7

  • Fixed Node#warn() type (by Masafumi Koba).
  • Fixed comment removal in values after ,.

8.4.6

  • Prevented comment removing when it change meaning of CSS.
  • Fixed parsing space in last semicolon-less CSS Custom Properties.
  • Fixed comment cleaning in CSS Custom Properties with space.
  • Fixed throwing an error on .root access for plugin-less case.

8.4.5

  • Fixed raws types to make object extendable (by James Garbutt).
  • Moved from Yarn 1 to pnpm.

8.4.4

  • Fixed absolute path in source map on zero plugins mode.

8.4.3

  • Fixed this.css.replace is not a function error.

8.4.2

  • Fixed previous source map support in zero plugins mode.

... (truncated)

Commits

Updates @angular-devkit/build-angular from 0.7.5 to 14.2.4

Release notes

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

v14.2.4

14.2.4 (2022-09-28)

@​angular/cli

Commit Description
fix - 05b18f4e4 add builders and schematic names as page titles in collected analytics

Special Thanks

Alan Agius, Jason Bedard and Paul Gschwendtner

v14.2.3

14.2.3 (2022-09-15)

@​angular-devkit/build-angular

Commit Description
fix - e7e0cb78f correctly display error messages that contain "at" text.
fix - 4756d7e06 watch symbolic links

@​ngtools/webpack

Commit Description
perf - 1e3ecbdb1 avoid bootstrap conversion AST traversal where possible

Special Thanks

Alan Agius, Charles Lyding, Jason Bedard and Joey Perrott

v14.2.2

14.2.2 (2022-09-08)

@​schematics/angular

Commit Description
fix - 6bfd6a7fb update minimum Angular version to 14.2

@​angular/cli

Commit Description
fix - 5405a9b3b favor non deprecated packages during update

@​angular-devkit/build-angular

Commit Description
fix - 2b00bca61 allow esbuild-based builder to use SVG Angular templates
fix - 45c95e1bf change service worker errors to compilation errors
fix - ecc014d66 handle service-worker serving with localize in dev-server
fix - 39ea128c1 handling of @media queries inside css layers
fix - 17b7e1bdf issue warning when using deprecated tilde imports
fix - 3afd784f1 watch index file when running build in watch mode

Special Thanks

Alan Agius, Charles Lyding, Jason Bedard and Joey Perrott

v14.2.1

... (truncated)

Changelog

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

14.2.4 (2022-09-28)

@​angular/cli

Commit Type Description
05b18f4e4 fix add builders and schematic names as page titles in collected analytics

Special Thanks

Alan Agius, Jason Bedard and Paul Gschwendtner

15.0.0-next.2 (2022-09-21)

Breaking Changes

@​angular-devkit/build-angular

  • Internally the Angular CLI now always sets the TypeScript target to ES2022 and useDefineForClassFields to false unless the target is set to ES2022 or later in the TypeScript configuration. To control ECMA version and features use the Browerslist configuration.
  • Producing ES5 output is no longer possible. This was needed for Internet Explorer which is no longer supported. All browsers that Angular supports work with ES2015+
  • Deprecated support for Stylus has been removed. The Stylus package has never reached a stable version and its usage in the Angular CLI is minimal. It's recommended to migrate to another CSS preprocessor that the Angular CLI supports.

@​angular-devkit/core

  • Workspace projects with missing root is now an error.

@​schematics/angular

Commit Type Description
1c21e470c feat enable error on unknown properties and elements in tests

@​angular-devkit/build-angular

Commit Type Description
1c527a9da feat add esbuild-based builder initial support for fileReplacements
15d3fc6dc feat export @angular/platform-server symbols in server bundle
1e5d4a750 feat use Browserslist to determine ECMA output
12931ba8c refactor remove deprecated ES5 support
2ba44a433 refactor remove support for Stylus

@​angular-devkit/core

Commit Type Description

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by google-wombot, a new releaser for @​angular-devkit/build-angular since your current version.


Updates @angular-devkit/build-ng-packagr from 0.6.8 to 0.1002.0

Commits
Maintainer changes

This version was pushed to npm by google-wombot, a new releaser for @​angular-devkit/build-ng-packagr since your current version.


Updates ng-packagr from 3.0.6 to 14.2.1

Release notes

Sourced from ng-packagr's releases.

14.2.1

Bug Fixes

  • emit TypeScript declaration diagnostics (2176bd9), closes #2405
  • exclude scanning node_modules when trying to locate README.md (90b0463), closes #2418

14.2.0

Features

  • add support for TypeScript 4.8 (387a4e1)

14.1.0

Add support for Angular 14.1

14.1.0-next.0

No user visible changes from 14.0.4

v14.0.4

Bug Fixes

  • update watch version on secondary entrypoint changes (1280320), closes #2069

v14.0.3

Bug Fixes

  • address issue were dts were not emitted fully when using entrypoint name as filename (713d940), closes #2369 #2360
  • do not run ngcc when node_modules does not exist (97beddc)

v14.0.2

Bug Fixes

  • error when index file is parallel to entry-point but is not configured as such (ecb55b1)

v14.0.1

No visibile changes

v14.0.0

⚠ BREAKING CHANGES

  • Support for TypeScript 4.4 and 4.5 has been removed. Please update to TypeScript 4.6.
  • Support for Node.js v12 has been removed as it will become EOL on 2022-04-30. Please use Node.js v14.15 or later.
  • package.json is not longer a valid method to configure ng-packagr. Use ng-package.json instead.

Features

... (truncated)

Changelog

Sourced from ng-packagr's changelog.

14.2.1 (2022-09-07)

Bug Fixes

  • emit TypeScript declaration diagnostics (2176bd9), closes #2405
  • exclude scanning node_modules when trying to locate README.md (90b0463), closes #2418

15.0.0-next.0 (2022-08-26)

Features

14.2.0 (2022-08-24)

Features

  • add support for TypeScript 4.8 (387a4e1)

14.1.0 (2022-07-20)

14.1.0-next.0 (2022-07-20)

14.0.4 (2022-07-20)

Bug Fixes

  • update watch version on secondary entrypoint changes (1280320), closes #2069

14.0.3 (2022-07-06)

Bug Fixes

  • address issue were dts were not emitted fully when using entrypoint name as filename (713d940), closes #2369 #2360
  • do not run ngcc when node_modules does not exist (97beddc)

14.0.2 (2022-06-10)

Bug Fixes

  • error when index file is parallel to entry-point but is not configured as such (ecb55b1)

14.0.1 (2022-06-08)

No visible changes

... (truncated)

Commits
  • 8842ae3 release: cut 14.2.1
  • 90b0463 fix: exclude scanning node_modules when trying to locate README.md
  • 2176bd9 fix: emit TypeScript declaration diagnostics
  • 2f179c7 build: update typescript-eslint to v5.35.1
  • b474225 release: cut 14.2.0
  • 387a4e1 feat: add support for TypeScript 4.8
  • ee24370 build: update typescript-eslint to v5.34.0
  • 80dbe6e build: lock file maintenance
  • e6122a2 build: update typescript-eslint to v5.33.1
  • 6dbd179 refactor: remove redundant async function
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by alan.agius4, a new releaser for ng-packagr since your current version.


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 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

…-packagr and ng-packagr

Bumps [postcss](https://github.com/postcss/postcss) to 8.4.16 and updates ancestor dependencies [postcss](https://github.com/postcss/postcss), [@angular-devkit/build-angular](https://github.com/angular/angular-cli), [@angular-devkit/build-ng-packagr](https://github.com/angular/angular-cli) and [ng-packagr](https://github.com/ng-packagr/ng-packagr). These dependencies need to be updated together.


Updates `postcss` from 6.0.23 to 8.4.16
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@6.0.23...8.4.16)

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

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

Updates `ng-packagr` from 3.0.6 to 14.2.1
- [Release notes](https://github.com/ng-packagr/ng-packagr/releases)
- [Changelog](https://github.com/ng-packagr/ng-packagr/blob/main/CHANGELOG.md)
- [Commits](ng-packagr/ng-packagr@v3.0.6...14.2.1)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: indirect
- dependency-name: "@angular-devkit/build-angular"
  dependency-type: direct:development
- dependency-name: "@angular-devkit/build-ng-packagr"
  dependency-type: direct:development
- dependency-name: ng-packagr
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 3, 2022
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.

0 participants