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 angularcli monorepo to v12 (major) #24

Merged
merged 1 commit into from
Aug 25, 2021

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Aug 21, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@angular-devkit/build-angular 0.1102.10 -> 12.2.2 age adoption passing confidence
@angular/cli 11.2.10 -> 12.2.2 age adoption passing confidence

Release Notes

angular/angular-cli

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 Description
8dc3c895a fix(@​angular/cli): show error when using non-TTY terminal without passing --skip-confirmation during ng add
@​angular-devkit/schematics-cli
Commit Description
eded01270 fix(@​angular-devkit/schematics-cli): log when in debug and/or dry run modes
@​angular-devkit/build-angular
Commit Description
22e0208a9 fix(@​angular-devkit/build-angular): ensure native async is downlevelled in third-party libraries
9b4b86fb0 fix(@​angular-devkit/build-angular): support both pure annotation forms for static properties
cea028090 fix(@​angular-devkit/build-angular): do not consume inline sourcemaps when vendor sourcemaps is disabled.
e7ec0346e fix(@​angular-devkit/build-angular): avoid attempting to optimize copied JavaScript assets
4f757c2bc fix(@​angular-devkit/build-angular): handle null maps in JavaScript optimizer worker

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

v12.1.4

Compare Source

@​angular/cli
Commit Description
e02c97dd0 fix(@​angular/cli): merge npmrc files values
@​schematics/angular
Commit Description
cfc267426 fix(@​schematics/angular): ensure valid SemVer range for new project Angular packages
@​angular-devkit/build-angular
Commit Description
55c0bddc8 fix(@​angular-devkit/build-angular): add priority to copy-webpack-plugin patterns
@​angular-devkit/build-webpack
Commit Description
b3736a3c0 fix(@​angular-devkit/build-webpack): emit result when webpack is closed

Special Thanks:

Alan Agius, Charles Lyding, Joey Perrott and originalfrostig

v12.1.3

Compare Source

@​angular/cli
Commit Description
eaa2378b6 fix(@​angular/cli): handle YARN_ environment variables during ng update and ng add
4b9a41bde fix(@​angular/cli): handle NPM_CONFIG environment variables during ng update and ng add
@​angular-devkit/build-angular
Commit Description
04e9ffe4f fix(@​angular-devkit/build-angular): allow classes with pure annotated static properties to be optimized
6ae17e265 fix(@​angular-devkit/build-angular): dasherize disable-host-check suggestion

Special Thanks:

Alan Agius, Charles Lyding, Joey Perrott, LeonEck and Mike Jancar

v12.1.2

Compare Source

v12.1.1

Compare Source

v12.1.0

Compare Source

v12.0.5

Compare Source

v12.0.4

Compare Source

v12.0.3

Compare Source

v12.0.2

Compare Source

v12.0.1

Compare Source

v12.0.0


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.

@renovate renovate bot force-pushed the renovate/major-angularcli-monorepo branch 2 times, most recently from 49f8657 to 632e961 Compare August 22, 2021 05:43
@renovate renovate bot changed the title Update angularcli monorepo to v12 (major) Update angularcli monorepo to v12 (major) - autoclosed Aug 25, 2021
@renovate renovate bot closed this Aug 25, 2021
@renovate renovate bot deleted the renovate/major-angularcli-monorepo branch August 25, 2021 05:08
@renovate renovate bot changed the title Update angularcli monorepo to v12 (major) - autoclosed Update angularcli monorepo to v12 (major) Aug 25, 2021
@renovate renovate bot restored the renovate/major-angularcli-monorepo branch August 25, 2021 07:40
@renovate renovate bot reopened this Aug 25, 2021
@renovate renovate bot force-pushed the renovate/major-angularcli-monorepo branch from 632e961 to 0343b35 Compare August 25, 2021 07:43
@SilvinPradhan SilvinPradhan merged commit 7b0e833 into master Aug 25, 2021
@SilvinPradhan SilvinPradhan deleted the renovate/major-angularcli-monorepo branch August 25, 2021 18:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants