Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update shared components packages #660

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 5, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@types/node (source) 22.8.2 -> 22.10.5 age adoption passing confidence devDependencies minor
craicoverflow/install-git-chglog 6d338c1 -> fd5ace9 action digest
express (source) 4.18.2 -> 4.21.2 age adoption passing confidence dependencies minor
node 22.10.0-alpine -> 22.13.0-alpine age adoption passing confidence final minor
openapi-backend (source) 5.8.1 -> 5.11.1 age adoption passing confidence dependencies minor
peter-evans/create-pull-request 4320041 -> 67ccf78 action digest
rlespinasse/github-slug-action 4bf56f0 -> 7976662 action digest
semver 7.3.8 -> 7.6.3 age adoption passing confidence devDependencies minor
typescript (source) 5.0.2 -> 5.7.2 age adoption passing confidence devDependencies minor
wait-on 8.0.0 -> 8.0.1 age adoption passing confidence devDependencies patch
yargs (source) 17.7.1 -> 17.7.2 age adoption passing confidence dependencies patch

Release Notes

expressjs/express (express)

v4.21.2

Compare Source

v4.21.1

Compare Source

What's Changed

Full Changelog: expressjs/express@4.21.0...4.21.1

v4.21.0

Compare Source

What's Changed

New Contributors

Full Changelog: expressjs/express@4.20.0...4.21.0

v4.20.0

Compare Source

==========

  • deps: [email protected]
    • Remove link renderization in html while redirecting
  • deps: [email protected]
    • Remove link renderization in html while redirecting
  • deps: [email protected]
    • add depth option to customize the depth level in the parser
    • IMPORTANT: The default depth level for parsing URL-encoded data is now 32 (previously was Infinity)
  • Remove link renderization in html while using res.redirect
  • deps: [email protected]
    • Adds support for named matching groups in the routes using a regex
    • Adds backtracking protection to parameters without regexes defined
  • deps: encodeurl@~2.0.0
    • Removes encoding of \, |, and ^ to align better with URL spec
  • Deprecate passing options.maxAge and options.expires to res.clearCookie
    • Will be ignored in v5, clearCookie will set a cookie with an expires in the past to instruct clients to delete the cookie

v4.19.2

Compare Source

==========

  • Improved fix for open redirect allow list bypass

v4.19.1

Compare Source

==========

  • Allow passing non-strings to res.location with new encoding handling checks

v4.19.0

Compare Source

v4.18.3

Compare Source

==========

nodejs/node (node)

v22.13.0: 2025-01-07, Version 22.13.0 'Jod' (LTS), @​ruyadorno

Compare Source

Notable Changes
Stabilize Permission Model

Upgrades the Permission Model status from Active Development to Stable.

Contributed by Rafael Gonzaga #​56201

Graduate WebCryptoAPI Ed25519 and X25519 algorithms as stable

Following the merge of Curve25519 into the Web Cryptography API Editor's Draft the Ed25519 and X25519 algorithm identifiers are now stable and will no longer emit an ExperimentalWarning upon use.

Contributed by (Filip Skokan) #​56142

Other Notable Changes
  • [05d6227a88] - (SEMVER-MINOR) assert: add partialDeepStrictEqual (Giovanni Bucci) #​54630
  • [a933103499] - (SEMVER-MINOR) cli: implement --trace-env and --trace-env-[js|native]-stack (Joyee Cheung) #​55604
  • [ba9d5397de] - (SEMVER-MINOR) dgram: support blocklist in udp (theanarkh) #​56087
  • [f6d0c01303] - doc: stabilize util.styleText (Rafael Gonzaga) #​56265
  • [34c68827af] - doc: move typescript support to active development (Marco Ippolito) #​55536
  • [dd14b80350] - doc: add LJHarb to collaborators (Jordan Harband) #​56132
  • [5263086169] - (SEMVER-MINOR) doc: add report version and history section (Chengzhong Wu) #​56130
  • [8cb3c2018d] - (SEMVER-MINOR) doc: sort --report-exclude alphabetically (Rafael Gonzaga) #​55788
  • [55239a48b6] - (SEMVER-MINOR) doc,lib,src,test: unflag sqlite module (Colin Ihrig) #​55890
  • [7cbe3de1d8] - (SEMVER-MINOR) module: only emit require(esm) warning under --trace-require-module (Joyee Cheung) #​56194
  • [6575b76042] - (SEMVER-MINOR) module: add module.stripTypeScriptTypes (Marco Ippolito) #​55282
  • [bacfe6d5c9] - (SEMVER-MINOR) net: support blocklist in net.connect (theanarkh) #​56075
  • [b47888d390] - (SEMVER-MINOR) net: support blocklist for net.Server (theanarkh) #​56079
  • [566f0a1d25] - (SEMVER-MINOR) net: add SocketAddress.parse (James M Snell) #​56076
  • [ed7eab1421] - (SEMVER-MINOR) net: add net.BlockList.isBlockList(value) (James M Snell) #​56078
  • [ea4891856d] - (SEMVER-MINOR) process: deprecate features.{ipv6,uv} and features.tls_* (René) #​55545
  • [01eb308f26] - (SEMVER-MINOR) report: fix typos in report keys and bump the version (Yuan-Ming Hsu) #​56068
  • [97c38352d0] - (SEMVER-MINOR) sqlite: aggregate constants in a single property (Edigleysson Silva (Edy)) #​56213
  • [b4041e554a] - (SEMVER-MINOR) sqlite: add StatementSync.prototype.iterate method (tpoisseau) #​54213
  • [2e3ca1bbdd] - (SEMVER-MINOR) src: add cli option to preserve env vars on diagnostic reports (Rafael Gonzaga) #​55697
  • [bcfe9c80fc] - (SEMVER-MINOR) util: add sourcemap support to getCallSites (Marco Ippolito) #​55589
Commits

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/shared-components-packages branch from 5abdc36 to 0127713 Compare March 9, 2023 21:29
@renovate renovate bot changed the title fix(deps): update dependency openapi-backend to v5.9.1 chore(deps): update shared components packages Mar 9, 2023
@renovate renovate bot force-pushed the renovate/shared-components-packages branch 7 times, most recently from e6b9d4e to d2f13ad Compare March 17, 2023 19:21
@renovate renovate bot force-pushed the renovate/shared-components-packages branch 9 times, most recently from d2075e2 to 73c940f Compare March 26, 2023 03:11
@renovate renovate bot force-pushed the renovate/shared-components-packages branch 5 times, most recently from f26d0f0 to 085ea1f Compare March 31, 2023 08:49
@renovate renovate bot force-pushed the renovate/shared-components-packages branch 3 times, most recently from fade5a0 to 8d9f324 Compare April 11, 2023 00:26
@renovate renovate bot force-pushed the renovate/shared-components-packages branch 4 times, most recently from c2c477c to bc2c4c9 Compare April 21, 2023 05:06
@renovate renovate bot force-pushed the renovate/shared-components-packages branch 8 times, most recently from 9afd637 to d552ac8 Compare November 3, 2024 05:11
@renovate renovate bot force-pushed the renovate/shared-components-packages branch 4 times, most recently from c37497f to ba5f438 Compare November 10, 2024 04:45
@renovate renovate bot force-pushed the renovate/shared-components-packages branch 5 times, most recently from 09723a1 to 93f3c29 Compare November 23, 2024 06:12
@renovate renovate bot force-pushed the renovate/shared-components-packages branch 3 times, most recently from 6ed485c to 9c4021d Compare November 28, 2024 08:39
@renovate renovate bot force-pushed the renovate/shared-components-packages branch 2 times, most recently from 82a41bd to cdab24e Compare December 5, 2024 22:41
@renovate renovate bot changed the title chore(deps): update shared components packages fix(deps): update shared components packages Dec 10, 2024
@renovate renovate bot force-pushed the renovate/shared-components-packages branch from cdab24e to a10e1e6 Compare December 11, 2024 13:56
@renovate renovate bot force-pushed the renovate/shared-components-packages branch 4 times, most recently from 34ac262 to 6c732ca Compare January 3, 2025 08:08
@renovate renovate bot force-pushed the renovate/shared-components-packages branch from 6c732ca to def9a52 Compare January 8, 2025 15:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants