rocketadmin
rocketadmin copied to clipboard
Bump the npm_and_yarn group across 2 directories with 2 updates
Bumps the npm_and_yarn group with 1 update in the / directory: mysql2. Bumps the npm_and_yarn group with 1 update in the /frontend directory: @angular/core.
Updates mysql2
from 3.9.4 to 3.9.7
Release notes
Sourced from mysql2's releases.
v3.9.7
3.9.7 (2024-04-21)
Bug Fixes
- security: sanitize timezone parameter value to prevent code injection - report by zhaoyudi (Nebulalab) (#2608) (7d4b098)
v3.9.6
3.9.6 (2024-04-18)
Bug Fixes
- binary parser sometimes reads out of packet bounds when results contain null and typecast is false (#2601) (705835d)
v3.9.5
3.9.5 (2024-04-17)
Bug Fixes
Changelog
Sourced from mysql2's changelog.
3.9.7 (2024-04-21)
Bug Fixes
3.9.6 (2024-04-18)
Bug Fixes
- binary parser sometimes reads out of packet bounds when results contain null and typecast is false (#2601) (705835d)
3.9.5 (2024-04-17)
Bug Fixes
Commits
2d3cad8
chore(master): release 3.9.7 (#2609)7d4b098
fix(security): sanitize timezone parameter value to prevent code injection (#...2efd6ab
build(deps): bump lucide-react from 0.371.0 to 0.372.0 in /website (#2606)e3391ed
build(deps): bump lucide-react from 0.368.0 to 0.371.0 in /website (#2604)4f58caa
chore(master): release 3.9.6 (#2603)705835d
fix: binary parser sometimes reads out of packet bounds when results contain ...2129818
chore(master): release 3.9.5 (#2600)f7c60d0
fix: revert breaking change in results creation (#2591)7f5b395
build(deps-dev): bump@typescript-eslint/eslint-plugin
in /website (#2596)a770052
build(deps-dev): bump@typescript-eslint/parser
in /website (#2595)- Additional commits viewable in compare view
Updates @angular/core
from 16.0.6 to 16.1.0
Release notes
Sourced from @angular/core
's releases.
v16.1.0
16.1.0 (2023-06-13)
compiler
Commit Description error when reading compiled input transforms metadata in JIT mode (#50600) resolve deprecation warning with TypeScript 5.1 (#50460) core
Commit Description add ability to transform input values (#50420) support TypeScript 5.1 (#50156) add additional component metadata to component ID generation (#50336) http
Commit Description Introduction of the fetch
Backend for theHttpClient
(#50247)v16.1.0-rc.0
16.1.0-rc.0 (2023-06-08)
compiler
Commit Description do not remove comments in component styles (#50346) error when reading compiled input transforms metadata in JIT mode (#50600) core
Commit Description incorrectly throwing error for self-referencing component (#50559) wait for HTTP in ngOnInit
correctly before server render (#50573)http
Commit Description Introduction of the fetch
Backend for theHttpClient
(#50247)platform-server
Commit Description surface errors during rendering (#50587) v16.1.0-next.3
16.1.0-next.3 (2023-06-01)
animations
Commit Description Trigger leave animation when ViewContainerRef is injected (#48705) common
... (truncated)
Changelog
Sourced from @angular/core
's changelog.
16.1.0 (2023-06-13)
compiler
Commit Type Description 4e663297c5 fix error when reading compiled input transforms metadata in JIT mode (#50600) 721bc72649 fix resolve deprecation warning with TypeScript 5.1 (#50460) core
Commit Type Description 68017d4e75 feat add ability to transform input values (#50420) 69dadd2502 feat support TypeScript 5.1 (#50156) c0ebe34cbd fix add additional component metadata to component ID generation (#50336) http
Commit Type Description 85c5427582 feat Introduction of the fetch
Backend for theHttpClient
(#50247)
Commits
a2bfb62
fix(core): avoid duplicated content during hydration while processing a compo...4e66329
fix(compiler): error when reading compiled input transforms metadata in JIT m...79a706c
fix(core): incorrectly throwing error for self-referencing component (#50559)d55276a
refactor(router): use transform to coerce input values (#50589)edceb48
fix(core): wait for HTTP inngOnInit
correctly before server render (#50573)0c441f6
refactor(platform-browser): Remove BrowserDetection (#50411)68017d4
feat(core): add ability to transform input values (#50420)28c68f7
fix(core): updateApplicationRef.isStable
to account for rendering pending ...bada919
fix(animations): Trigger leave animation when ViewContainerRef is injected (#...4f5f496
refactor(core): Remove unused import from the graph.ts (#50372)- 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 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.