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

Bump nanoid from 3.3.7 to 3.3.8 in /beaconplusWeb #31

Open
wants to merge 59 commits into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 10, 2024

Bumps nanoid from 3.3.7 to 3.3.8.

Changelog

Sourced from nanoid's changelog.

3.3.8

  • Fixed a way to break Nano ID by passing non-integer size (by @​myndzi).
Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

mbaudis and others added 27 commits November 11, 2024 12:48
... mostly response cosmetics, with proper "status code first" probably the only functional change.
bug fix: the global ENV was previously set to "local" if not called
  over HTTP (`ENV = environ.get('HTTP_HOST', "local")`) which led
  to a wrong "local" context identification when testing from "localhost"; changed to `ENV = environ.get('HTTP_HOST', "___shell___")` and appropriate tests against this value
housekeeping ... doc & cleanups
Optionally run install script without MongoDB running
* introducing the option to set `DATABASE_NAMES` through an environmental
  parameter, to allow setups w/ external databases (thanks to Matt Baker!)
* wrapped the filter classes in the `filter_definitions` file into a
  `$defs` root parameter to allow for more structured definition of the filter parameters (e.g. `description` etc.)
* wrapped the argument definitions into a
  `$defs` root parameter
* added a `local/filter_definitions.yaml` file to allow local overrides of the
  filter definitions
* abandoned the `frequencymaps` collection in favour of the `frequencymap`s inside
  the `collations` collection
    - ¡¡¡ This requires re-generation of the maps !!!
internal update; cleanup to follow
Bumps [ws](https://github.com/websockets/ws) from 7.5.9 to 7.5.10.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@7.5.9...7.5.10)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [d3-color](https://github.com/d3/d3-color) and [@jbrowse/plugin-wiggle](https://github.com/GMOD/jbrowse-components/tree/HEAD/plugins/wiggle). These dependencies needed to be updated together.

Updates `d3-color` from 2.0.0 to 3.1.0
- [Release notes](https://github.com/d3/d3-color/releases)
- [Commits](d3/d3-color@v2.0.0...v3.1.0)

Updates `@jbrowse/plugin-wiggle` from 2.11.1 to 2.17.0
- [Release notes](https://github.com/GMOD/jbrowse-components/releases)
- [Changelog](https://github.com/GMOD/jbrowse-components/blob/main/CHANGELOG.md)
- [Commits](https://github.com/GMOD/jbrowse-components/commits/v2.17.0/plugins/wiggle)

---
updated-dependencies:
- dependency-name: d3-color
  dependency-type: indirect
- dependency-name: "@jbrowse/plugin-wiggle"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
…plusWeb/multi-07c046f6ed

Bump d3-color and @jbrowse/plugin-wiggle in /beaconplusWeb
…plusWeb/ws-7.5.10

Bump ws from 7.5.9 to 7.5.10 in /beaconplusWeb
Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.7 to 3.3.8.
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](ai/nanoid@3.3.7...3.3.8)

---
updated-dependencies:
- dependency-name: nanoid
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 10, 2024
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