rocketadmin
rocketadmin copied to clipboard
Bump the npm_and_yarn group across 1 directory with 6 updates
Bumps the npm_and_yarn group with 6 updates in the /frontend directory:
Package | From | To |
---|---|---|
@angular/core | 15.2.10 |
16.0.0 |
express | 4.18.2 |
4.19.2 |
follow-redirects | 1.15.4 |
1.15.6 |
ip | 2.0.0 |
2.0.1 |
tar | 6.1.13 |
6.2.1 |
webpack-dev-middleware | 5.3.3 |
5.3.4 |
Updates @angular/core
from 15.2.10 to 16.0.0
Release notes
Sourced from @angular/core
's releases.
v16.0.0
16.0.0 (2023-05-03)
Commit Description remove Angular Compatibility Compiler (ngcc) (#49101) remove deprecated EventManager
methodaddGlobalEventListener
(#49645)common
Commit Description Provide MockPlatformLocation by default in BrowserTestingModule (#49137) strict type checking for ngtemplateoutlet (#48374) remove deprecated XhrFactory
export fromhttp
entrypoint (#49251)compiler
Commit Description add support for compile-time required inputs (#49304) add support for compile-time required inputs (#49453) add support for compile-time required inputs (#49468) drop support for TypeScript 4.8 (#49155) support multiple configuration files in extends
(#49125)incorrectly matching directives on attribute bindings (#49713) Produce diagnositc if directive used in host binding is not exported (#49527) compiler-cli
Commit Description Add an extended diagnostic for nSkipHydration
(#49512)Catch FatalDiagnosticError during template type checking (#49527) optimize NgModule emit for standalone components (#49837) core
Commit Description add assertInInjectionContext
(#49529)add mergeApplicationConfig
method (#49253)Add ability to configure NgZone
inbootstrapApplication
(#49557)add Angular Signals to the public API (#49150) add API to provide CSP nonce for inline stylesheets (#49444) add migration to remove moduleId
references (#49496)add support for TypeScript 5.0 (#49126) allow removal of previously registered DestroyRef callbacks (#49493) Allow typeguards on QueryList.filter (#48042) Drop public factories
property forIterableDiffers
: Breaking change (#49598)drop support for zone.js
versions<=0.12.0
(#49331)effects can optionally return a cleanup function (#49625) expose makeStateKey
,StateKey
andTransferState
(#49563)expose onDestroy on ApplicationRef (#49677) implement takeUntilDestroyed
in rxjs-interop (#49154)introduce runInInjectionContext
and deprecate prior version (#49396)introduce concept of DestroyRef (#49158)
... (truncated)
Changelog
Sourced from @angular/core
's changelog.
15.2.10 (2023-10-04)
service-worker
Commit Type Description 9fe08968b8 fix throw a critical error when handleFetch fail (#51989) 16.2.7 (2023-09-27)
core
Commit Type Description 39a3e34e03 fix allow toSignal calls in reactive context (#51831) (#51892) service-worker
Commit Type Description c3d901eacf fix throw a critical error when handleFetch
fails (#51885)16.2.6 (2023-09-20)
core
Commit Type Description 82712f80df fix ensure a consumer drops all its stale producers (#51722) (#51772) 16.2.5 (2023-09-13)
16.2.4 (2023-09-06)
16.2.3 (2023-08-30)
animations
Commit Type Description 04c6574280 fix remove unnecessary escaping in regex expressions (#51554) compiler-cli
Commit Type Description dbd761f528 fix correct incomplete escaping (#51557)
... (truncated)
Commits
b381ad7
docs(docs-infra): Remove unused annotation template (#50114)d80a6fc
docs: Add rxjs-interop and reactivity primitives APIs (#50066)d5fb3ad
refactor(core): finalize rxjs-interop options & docs (#50071)9bca3fb
test(common): test rounding problems in image distortion detection (#49889)7baa156
test(common): show ngOptimizedImage distortion detection failure on padded im...e7ed4ab
refactor(core): separate render and change detection instructions (#50017)2505018
refactor(core): Rename 'transplanted' view refresh flag and counters to be ge...a152940
refactor(core): Error code for Component Id collision (#49986)d26d410
refactor(core): Use bit shift operator instead of manually writing numbers (#...4240f4a
refactor(core): improve error message when dom node is not found (#49977)- Additional commits viewable in compare view
Updates express
from 4.18.2 to 4.19.2
Release notes
Sourced from express's releases.
4.19.2
What's Changed
Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2
4.19.1
What's Changed
- Fix ci after location patch by
@wesleytodd
in expressjs/express#5552- fixed un-edited version in history.md for 4.19.0 by
@wesleytodd
in expressjs/express#5556Full Changelog: https://github.com/expressjs/express/compare/4.19.0...4.19.1
4.19.0
What's Changed
- fix typo in release date by
@UlisesGascon
in expressjs/express#5527- docs: nominating
@wesleytodd
to be project captian by@wesleytodd
in expressjs/express#5511- docs: loosen TC activity rules by
@wesleytodd
in expressjs/express#5510- Add note on how to update docs for new release by
@crandmck
in expressjs/express#5541- Prevent open redirect allow list bypass due to encodeurl
- Release 4.19.0 by
@wesleytodd
in expressjs/express#5551New Contributors
@crandmck
made their first contribution in expressjs/express#5541Full Changelog: https://github.com/expressjs/express/compare/4.18.3...4.19.0
4.18.3
Main Changes
- Fix routing requests without method
- deps: [email protected]
- Fix strict json error message on Node.js 19+
- deps: content-type@~1.0.5
- deps: [email protected]
Other Changes
- Use https: protocol instead of deprecated git: protocol by
@vcsjones
in expressjs/express#5032- build: [email protected] and [email protected] by
@abenhamdine
in expressjs/express#5034- ci: update actions/checkout to v3 by
@armujahid
in expressjs/express#5027- test: remove unused function arguments in params by
@raksbisht
in expressjs/express#5124- Remove unused originalIndex from acceptParams by
@raksbisht
in expressjs/express#5119- Fixed typos by
@raksbisht
in expressjs/express#5117- examples: remove unused params by
@raksbisht
in expressjs/express#5113- fix: parameter str is not described in JSDoc by
@raksbisht
in expressjs/express#5130- fix: typos in History.md by
@raksbisht
in expressjs/express#5131- build : add [email protected] by
@abenhamdine
in expressjs/express#5028- test: remove unused function arguments in params by
@raksbisht
in expressjs/express#5137
... (truncated)
Changelog
Sourced from express's changelog.
4.19.2 / 2024-03-25
- Improved fix for open redirect allow list bypass
4.19.1 / 2024-03-20
- Allow passing non-strings to res.location with new encoding handling checks
4.19.0 / 2024-03-20
- Prevent open redirect allow list bypass due to encodeurl
- deps: [email protected]
4.18.3 / 2024-02-29
- Fix routing requests without method
- deps: [email protected]
- Fix strict json error message on Node.js 19+
- deps: content-type@~1.0.5
- deps: [email protected]
- deps: [email protected]
- Add
partitioned
option
Commits
04bc627
4.19.2da4d763
Improved fix for open redirect allow list bypass4f0f6cc
4.19.1a003cfa
Allow passing non-strings to res.location with new encoding handling checks f...a1fa90f
fixed un-edited version in history.md for 4.19.011f2b1d
build: fix build due to inconsistent supertest behavior in older versions084e365
4.19.00867302
Prevent open redirect allow list bypass due to encodeurl567c9c6
Add note on how to update docs for new release (#5541)69a4cf2
deps: [email protected]- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by wesleytodd, a new releaser for express since your current version.
Updates follow-redirects
from 1.15.4 to 1.15.6
Commits
Updates ip
from 2.0.0 to 2.0.1
Commits
3b0994a
2.0.132f468f
lib: fixed CVE-2023-42282 and added unit test- See full diff in compare view
Updates tar
from 6.1.13 to 6.2.1
Changelog
Sourced from tar's changelog.
Changelog
7.0
- Rewrite in TypeScript, provide ESM and CommonJS hybrid interface
- Add tree-shake friendly exports, like
import('tar/create')
andimport('tar/read-entry')
to get individual functions or classes.- Add
chmod
option that defaults to false, and deprecatenoChmod
. That is, reverse the default option regarding explicitly setting file system modes to match tar entry settings.- Add
processUmask
option to avoid having to callprocess.umask()
whenchmod: true
(ornoChmod: false
) is set.6.2
- Add support for brotli compression
- Add
maxDepth
option to prevent extraction into excessively deep folders.6.1
- remove dead link to benchmarks (#313) (
@yetzt
)- add examples/explanation of using tar.t (
@isaacs
)- ensure close event is emited after stream has ended (
@webark
)- replace deprecated String.prototype.substr() (
@CommanderRoot
,@lukekarrys
)6.0
- Drop support for node 6 and 8
- fix symlinks and hardlinks on windows being packed with
\
-style path targets5.0
- Address unpack race conditions using path reservations
- Change large-numbers errors from TypeError to Error
- Add
TAR_*
error codes- Raise
TAR_BAD_ARCHIVE
warning/error when there are no valid entries found in an archive- do not treat ignored entries as an invalid archive
- drop support for node v4
- unpack: conditionally use a file mapping to write files on Windows
- Set more portable 'mode' value in portable mode
- Set
portable
gzip option in portable mode
... (truncated)
Commits
bef7b1e
6.2.1fe8cd57
prevent extraction in excessively deep subfoldersfe7ebfd
remove security.md5bc9d40
6.2.0fe1ef5e
changelog 6.2e483220
get rid of npm lint stuff689928a
ci that works outside of npm orgdb6f539
file inference improvements for .tbr and .tgz336fa8f
refactor: dry and other pr commentseeba222
chore: lint fixes- Additional commits viewable in compare view
Updates webpack-dev-middleware
from 5.3.3 to 5.3.4
Commits
86071ea
chore(release): 5.3.4189c4ac
fix(security): do not allow to read files above (#1779)- 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 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 show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@dependabot ignore <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) -
@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) -
@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) -
@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency -
@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions You can disable automated security fix PRs for this repo from the Security Alerts page.