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

chore(deps): Bump express and parse-dashboard #205

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 7, 2024

Bumps express to 4.21.0 and updates ancestor dependency parse-dashboard. These dependencies need to be updated together.

Updates express from 4.18.1 to 4.21.0

Release notes

Sourced from express's releases.

4.21.0

What's Changed

New Contributors

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

4.20.0

What's Changed

Important

  • 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

Other Changes

... (truncated)

Changelog

Sourced from express's changelog.

4.21.0 / 2024-09-11

4.20.0 / 2024-09-10

  • 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

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

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

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by wesleytodd, a new releaser for express since your current version.


Updates parse-dashboard from 5.4.0 to 6.0.0

Release notes

Sourced from parse-dashboard's releases.

6.0.0

6.0.0 (2024-10-07)

Bug Fixes

  • App metrics for user and installation counts show dash (#2528) (850d7b3)
  • Class Level Permissions dialog throws error TypeError: ce.current is null for newly created class (#2549) (27ed692)
  • Config page fails to load (#2531) (d721b7c)
  • Crash after setting filter using context menu and opening filters panel (#2579) (5a690eb)
  • Dashboard crashes if Parse Server Cloud Function script returns object (#2516) (5de08f8)
  • Dashboard not building for Docker platform arm64/v8 (#2534) (8c4a862)
  • Dashboard scrolls when selecting row in data browser (#2559) (2aa54a5)
  • Data browser redirects to wrong class when changing app (#2526) (7713f54)
  • Deleting all code in the JS Console editor fills in the default code (#2558) (4b830ba)
  • Descriptive statistics for number cells in data browser not showing (#2581) (e146b6f)
  • Filter string is erased when changing filter condition (#2586) (6fa2c8c)
  • Internal classes _User, _Role, _Installation referenced with pointer don't appear in data browser filter dialog (#2599) (8239cc8)
  • Open pointer in new tab in data browser not working when mount path is not root (#2527) (2f4081f)

Features

  • Add Cloud Config change history to roll back to previous values (#2554) (a784129)
  • Add data panel to display object related data fetched via Cloud Function (#2584) (914cc71)
  • Add descriptive statistics for number cells in data browser (#2529) (ead9ec4)
  • Add filter starts with in data browser for fields of type Pointer (#2553) (0b94ab6)
  • Add Node 20 support; remove Node 14, 16 support (#2532) (578a339)
  • Add Node 20 support; remove Node 14, 16 support (#2535) (5c90f2d)
  • Add optional restriction of script execution to certain object fields and values (#2488) (8feac9b)
  • Add relational filter conditions in data browser (#2576) (aa5c68d)
  • Add support for Node 22 (#2603) (3689106)
  • Execute script for selected rows (#2508) (5d9901e)
  • Select rows in data browser by clicking and dragging mouse cursor over checkboxes (#2548) (792ba9e)

BREAKING CHANGES

6.0.0-beta.2

6.0.0-beta.2 (2024-10-07)

Bug Fixes

  • Crash after setting filter using context menu and opening filters panel (#2579) (5a690eb)
  • Dashboard not building for Docker platform arm64/v8 (#2534) (8c4a862)
  • Descriptive statistics for number cells in data browser not showing (#2581) (e146b6f)
  • Filter string is erased when changing filter condition (#2586) (6fa2c8c)
  • Internal classes _User, _Role, _Installation referenced with pointer don't appear in data browser filter dialog (#2599) (8239cc8)

... (truncated)

Commits

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 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 7, 2024
Bumps [express](https://github.com/expressjs/express) to 4.21.0 and updates ancestor dependency [parse-dashboard](https://github.com/ParsePlatform/parse-dashboard). These dependencies need to be updated together.


Updates `express` from 4.18.1 to 4.21.0
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.0/History.md)
- [Commits](expressjs/express@4.18.1...4.21.0)

Updates `parse-dashboard` from 5.4.0 to 6.0.0
- [Release notes](https://github.com/ParsePlatform/parse-dashboard/releases)
- [Changelog](https://github.com/parse-community/parse-dashboard/blob/alpha/CHANGELOG.md)
- [Commits](parse-community/parse-dashboard@5.4.0...6.0.0)

---
updated-dependencies:
- dependency-name: express
  dependency-type: indirect
- dependency-name: parse-dashboard
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/multi-80c44b13d0 branch from fb3377f to 9c5fef6 Compare October 7, 2024 22:18
Copy link

codecov bot commented Oct 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (82400a1) to head (9c5fef6).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #205   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         2           
  Lines            4         4           
=========================================
  Hits             4         4           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 7, 2024

Looks like these dependencies are up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Oct 7, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/multi-80c44b13d0 branch October 7, 2024 22:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants