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 all dependencies (non-major) #7

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented May 23, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@podium/layout (source) 4.6.110 -> 4.6.125 age adoption passing confidence
@podium/podlet (source) 4.4.63 -> 4.5.0 age adoption passing confidence
body-parser 1.20.0 -> 1.20.3 age adoption passing confidence
express (source) 4.18.1 -> 4.21.0 age adoption passing confidence

Release Notes

podium-lib/layout (@​podium/layout)

v4.6.125

Compare Source

Bug Fixes
  • deps: update all dependencies (non-major) (4033719)

v4.6.124

Compare Source

Bug Fixes

v4.6.123

Compare Source

Bug Fixes

v4.6.122

Compare Source

Bug Fixes
  • deps: update all dependencies (non-major) (a27c20b)

v4.6.121

Compare Source

Bug Fixes
  • deps: update all dependencies (non-major) (1f2de8d)

v4.6.120

Compare Source

Bug Fixes

v4.6.119

Compare Source

Bug Fixes

v4.6.118

Compare Source

Bug Fixes

v4.6.117

Compare Source

Bug Fixes
  • deps: update all dependencies (non-major) (cbc1350)

v4.6.116

Compare Source

Bug Fixes
  • deps: update all dependencies (non-major) (977a0f0)

v4.6.115

Compare Source

Bug Fixes
  • deps: update all dependencies (non-major) (c4c22b2)

v4.6.114

Compare Source

Bug Fixes
  • deps: update all dependencies (non-major) (5f373fb)

v4.6.113

Compare Source

Bug Fixes

v4.6.112

Compare Source

Bug Fixes

v4.6.111

Compare Source

Bug Fixes
podium-lib/podlet (@​podium/podlet)

v4.5.0

Compare Source

Features
  • filter assets by scope if scope is provided (95129b3)

4.4.75 (2023-11-20)

Bug Fixes
  • deps: update all dependencies (non-major) (bf963ad)

4.4.74 (2023-10-23)

Bug Fixes
  • deps: update all dependencies (non-major) (4475c67)

4.4.73 (2023-10-09)

Bug Fixes
  • CJS-shaped export in type definition (fd96046)

4.4.72 (2023-09-25)

Bug Fixes
  • deps: update all dependencies (non-major) (0a47c72)

4.4.71 (2023-09-18)

Bug Fixes
  • deps: update all dependencies (non-major) (08a5c70)

4.4.70 (2023-09-13)

Bug Fixes

4.4.69 (2023-01-09)

Bug Fixes
  • deps: update all dependencies (non-major) (0d14c8a)

4.4.68 (2022-12-12)

Bug Fixes
  • deps: update all dependencies (non-major) (94707a5)

4.4.67 (2022-11-21)

Bug Fixes
  • deps: update all dependencies (non-major) (6ab8c85)

4.4.66 (2022-11-14)

Bug Fixes
  • deps: update all dependencies (non-major) (bf8620d)

4.4.65 (2022-09-02)

Bug Fixes
  • types: Add pathname() method to Podium type (779f8c3)

v4.4.75

Compare Source

Bug Fixes
  • deps: update all dependencies (non-major) (bf963ad)

v4.4.74

Compare Source

Bug Fixes
  • deps: update all dependencies (non-major) (4475c67)

v4.4.73

Compare Source

Bug Fixes
  • CJS-shaped export in type definition (fd96046)

v4.4.72

Compare Source

Bug Fixes
  • deps: update all dependencies (non-major) (0a47c72)

v4.4.71

Compare Source

Bug Fixes
  • deps: update all dependencies (non-major) (08a5c70)

v4.4.70

Compare Source

Bug Fixes

v4.4.69

Compare Source

Bug Fixes
  • deps: update all dependencies (non-major) (0d14c8a)

v4.4.68

Compare Source

Bug Fixes
  • deps: update all dependencies (non-major) (94707a5)

v4.4.67

Compare Source

Bug Fixes
  • deps: update all dependencies (non-major) (6ab8c85)

v4.4.66

Compare Source

Bug Fixes
  • deps: update all dependencies (non-major) (bf8620d)

v4.4.65

Compare Source

Bug Fixes
  • types: Add pathname() method to Podium type (779f8c3)

v4.4.64

Compare Source

Bug Fixes
expressjs/body-parser (body-parser)

v1.20.3

Compare Source

===================

  • 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)

v1.20.2

Compare Source

===================

  • Fix strict json error message on Node.js 19+
  • deps: content-type@~1.0.5
    • perf: skip value escaping when unnecessary
  • deps: [email protected]

v1.20.1

Compare Source

===================

expressjs/express (express)

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

==========

v4.18.2

Compare Source

===================


Configuration

📅 Schedule: Branch creation - "before 4am on monday" (UTC), 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 changed the title fix(deps): update all dependencies (non-major) fix(deps): update All dependencies (non-major) Jun 27, 2022
@renovate renovate bot changed the title fix(deps): update All dependencies (non-major) fix(deps): update all dependencies (non-major) Jun 28, 2022
@renovate renovate bot force-pushed the renovate/all-dependencies-(non-major) branch from a7b4986 to 9bfd494 Compare September 25, 2022 12:51
@renovate renovate bot force-pushed the renovate/all-dependencies-(non-major) branch from 9bfd494 to d621a54 Compare November 20, 2022 20:24
@renovate renovate bot force-pushed the renovate/all-dependencies-(non-major) branch from d621a54 to 0b0736f Compare March 16, 2023 06:37
@renovate renovate bot force-pushed the renovate/all-dependencies-(non-major) branch from 0b0736f to 344965a Compare March 27, 2023 19:16
@renovate renovate bot force-pushed the renovate/all-dependencies-(non-major) branch from 344965a to 996f7a3 Compare May 28, 2023 12:24
@renovate renovate bot force-pushed the renovate/all-dependencies-(non-major) branch 3 times, most recently from b4d7c96 to 57116ce Compare September 18, 2023 08:39
@renovate renovate bot force-pushed the renovate/all-dependencies-(non-major) branch from 57116ce to 5bd651e Compare September 25, 2023 06:44
@renovate renovate bot force-pushed the renovate/all-dependencies-(non-major) branch 3 times, most recently from 5008a79 to 9aa59f1 Compare October 16, 2023 07:49
@renovate renovate bot force-pushed the renovate/all-dependencies-(non-major) branch 2 times, most recently from 31c1316 to 4ede3f9 Compare October 23, 2023 06:09
@renovate renovate bot force-pushed the renovate/all-dependencies-(non-major) branch 2 times, most recently from a159157 to 348c5d3 Compare November 22, 2023 20:08
@renovate renovate bot force-pushed the renovate/all-dependencies-(non-major) branch from 348c5d3 to be8b67a Compare February 29, 2024 16:19
@renovate renovate bot force-pushed the renovate/all-dependencies-(non-major) branch 3 times, most recently from 211a104 to 6213c29 Compare March 25, 2024 14:51
@renovate renovate bot force-pushed the renovate/all-dependencies-(non-major) branch 2 times, most recently from ed32e4b to 897fa36 Compare September 10, 2024 03:14
@renovate renovate bot force-pushed the renovate/all-dependencies-(non-major) branch from 897fa36 to b96d55c Compare September 12, 2024 01:44
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