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 minimatch and sequelize-cli in /backend #39

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 1, 2022

Bumps minimatch to 5.1.0 and updates ancestor dependency sequelize-cli. These dependencies need to be updated together.

Updates minimatch from 0.2.14 to 5.1.0

Commits
  • 6410ef3 5.1.0
  • 43cfa81 use windowsPathNoEscape/allowWindowsEscape opts
  • e2a142c docs: remote extra bracket
  • 9f49616 5.0.1
  • cdc3188 don't load the whole path module just for the sep
  • dfa4f22 test unix path so win32 has full coverage
  • a000988 remove unused npmignore file
  • 0b2d3ba mention fnmatch(3) in impl comparison
  • 8c3f5f4 skip tests on windows that rely on \ being a valid path char
  • fc44f5f 5.0.0
  • Additional commits viewable in compare view
Maintainer changes

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


Updates sequelize-cli from 2.8.0 to 6.5.2

Release notes

Sourced from sequelize-cli's releases.

v6.5.2

6.5.2 (2022-10-26)

Bug Fixes

v6.5.1

6.5.1 (2022-09-27)

Bug Fixes

  • postgres: add ERROR detail to output of migration (#1142) (497b805)

v6.4.1

6.4.1 (2022-01-15)

Bug Fixes

  • fix config import breaking on windows (#995) (acbc66f)

v6.4.0

6.4.0 (2022-01-14)

Bug Fixes

Features

v6.2.0 - 5th, July 2020

Feature

  • feat: support migrations files with ts file extension #915

v6.1.0 - 27th, June 2020

Fixed

  • fix(timestamps): support for timestamps in migration tables #899

v6.0.0 - 24th, June 2020

... (truncated)

Changelog

Sourced from sequelize-cli's changelog.

Change Log

All notable changes to this project will be documented in this file.

Future

v6.3.0 - Nov 3rd, 2021

Fixed

  • Formatting in documentation
  • Fix linting errors

Chore

  • Update dependencies

v6.2.0 - 5th, July 2020

Feature

  • feat: support migrations files with ts file extension #915

v6.1.0 - 27th, June 2020

Fixed

  • fix(timestamps): support for timestamps in migration tables #899

v6.0.0 - 24th, June 2020

Fixed

  • fix: support for sequelize@6

v6.0.0-beta.3 - 21st, June 2020

Fixed

  • fix: print correct migration name #663

Feature

  • feat: modernize skeleton with async #909

v6.0.0-beta.2 - 21st, June 2020

Fixed

  • db:seed:undo now reverts last seed #908

... (truncated)

Commits
  • 6973338 Merge branch 'main' into v6
  • 5dc5df3 fix(types): add type declarations to package (#1185)
  • 6d7dfad build(deps): lock file maintenance (#1184)
  • 4774cb1 chore(deps): update dependency @​babel/core to v7.19.6 (#1182)
  • 2fe0b14 chore(deps): update dependency sequelize to v6.25.3 (#1181)
  • 23068a0 build(deps): lock file maintenance (#1180)
  • 4c6b497 chore(deps): update dependency sequelize to v6.25.2 (#1179)
  • 33c722f chore(deps): update dependency sequelize to v6.25.1 (#1178)
  • b4d9e01 chore(deps): update dependency sequelize to v6.25.0 (#1177)
  • 4ae2c3d chore(deps): update dependency @​babel/preset-env to v7.19.4 (#1175)
  • Additional commits viewable in compare view

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 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [minimatch](https://github.com/isaacs/minimatch) to 5.1.0 and updates ancestor dependency [sequelize-cli](https://github.com/sequelize/cli). These dependencies need to be updated together.


Updates `minimatch` from 0.2.14 to 5.1.0
- [Release notes](https://github.com/isaacs/minimatch/releases)
- [Commits](isaacs/minimatch@v0.2.14...v5.1.0)

Updates `sequelize-cli` from 2.8.0 to 6.5.2
- [Release notes](https://github.com/sequelize/cli/releases)
- [Changelog](https://github.com/sequelize/cli/blob/main/CHANGELOG.md)
- [Commits](sequelize/cli@v2.8.0...v6.5.2)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-type: indirect
- dependency-name: sequelize-cli
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 1, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Dec 15, 2022

Superseded by #49.

@dependabot dependabot bot closed this Dec 15, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/backend/minimatch-and-sequelize-cli-5.1.0 branch December 15, 2022 14:18
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants