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

Update angular-cli monorepo to v12.2.10 (minor) #762

Merged
merged 1 commit into from Oct 17, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 30, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@angular-devkit/build-angular 12.1.4 -> 12.2.10 age adoption passing confidence
@angular-devkit/core 12.1.4 -> 12.2.10 age adoption passing confidence
@angular/cli 12.1.4 -> 12.2.10 age adoption passing confidence

Release Notes

angular/angular-cli

v12.2.10

Compare Source

@​angular/cli
Commit Type Description
73a47af80 fix accept UA-00000-0 format in analytics tracking id
d2e24d396 fix generate new random user ID when passing empty string to uuid
@​schematics/angular
Commit Type Description
f6ed31fdf fix wrap bootstrapping code in an HMR compatible manner
@​angular-devkit/build-angular
Commit Type Description
7b01a0004 fix enable custom es2015 conditional exports
892567487 fix improve fidelity and performance of babel loader sourcemaps

Special Thanks

Alan Agius and Charles Lyding

v12.2.9

Compare Source

@​angular-devkit/build-angular
Commit Type Description
9d45b7752 fix add web-streams-polyfill to downlevel exclusion list
ccedf53a8 fix update esbuild to 0.13.4

Special Thanks

Alan Agius and Charles Lyding

v12.2.8

Compare Source

@​angular-devkit/build-angular
Commit Type Description
821a1b5a9 fix babel adjust enum plugin incorrectly transforming loose enums

Special Thanks

Paul Gschwendtner

v12.2.7

Compare Source

@​angular-devkit/build-angular
Commit Type Description
d856b4d23 fix support WASM-based esbuild optimizer fallback

Special Thanks

Alan Agius and Charles Lyding

v12.2.6

Compare Source

@​angular/cli
Commit Type Description
8b21effad fix handle FORCE_COLOR when stdout is not instance of WriteStream
@​angular-devkit/build-angular
Commit Type Description
ea60f0f52 fix handle FORCE_COLOR when stdout is not instance of WriteStream

Special Thanks

Alan Agius

v12.2.5

Compare Source

@​angular-devkit/build-angular
Commit Type Description
0498768c5 fix disable dev-server response compression
367fce2e9 fix improve Safari browserslist to esbuild target conversion

Special Thanks:

Alan Agius and Charles Lyding

v12.2.4

Compare Source

@​angular-devkit/build-angular
Commit Type Description
aaadef026 fix update esbuild to 0.12.24
f8a9f4a01 fix update mini-css-extract-plugin to 2.2.1

Special Thanks

Alan Agius

v12.2.3

Compare Source

@​angular-devkit/build-angular
Commit Type Description
3e3321857 fix RGBA converted to hex notation in component styles breaks IE11

Special Thanks:

Alan Agius and Trevor Karjanis

v12.2.2

Compare Source

@​angular-devkit/build-angular
Commit Description
a55118a75 fix: provide supported browsers to esbuild
81baa4f95 fix: update Angular peer dependencies to 12.2 stable
297410ae8 fix: handle undefined entrypoints when marking async chunks
@​ngtools/webpack
Commit Description
b7199f366 fix: update Angular peer dependencies to 12.2 stable

Special Thanks:

Alan Agius, Charles Lyding, Joey Perrott and Simon Primetzhofer

v12.2.1

Compare Source

@​angular/cli
Commit Type Description
73a47af80 fix accept UA-00000-0 format in analytics tracking id
d2e24d396 fix generate new random user ID when passing empty string to uuid
@​schematics/angular
Commit Type Description
f6ed31fdf fix wrap bootstrapping code in an HMR compatible manner
@​angular-devkit/build-angular
Commit Type Description
7b01a0004 fix enable custom es2015 conditional exports
892567487 fix improve fidelity and performance of babel loader sourcemaps

Special Thanks

Alan Agius and Charles Lyding

v12.2.0

Compare Source

@​angular/cli
Commit Description
259e26979 fix(@​angular/cli): merge npmrc files values
c1eddbdc9 fix(@​angular/cli): handle YARN_ environment variables during ng update and ng add
6b00d1270 fix(@​angular/cli): handle NPM_CONFIG environment variables during ng update and ng add
88ee85c41 fix(@​angular/cli): disable update notifier when retrieving package manager version during ng version
@​angular-devkit/build-angular
Commit Description
d750c686f fix(@​angular-devkit/build-angular): add priority to copy-webpack-plugin patterns
4bcd1dc9e fix(@​angular-devkit/build-angular): allow classes with pure annotated static properties to be optimized
ceade0c27 fix(@​angular-devkit/build-angular): dasherize disable-host-check suggestion
8383c6b42 fix(@​angular-devkit/build-angular): silence Sass compiler warnings from 3rd party stylesheets
07763702f fix(@​angular-devkit/build-angular): force linker sourceMapping option to false.
a5c69722f fix(@​angular-devkit/build-angular): ensure NG_PERSISTENT_BUILD_CACHE always creates a cache in the specified cache directory
c65b04999 fix(@​angular-devkit/build-angular): fail browser build when index generation fails
3d71c63b3 fix(@​angular-devkit/build-angular): fix issue were @media all causing critical CSS inling to fail
9a04975a2 fix(@​angular-devkit/build-angular): extractLicenses didn't have an effect when using server builder
2ac8e9c0e fix(@​angular-devkit/build-angular): display incompatibility errors
2c2b49919 fix(@​angular-devkit/build-angular): limit advanced terser passes to two
1be3b0783 fix(@​angular-devkit/build-angular): exclude outputPath from persistent build cache key
fefd6d042 perf(@​angular-devkit/build-angular): use esbuild as a CSS optimizer for component styles
18cfa0431 feat(@​angular-devkit/build-angular): add support to inline Adobe Fonts
9a751f0f8 fix(@​angular-devkit/build-angular): handle ENOENT and ENOTDIR errors when deleting outputs
41e645792 fix(@​angular-devkit/build-angular): downlevel for await...of when targetting ES2018+
070a13364 fix(@​angular-devkit/build-angular): configure webpack target in common configuration
da32daa75 perf(@​angular-devkit/build-angular): use combination of esbuild and terser as a JavaScript optimizer
6a2b11906 perf(@​angular-devkit/build-angular): cache JavaScriptOptimizerPlugin results
ab17b1721 fix(@​angular-devkit/build-angular): handle ng-packagr errors more gracefully.
d4c5f8518 fix(@​angular-devkit/build-angular): control linker template sourcemapping via builder sourcemap options
06181c2fb fix(@​angular-devkit/build-angular): parse web-workers in tests when webWorkerTsConfig is defined
@​angular-devkit/build-webpack
Commit Description
615353022 fix(@​angular-devkit/build-webpack): emit result when webpack is closed
@​ngtools/webpack
Commit Description
dbbcf5c8c fix(@​ngtools/webpack): only track file dependencies
7536338e0 fix(@​ngtools/webpack): allow generated assets of Angular component resources
720feee34 fix(@​ngtools/webpack): avoid non-actionable template type-checker syntax diagnostics
6a7bcf330 fix(@​ngtools/webpack): encode component style data
12c14b565 fix(@​ngtools/webpack): remove no longer needed component styles workaround
@​schematics/angular
Commit Description
20fd33f6d feat(@​schematics/angular): destroy test module after every test
5b10d4f54 fix(@​schematics/angular): remove unsafe any usage in application spec file
1b5e18e7b fix(@​schematics/angular): replace interactive div with button in application component template
0907b6941 fix(@​schematics/angular): use stricter semver for karma-jasmine-html-reporter
8ad1539c5 fix(@​schematics/angular): add 'none' value for the 'style' option of the component schematic
e5ba29c7d fix(@​schematics/angular): display warning during migrations when using third-party builders
a44dc02fe fix(@​schematics/angular): add devtools to ng new

Special Thanks:

Alan Agius, Charles Lyding, David Scourfield, Doug Parker, hien-pham, Joey Perrott, LeonEck, Mike
Jancar, twerske, Vaibhav Singh and originalfrostig


Configuration

📅 Schedule: 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 WhiteSource Renovate. View repository job log here.

@codecov
Copy link

codecov bot commented Aug 30, 2021

Codecov Report

Merging #762 (5600943) into master (46c3561) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #762   +/-   ##
=======================================
  Coverage   47.54%   47.54%           
=======================================
  Files           3        3           
  Lines          61       61           
  Branches        8        8           
=======================================
  Hits           29       29           
  Misses         28       28           
  Partials        4        4           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 46c3561...5600943. Read the comment docs.

@renovate renovate bot force-pushed the renovate/root/angular-cli-monorepo branch from 44db062 to d15582d Compare September 1, 2021 20:38
@renovate renovate bot changed the title Update angular-cli monorepo to v12.2.3 (minor) Update angular-cli monorepo to v12.2.4 (minor) Sep 1, 2021
@renovate renovate bot force-pushed the renovate/root/angular-cli-monorepo branch from d15582d to 2fc8d09 Compare September 8, 2021 20:18
@renovate renovate bot changed the title Update angular-cli monorepo to v12.2.4 (minor) Update angular-cli monorepo to v12.2.5 (minor) Sep 8, 2021
Copy link

@codeclimate codeclimate bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR diff size of 5754 lines exceeds the maximum allowed for the inline comments feature.

@renovate renovate bot force-pushed the renovate/root/angular-cli-monorepo branch from 2fc8d09 to 4f0cb10 Compare September 9, 2021 08:35
Copy link

@codeclimate codeclimate bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR diff size of 5744 lines exceeds the maximum allowed for the inline comments feature.

@renovate renovate bot force-pushed the renovate/root/angular-cli-monorepo branch from 4f0cb10 to 97c2552 Compare September 9, 2021 15:43
Copy link

@codeclimate codeclimate bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR diff size of 5760 lines exceeds the maximum allowed for the inline comments feature.

@renovate renovate bot force-pushed the renovate/root/angular-cli-monorepo branch from 97c2552 to 2bd269b Compare September 15, 2021 21:13
@renovate renovate bot changed the title Update angular-cli monorepo to v12.2.5 (minor) Update angular-cli monorepo to v12.2.6 (minor) Sep 15, 2021
Copy link

@codeclimate codeclimate bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR diff size of 5936 lines exceeds the maximum allowed for the inline comments feature.

@renovate renovate bot force-pushed the renovate/root/angular-cli-monorepo branch from 2bd269b to 3bce5fc Compare September 17, 2021 07:27
Copy link

@codeclimate codeclimate bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR diff size of 5948 lines exceeds the maximum allowed for the inline comments feature.

@renovate renovate bot force-pushed the renovate/root/angular-cli-monorepo branch from 3bce5fc to 47b47da Compare September 23, 2021 01:52
@renovate renovate bot changed the title Update angular-cli monorepo to v12.2.6 (minor) Update angular-cli monorepo to v12.2.7 (minor) Sep 23, 2021
Copy link

@codeclimate codeclimate bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR diff size of 5984 lines exceeds the maximum allowed for the inline comments feature.

@renovate renovate bot force-pushed the renovate/root/angular-cli-monorepo branch from 47b47da to b1996b6 Compare September 23, 2021 09:01
Copy link

@codeclimate codeclimate bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR diff size of 5999 lines exceeds the maximum allowed for the inline comments feature.

@renovate renovate bot force-pushed the renovate/root/angular-cli-monorepo branch from b1996b6 to be896fa Compare September 23, 2021 15:33
Copy link

@codeclimate codeclimate bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR diff size of 5999 lines exceeds the maximum allowed for the inline comments feature.

@renovate renovate bot force-pushed the renovate/root/angular-cli-monorepo branch from be896fa to 3aabf82 Compare September 24, 2021 05:54
Copy link

@codeclimate codeclimate bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR diff size of 5999 lines exceeds the maximum allowed for the inline comments feature.

@renovate renovate bot force-pushed the renovate/root/angular-cli-monorepo branch from 3aabf82 to 2d3ef64 Compare October 1, 2021 08:25
Copy link

@codeclimate codeclimate bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR diff size of 6776 lines exceeds the maximum allowed for the inline comments feature.

@renovate renovate bot force-pushed the renovate/root/angular-cli-monorepo branch from 2d3ef64 to fe22da2 Compare October 1, 2021 19:28
@renovate renovate bot changed the title Update angular-cli monorepo to v12.2.7 (minor) Update angular-cli monorepo to v12.2.8 (minor) Oct 1, 2021
Copy link

@codeclimate codeclimate bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR diff size of 6788 lines exceeds the maximum allowed for the inline comments feature.

@renovate renovate bot force-pushed the renovate/root/angular-cli-monorepo branch from fe22da2 to 8ed91ca Compare October 7, 2021 00:51
@renovate renovate bot changed the title Update angular-cli monorepo to v12.2.8 (minor) Update angular-cli monorepo to v12.2.9 (minor) Oct 7, 2021
Copy link

@codeclimate codeclimate bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR diff size of 7196 lines exceeds the maximum allowed for the inline comments feature.

@renovate renovate bot force-pushed the renovate/root/angular-cli-monorepo branch from 8ed91ca to 5600943 Compare October 13, 2021 22:58
@renovate renovate bot changed the title Update angular-cli monorepo to v12.2.9 (minor) Update angular-cli monorepo to v12.2.10 (minor) Oct 13, 2021
Copy link

@codeclimate codeclimate bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR diff size of 7438 lines exceeds the maximum allowed for the inline comments feature.

@codeclimate
Copy link

codeclimate bot commented Oct 13, 2021

Code Climate has analyzed commit 5600943 and detected 0 issues on this pull request.

View more on Code Climate.

@satanTime satanTime merged commit 40f5a8f into master Oct 17, 2021
@renovate renovate bot deleted the renovate/root/angular-cli-monorepo branch October 17, 2021 08:56
@satanTime
Copy link
Owner

v1.1.4 has been released and contains a fix for the issue. Feel free to reopen the issue or to submit a new one if you meet any problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants