-
Couldn't load subscription status.
- Fork 11.9k
Comparing changes
Open a pull request
base repository: angular/angular-cli
base: 13.1.3
head repository: angular/angular-cli
compare: 13.1.4
- 9 commits
- 27 files changed
- 5 contributors
Commits on Jan 16, 2022
-
fix(@angular-devkit/build-angular): disable parsing
new URLsyntaxWhen web-workers are enabled we allowing parsing `new URL` syntax which has the side-effect that Webpack will treat all assets as asset modules (https://webpack.js.org/guides/asset-modules/#url-assets). With this change we remove this inconsistency by disabling the `url` parsing which doesn't effect `new Worker(new URL(...))`. (cherry picked from commit a0784bd)
Configuration menu - View commit details
-
Copy full SHA for 2f2069d - Browse repository at this point
Copy the full SHA 2f2069dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9539d15 - Browse repository at this point
Copy the full SHA 9539d15View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8da55b2 - Browse repository at this point
Copy the full SHA 8da55b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0700bfb - Browse repository at this point
Copy the full SHA 0700bfbView commit details -
fix(@angular-devkit/build-angular): support ESNext as target for Java…
Configuration menu - View commit details
-
Copy full SHA for bddd0fb - Browse repository at this point
Copy the full SHA bddd0fbView commit details -
build: bump engine.io from 6.1.0 to 6.1.1
Bumps [engine.io](https://github.com/socketio/engine.io) from 6.1.0 to 6.1.1. - [Release notes](https://github.com/socketio/engine.io/releases) - [Changelog](https://github.com/socketio/engine.io/blob/master/CHANGELOG.md) - [Commits](socketio/engine.io@6.1.0...6.1.1) --- updated-dependencies: - dependency-name: engine.io dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> (cherry picked from commit 86af1e5)
Configuration menu - View commit details
-
Copy full SHA for 0a54877 - Browse repository at this point
Copy the full SHA 0a54877View commit details -
refactor(@angular-devkit/build-angular): exit early when there are no…
… component style budgets With this change we exit the function early, when there are no budgets defined. (cherry picked from commit a35262e)
Configuration menu - View commit details
-
Copy full SHA for 47c03b0 - Browse repository at this point
Copy the full SHA 47c03b0View commit details -
`@typescript-eslint/[email protected]` requires at least `14.17.0`, so our current `.nvmrc` isn't up to date enough. ``` $ yarn --frozen-lockfile (master|✔) yarn install v1.22.17 [1/5] Validating package.json... [2/5] Resolving packages... [3/5] Fetching packages... error @typescript-eslint/[email protected]: The engine "node" is incompatible with this module. Expected version "^12.22.0 || ^14.17.0 || >=16.0.0". Got "14.16.1" error Found incompatible module. info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command. ``` (cherry picked from commit a750203)
Configuration menu - View commit details
-
Copy full SHA for 954f660 - Browse repository at this point
Copy the full SHA 954f660View commit details
Commits on Jan 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d0978c5 - Browse repository at this point
Copy the full SHA d0978c5View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 13.1.3...13.1.4