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 send and parse-dashboard #206

Merged
merged 1 commit into from
Oct 7, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Updates send from 0.18.0 to 0.19.0

Release notes

Sourced from send's releases.

0.19.0

What's Changed

New Contributors

Full Changelog: pillarjs/send@0.18.0...0.19.0

Changelog

Sourced from send's changelog.

0.19.0 / 2024-09-10

  • Remove link renderization in html while redirecting
Commits
Maintainer changes

This version was pushed to npm by ulisesgascon, a new releaser for send 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 [send](https://github.com/pillarjs/send) to 0.19.0 and updates ancestor dependency [parse-dashboard](https://github.com/ParsePlatform/parse-dashboard). These dependencies need to be updated together.


Updates `send` from 0.18.0 to 0.19.0
- [Release notes](https://github.com/pillarjs/send/releases)
- [Changelog](https://github.com/pillarjs/send/blob/master/HISTORY.md)
- [Commits](pillarjs/send@0.18.0...0.19.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: send
  dependency-type: indirect
- dependency-name: parse-dashboard
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/multi-d7b325b6aa branch from 7336aca to 0c30ca3 Compare October 7, 2024 22:17
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 (0c30ca3).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #206   +/-   ##
=========================================
  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.

@cbaker6 cbaker6 merged commit 1930c73 into main Oct 7, 2024
6 of 7 checks passed
@cbaker6 cbaker6 deleted the dependabot/npm_and_yarn/multi-d7b325b6aa branch October 7, 2024 22:27
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.

1 participant