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 semver, mongoose, sequelize and ts-node-dev in /migrations/open_bump_v2 #14

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 4, 2023

Bumps semver to 7.5.3 and updates ancestor dependencies semver, mongoose, sequelize and ts-node-dev. These dependencies need to be updated together.

Updates semver from 5.7.1 to 7.5.3

Release notes

Sourced from semver's releases.

v7.5.3

7.5.3 (2023-06-22)

Bug Fixes

Documentation

v7.5.2

7.5.2 (2023-06-15)

Bug Fixes

v7.5.1

7.5.1 (2023-05-12)

Bug Fixes

v7.5.0

7.5.0 (2023-04-17)

Features

Bug Fixes

v7.4.0

7.4.0 (2023-04-10)

Features

Bug Fixes

... (truncated)

Changelog

Sourced from semver's changelog.

7.5.3 (2023-06-22)

Bug Fixes

Documentation

7.5.2 (2023-06-15)

Bug Fixes

7.5.1 (2023-05-12)

Bug Fixes

7.5.0 (2023-04-17)

Features

Bug Fixes

7.4.0 (2023-04-10)

Features

Bug Fixes

... (truncated)

Commits
  • 7fdf1ef chore: release 7.5.3
  • bf53dd8 docs: add example for > comparator (#569)
  • abdd93d fix: set max lengths in regex for numeric and build identifiers (#571)
  • e7b78de chore: release 7.5.2
  • 58c791f fix: diff when detecting major change from prerelease (#566)
  • 5c8efbc fix: preserve build in raw after inc (#565)
  • 717534e fix: better handling of whitespace (#564)
  • 2f738e9 chore: bump @​npmcli/template-oss from 4.14.1 to 4.15.1 (#558)
  • aa016a6 chore: release 7.5.1
  • d30d25a fix: show type on invalid semver error (#559)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by npm-cli-ops, a new releaser for semver since your current version.


Updates mongoose from 5.8.1 to 5.13.19

Changelog

Sourced from mongoose's changelog.

5.13.19 / 2023-06-22

  • fix: remove accidental tarball in publish output

5.13.18 / 2023-06-22

5.13.17 / 2023-04-04

  • fix: backport fix for array filters handling $or and $and #13195 #13192 #10696 raj-goguardian
  • fix: update the isIndexEqual function to take into account non-text indexes when checking compound indexes that include both text and non-text indexes #13138 #13136 rdeavila94

5.13.16 / 2023-02-20

  • fix: make access to process.versions lazy #12584 maciasello
  • fix(types): add missing type definitions for bulkSave() #12019
  • docs: backport documentation URL updates #12692 hasezoey

5.13.15 / 2022-08-22

5.13.14 / 2021-12-27

  • fix(timestamps): avoid setting createdAt on documents that already exist but dont have createdAt #11024
  • docs(models): fix up nModified example for 5.x #11055

5.13.13 / 2021-11-02

5.13.12 / 2021-10-19

  • fix(cursor): use stream destroy method on close to prevent emitting duplicate 'close' #10897 iovanom
  • fix(index.d.ts): backport streamlining of FilterQuery and DocumentDefinition to avoid "excessively deep and possibly infinite" TS errors #10617

5.13.11 / 2021-10-12

  • fix: upgrade mongodb -> 3.7.2 #10871 winstonralph
  • fix(connection): call setMaxListeners(0) on MongoClient to avoid event emitter memory leak warnings with useDb() #10732

5.13.10 / 2021-10-05

  • fix(index.d.ts): allow using type: SchemaDefinitionProperty in schema definitions #10674
  • fix(index.d.ts): allow AnyObject as param to findOneAndReplace() #10714

... (truncated)

Commits
  • 98e0762 chore: release 5.13.19
  • 7e36d21 chore: release 5.13.18
  • 6759c60 undo accidental changes and actually pin @​types/json-schema
  • 4ed4a89 chore: pin version of @​types/json-schema because of install issues on node v4...
  • 9a9536d Merge pull request #13535 from lorand-horvath/patch-12
  • 26424d5 5.x - bump mongodb driver to 3.7.4
  • 4b8b0a9 add versionNumber to 5.x
  • 1bc07ec chore: release 5.13.17
  • 3f827b3 Merge branch '5.x' of github.com:Automattic/mongoose into 5.x
  • eeabe5f chore: run CI tests on ubuntu 20.04 because 18.04 no longer supported
  • Additional commits viewable in compare view

Updates sequelize from 5.21.10 to 6.32.1

Release notes

Sourced from sequelize's releases.

v6.32.1

6.32.1 (2023-06-17)

Bug Fixes

v6.32.0

6.32.0 (2023-06-01)

Bug Fixes

  • move types condition to the front (#16085) (99c3530)
  • oracle: For Raw queries avoid converting the input parameters passed (#16067) (fd38e79)
  • oracle: reordered check constraint for unsigned numeric type (#16074) (5c8250e)

Features

  • oracle: add new error messages introduced in new driver version (#16075) (e07eefb)
  • oracle: add width support for numerictype (#16073) (af4f0ae)

v6.31.1

6.31.1 (2023-05-01)

Bug Fixes

  • postgres: adds support for minifying through join aliases (#15897) (a9fd501)

v6.31.0

6.31.0 (2023-04-09)

Bug Fixes

  • postgres: prevent crash if postgres connection emits multiple errors (#15868) (58576dd)
  • update Slack invitation link (#15849) (9d864be)

Features

  • add beforePoolAcquire and afterPoolAcquire hooks (#15874) (f2a4535)

v6.30.0

6.30.0 (2023-03-24)

... (truncated)

Commits
  • a3213f0 fix: bump dependencies (#16119)
  • 99c3530 fix: move types condition to the front (#16085)
  • af4f0ae feat(oracle): add width support for numerictype (#16073)
  • e07eefb feat(oracle): add new error messages introduced in new driver version (#16075)
  • 5c8250e fix(oracle): reordered check constraint for unsigned numeric type (#16074)
  • fd38e79 fix(oracle): For Raw queries avoid converting the input parameters passed (#1...
  • eb71077 meta: use Node 18 in CI (#16000)
  • a9fd501 fix(postgres): adds support for minifying through join aliases (#15897)
  • f2a4535 feat: add beforePoolAcquire and afterPoolAcquire hooks (#15874)
  • 58576dd fix(postgres): prevent crash if postgres connection emits multiple errors (#1...
  • Additional commits viewable in compare view
Maintainer changes

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


Updates ts-node-dev from 1.0.0-pre.44 to 1.1.8

Release notes

Sourced from ts-node-dev's releases.

v1.1.8

  • fix date formatting broken in #275 2c5a52d

wclr/ts-node-dev@v1.1.7...v1.1.8

v1.1.7

  • Remove dateformat dependency 89200d8

wclr/ts-node-dev@v1.1.6...v1.1.7

v1.1.6

  • publish with npm not yarn, fixes install issues because of lame bin paths

wclr/ts-node-dev@v1.1.4...v1.1.6

v1.1.3

  • fix: update bin scripts paths 577b0e3, should fix install issues

wclr/ts-node-dev@v1.1.2...v1.1.3

v1.1.2

  • update to chokidar 3.5.x, should fix watcher fs issues on macos

wclr/ts-node-dev@v1.1.1...v1.1.2

v1.1.1

  • fix: remove duplicate compilation call bddacaf

wclr/ts-node-dev@v1.1.0...v1.1.1

v1.1.0

  • prevent handling of compile duplicate requests 4156895
  • use either process.send or writeFile fallback d1cab45
  • fix: not kill the child if it has exception handlers 988eba1
  • fix(output): clear console on first start with --clear flag f3a34c7

wclr/ts-node-dev@v1.0.0...v1.1.0

v1.0.0

  • upgrade to ts-node v9
Changelog

Sourced from ts-node-dev's changelog.

ts-node-dev changelog

1.1.3 (2021-02-25)

  • fix: update bin scripts paths

1.1.2 (2021-02-25)

  • fix: update chokidar version

1.1.1 (2020-12-10)

  • fix: remove duplicate compilation call

1.1.0 (2020-12-10)

  • fix: not kill child process if it has its own exception handlers
  • fix: use either process.send or writeFile fallback
  • fix: prevent handling of duplicate compilation requests

1.0.0 (2020-10-17)

  • upgrade to ts-node v9

1.0.0-pre.65 (2020-10-15)

  • add --quiet option to silent [INFO] messages

1.0.0-pre.63 (2020-09-22)

  • fix --cache-directory flag

1.0.0-pre.62 (2020-08-22)

  • fix child fork override

1.0.0-pre.61 (2020-08-26)

  • fix terminal clear

1.0.0-pre.60 (2020-08-22)

  • full migration to typescript src
  • fixes of require.extensions behavior in compiler
  • child error stack output is back

1.0.0-pre.59 (2020-08-20)

  • fix handing require extensions (#185, #196)

... (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 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.

Bumps [semver](https://github.com/npm/node-semver) to 7.5.3 and updates ancestor dependencies [semver](https://github.com/npm/node-semver), [mongoose](https://github.com/Automattic/mongoose), [sequelize](https://github.com/sequelize/sequelize) and [ts-node-dev](https://github.com/whitecolor/ts-node-dev). These dependencies need to be updated together.


Updates `semver` from 5.7.1 to 7.5.3
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
- [Commits](npm/node-semver@v5.7.1...v7.5.3)

Updates `mongoose` from 5.8.1 to 5.13.19
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/5.13.19/History.md)
- [Commits](Automattic/mongoose@5.8.1...5.13.19)

Updates `sequelize` from 5.21.10 to 6.32.1
- [Release notes](https://github.com/sequelize/sequelize/releases)
- [Commits](sequelize/sequelize@v5.21.10...v6.32.1)

Updates `ts-node-dev` from 1.0.0-pre.44 to 1.1.8
- [Release notes](https://github.com/whitecolor/ts-node-dev/releases)
- [Changelog](https://github.com/wclr/ts-node-dev/blob/master/CHANGELOG.md)
- [Commits](https://github.com/whitecolor/ts-node-dev/commits/v1.1.8)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
- dependency-name: mongoose
  dependency-type: direct:production
- dependency-name: sequelize
  dependency-type: direct:production
- dependency-name: ts-node-dev
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 4, 2023
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