multiselect
multiselect copied to clipboard
Bump terser and @angular-devkit/build-angular in /docs_app
Bumps terser to 4.8.1 and updates ancestor dependency @angular-devkit/build-angular. These dependencies need to be updated together.
Updates terser from 4.6.10 to 4.8.1
Changelog
Sourced from terser's changelog.
v4.8.1 (backport)
- Security fix for RegExps that should not be evaluated (regexp DDOS)
v4.8.0
- Support for numeric separators (
million = 1_000_000) was added.- Assigning properties to a class is now assumed to be pure.
- Fixed bug where
yieldwasn't considered a valid property key in generators.v4.7.0
- A bug was fixed where an arrow function would have the wrong size
argumentsobject is now considered safe to retrieve properties from (useful forlength, or0) even whenpure_gettersis not set.- Fixed erroneous
constdeclarations without value (which is invalid) in some corner cases when usingcollapse_vars.v4.6.13
- Fixed issue where ES5 object properties were being turned into ES6 object properties due to more lax unicode rules.
- Fixed parsing of BigInt with lowercase
ein them.v4.6.12
- Fixed subtree comparison code, making it see that
[1,[2, 3]]is different from[1, 2, [3]]- Printing of unicode identifiers has been improved
v4.6.11
- Read unused classes' properties and method keys, to figure out if they use other variables.
- Prevent inlining into block scopes when there are name collisions
- Functions are no longer inlined into parameter defaults, because they live in their own special scope.
- When inlining identity functions, take into account the fact they may be used to drop
thisin function calls.- Nullish coalescing operator (
x ?? y), plus basic optimization for it.- Template literals in binary expressions such as
+have been further optimized
Commits
40674a4update changelog, versiond8cc569backport fix to potential regexp DDOS504b9674.8.09f380dcupdate changelog7dd0b9dupdate assumptionscfad907Allow yield to be used as property key in generators.283f44fMake class property assignment pure.ee965e8Add numeric separators support (#725)ee6b8af4.7.0807f729update changelog- Additional commits viewable in compare view
Updates @angular-devkit/build-angular from 0.901.1 to 15.2.5
Release notes
Sourced from @angular-devkit/build-angular's releases.
v15.2.5
15.2.5 (2023-04-05)
@angular/cli
Commit Description collect tech information Special Thanks
Alan Agius
v15.2.4
15.2.4 (2023-03-16)
@angular-devkit/build-angular
Commit Description update webpackdependency to5.76.1Special Thanks
Alan Agius
v15.2.3
15.2.3 (2023-03-15)
@angular-devkit/build-angular
Commit Description correct wrap ES2022 classes with static properties Special Thanks
Alan Agius and Paul Gschwendtner
v15.2.2
15.2.2 (2023-03-08)
@angular-devkit/schematics-cli
Commit Description correctly transform numbers from prompts
@angular-devkit/build-angular
Commit Description build optimizer support for non spec-compliant ES2022 class static properties Special Thanks
Alan Agius
v15.2.1
15.2.1 (2023-03-01)
@angular-devkit/build-angular
Commit Description
... (truncated)
Changelog
Sourced from @angular-devkit/build-angular's changelog.
15.2.5 (2023-04-05)
@angular/cli
Commit Type Description db173d7ed fix collect tech information Special Thanks
Alan Agius
16.0.0-next.6 (2023-03-30)
@schematics/angular
Commit Type Description c9e84d024 feat remove generation of BrowserModule.withServerTransition50b9e59a5 feat update app-shell schematic to support standalone applications dc5cc893d feat Update universal schematic to support standalone applications ba4414b2c fix reformat app.config.ts 202e9a50f fix remove compileComponents from component test schematic 85fe820b0 fix use same property order in standalone AppComponent
@angular-devkit/build-angular
Commit Type Description cdfa7ca88 fix allow multiple polyfills with esbuild-based builder 955b493b1 fix support CSP on critical CSS link tags. 458400b7b perf avoid unnecessary iterations Special Thanks
Alan Agius, Charles Lyding, Cédric Exbrayat, Joey Perrott, Kristiyan Kostadinov and Mike Brocchi
16.0.0-next.5 (2023-03-22)
Breaking Changes
... (truncated)
Commits
- See full diff 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.