classroom-demo
classroom-demo copied to clipboard
Bump webpack and @angular-devkit/build-angular in /src/angular/frontend
Bumps webpack to 5.76.1 and updates ancestor dependency @angular-devkit/build-angular. These dependencies need to be updated together.
Updates webpack
from 5.75.0 to 5.76.1
Release notes
Sourced from webpack's releases.
v5.76.1
Fixed
- Added
assert/strict
built-in toNodeTargetPlugin
Revert
- Improve performance of
hashRegExp
lookup by@ryanwilsonperkin
in webpack/webpack#16759v5.76.0
Bugfixes
- Avoid cross-realm object access by
@Jack-Works
in webpack/webpack#16500- Improve hash performance via conditional initialization by
@lvivski
in webpack/webpack#16491- Serialize
generatedCode
info to fix bug in asset module cache restoration by@ryanwilsonperkin
in webpack/webpack#16703- Improve performance of
hashRegExp
lookup by@ryanwilsonperkin
in webpack/webpack#16759Features
- add
target
toLoaderContext
type by@askoufis
in webpack/webpack#16781Security
- CVE-2022-37603 fixed by
@akhilgkrishnan
in webpack/webpack#16446Repo Changes
- Fix HTML5 logo in README by
@jakebailey
in webpack/webpack#16614- Replace TypeScript logo in README by
@jakebailey
in webpack/webpack#16613- Update actions/cache dependencies by
@piwysocki
in webpack/webpack#16493New Contributors
@Jack-Works
made their first contribution in webpack/webpack#16500@lvivski
made their first contribution in webpack/webpack#16491@jakebailey
made their first contribution in webpack/webpack#16614@akhilgkrishnan
made their first contribution in webpack/webpack#16446@ryanwilsonperkin
made their first contribution in webpack/webpack#16703@piwysocki
made their first contribution in webpack/webpack#16493@askoufis
made their first contribution in webpack/webpack#16781Full Changelog: https://github.com/webpack/webpack/compare/v5.75.0...v5.76.0
Commits
21be52b
Merge pull request #16804 from webpack/chore-patch-release1cce945
chore(release): 5.76.1e76ad9e
Merge pull request #16803 from ryanwilsonperkin/revert-16759-real-content-has...52b1b0e
Revert "Improve performance of hashRegExp lookup"c989143
Merge pull request #16766 from piranna/patch-1710eaf4
Merge pull request #16789 from dmichon-msft/contenthash-hashsalt5d64468
Merge pull request #16792 from webpack/update-version67af5ec
chore(release): 5.76.097b1718
Merge pull request #16781 from askoufis/loader-context-target-typeb84efe6
Merge pull request #16759 from ryanwilsonperkin/real-content-hash-regex-perf- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by evilebottnawi, a new releaser for webpack since your current version.
Updates @angular-devkit/build-angular
from 15.0.0 to 15.2.4
Release notes
Sourced from @angular-devkit/build-angular
's releases.
v15.2.4
15.2.4 (2023-03-16)
@angular-devkit/build-angular
Commit Description update webpack
dependency to5.76.1
Special 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 improve parsing of error messages Special Thanks
Alan Agius and Paul Gschwendtner
v15.2.0
15.2.0 (2023-02-22)
@angular-devkit/schematics-cli
Commit Description
... (truncated)
Changelog
Sourced from @angular-devkit/build-angular
's changelog.
15.2.4 (2023-03-16)
@angular-devkit/build-angular
Commit Type Description f74bfea24 fix update webpack
dependency to5.76.1
Special Thanks
Alan Agius
14.2.11 (2023-03-16)
@angular-devkit/build-angular
Commit Type Description ddd33bf38 fix update webpack dependency to 5.76.1
Special Thanks
Alan Agius and Joey Perrott
13.3.11 (2023-03-16)
@angular-devkit/build-angular
Commit Type Description 50fa9300f fix update webpack
dependency to5.76.1
Special Thanks
Alan Agius and Joey Perrott
16.0.0-next.4 (2023-03-15)
... (truncated)
Commits
85a048b
release: cut the v15.2.4 releasef74bfea
fix(@angular-devkit/build-angular
): updatewebpack
dependency to5.76.1
89a9758
release: cut the v15.2.3 releasea936805
fix(@angular-devkit/build-angular
): correct wrap ES2022 classes with static p...2f36b53
build: remove ts-node forking bug workaround5934493
release: cut the v15.2.2 releaseeb22f63
fix(@angular-devkit/build-angular
): build optimizer support for non spec-comp...dfd03aa
fix(@angular-devkit/schematics-cli
): correctly transform numbers from prompts57d12b1
release: cut the v15.2.1 release9a5609a
fix(@angular-devkit/build-angular
): improve parsing of error messages- Additional commits viewable 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 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.