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, nodemon, pg, sequelize, @babel/core, @babel/preset-env, nearley, fsevents and webpack-cli #115

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

Conversation

dependabot[bot]
Copy link

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

Bumps semver to 7.5.4 and updates ancestor dependencies semver, nodemon, pg, sequelize, @babel/core, @babel/preset-env, nearley, fsevents and webpack-cli. These dependencies need to be updated together.

Updates semver from 4.3.2 to 7.5.4

Release notes

Sourced from semver's releases.

v7.5.4

7.5.4 (2023-07-07)

Bug Fixes

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)

... (truncated)

Changelog

Sourced from semver's changelog.

7.5.4 (2023-07-07)

Bug Fixes

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

... (truncated)

Commits
  • 36cd334 chore: release 7.5.4
  • 8456d87 chore: postinstall for dependabot template-oss PR
  • dde1f00 chore: postinstall for dependabot template-oss PR
  • dffcd1b chore: bump @​npmcli/template-oss from 4.16.0 to 4.17.0
  • d619f66 chore: postinstall for dependabot template-oss PR
  • 3bc4247 chore: bump @​npmcli/template-oss from 4.15.1 to 4.16.0
  • cc6fde2 fix: trim each range set before parsing
  • 99d8287 fix: correctly parse long build ids as valid (#583)
  • 4f0f6b1 chore: fix arguments in whitespace test (#574)
  • 6bd1a37 chore: remove duplicate test in semver class (#575)
  • 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 nodemon from 1.18.9 to 3.0.1

Release notes

Sourced from nodemon's releases.

v3.0.1

3.0.1 (2023-07-09)

Bug Fixes

v3.0.0

3.0.0 (2023-07-08)

Bug Fixes

Features

  • always use polling on IBM i (3b58104)

BREAKING CHANGES

  • official support for node@8 dropped.

However there's no function being used in semver that breaks node 8, so it's technically still possible to run with node 8, but it will no longer be supported (or tested in CI).

v2.0.22

2.0.22 (2023-03-22)

Bug Fixes

  • remove ts mapping if loader present (f7816e4), closes #2083

v2.0.21

2.0.21 (2023-03-02)

Bug Fixes

  • remove ts mapping if loader present (1468397), closes #2083

v2.0.20

2.0.20 (2022-09-16)

... (truncated)

Commits
  • e4c163f Merge branch 'main' of github.com:remy/nodemon
  • 95bee00 fix: restore default ext watch behaviour
  • f219dcc test: Update release.yml to use ubuntu-latest (#2123)
  • af3b9e2 fix: node@10 support back in
  • a3f0e12 test: package wasn't installing
  • 8ded28c docs: update test runners and add TODO
  • 83ef51d chore: website supporters
  • 86d5f40 fix: also watch cjs
  • 7881f05 chore: remove legacy .nodemon support
  • 04302b8 Merge branch 'Vindeep07-develop'
  • Additional commits viewable in compare view

Updates pg from 8.3.0 to 8.11.1

Changelog

Sourced from pg's changelog.

All major and minor releases are briefly explained below.

For richer information consult the commit log on github with referenced pull requests.

We do not include break-fix version release in this file.

pg-pool@8.10.0

  • Emit release event when client is returned to the pool.

pg@8.9.0

pg@8.8.0

pg-pool@3.5.0

pg@8.7.0

  • Add optional config to pool to allow process to exit if pool is idle.

pg-cursor@2.7.0

pg@8.6.0

pg-query-stream@4.0.0

  • Library has been converted to Typescript. The behavior is identical, but there could be subtle breaking changes due to class names changing or other small inconsistencies introduced by the conversion.

pg@8.5.0

... (truncated)

Commits

Updates sequelize from 4.38.1 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 @babel/core from 7.1.0 to 7.22.8

Release notes

Sourced from @​babel/core's releases.

v7.22.8 (2023-07-06)

This release reverts a commit that caused all new angular installations to fail: angular/angular-cli#25496

↩️ Revert

Committers: 1

v7.22.7 (2023-07-06)

🐛 Bug Fix

🏠 Internal

Committers: 4

v7.22.6 (2023-07-04)

🐛 Bug Fix

  • babel-compat-data, babel-helper-compilation-targets, babel-preset-env
  • babel-plugin-transform-optional-chaining
  • babel-helper-split-export-declaration, babel-plugin-transform-modules-commonjs
  • babel-compat-data, babel-preset-env
  • babel-helpers, babel-plugin-proposal-explicit-resource-management, babel-runtime-corejs3, babel-runtime
  • babel-standalone
  • babel-core

🏠 Internal

... (truncated)

Changelog

Sourced from @​babel/core's changelog.

v7.22.8 (2023-07-06)

↩️ Revert

v7.22.7 (2023-07-06)

🐛 Bug Fix

🏠 Internal

v7.22.6 (2023-07-04)

🐛 Bug Fix

  • babel-compat-data, babel-helper-compilation-targets, babel-preset-env
  • babel-plugin-transform-optional-chaining
  • babel-helper-split-export-declaration, babel-plugin-transform-modules-commonjs
  • babel-compat-data, babel-preset-env
  • babel-helpers, babel-plugin-proposal-explicit-resource-management, babel-runtime-corejs3, babel-runtime
  • babel-standalone
  • babel-core

🏠 Internal

  • babel-helper-create-class-features-plugin, babel-plugin-transform-classes

🔬 Output optimization

  • babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining, babel-plugin-transform-class-properties, babel-plugin-transform-optional-chaining, babel-plugin-transform-typescript
  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-class-properties, babel-plugin-transform-nullish-coalescing-operator, babel-plugin-transform-optional-chaining, babel-plugin-transform-private-property-in-object, babel-traverse

v7.22.5 (2023-06-08)

🐛 Bug Fix

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by nicolo-ribaudo, a new releaser for @​babel/core since your current version.


Updates @babel/preset-env from 7.1.0 to 7.22.7

Release notes

Sourced from @​babel/preset-env's releases.

v7.22.7 (2023-07-06)

🐛 Bug Fix

🏠 Internal

Committers: 4

v7.22.6 (2023-07-04)

🐛 Bug Fix

  • babel-compat-data, babel-helper-compilation-targets, babel-preset-env
  • babel-plugin-transform-optional-chaining
  • babel-helper-split-export-declaration, babel-plugin-transform-modules-commonjs
  • babel-compat-data, babel-preset-env
  • babel-helpers, babel-plugin-proposal-explicit-resource-management, babel-runtime-corejs3, babel-runtime
  • babel-standalone
  • babel-core

🏠 Internal

  • babel-helper-create-class-features-plugin, babel-plugin-transform-classes

🔬 Output optimization

  • babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining, babel-plugin-transform-class-properties, babel-plugin-transform-optional-chaining, babel-plugin-transform-typescript
  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-class-properties, babel-plugin-transform-nullish-coalescing-operator, babel-plugin-transform-optional-chaining, babel-plugin-transform-private-property-in-object, babel-traverse

Committers: 5

... (truncated)

Changelog

Sourced from @​babel/preset-env's changelog.

v7.22.7 (2023-07-06)

🐛 Bug Fix

🏠 Internal

v7.22.6 (2023-07-04)

🐛 Bug Fix

  • babel-compat-data, babel-helper-compilation-targets, babel-preset-env
  • babel-plugin-transform-optional-chaining
  • babel-helper-split-export-declaration, babel-plugin-transform-modules-commonjs
  • babel-compat-data, babel-preset-env
  • babel-helpers, babel-plugin-proposal-explicit-resource-management, babel-runtime-corejs3, babel-runtime
  • babel-standalone
  • babel-core

🏠 Internal

  • babel-helper-create-class-features-plugin, babel-plugin-transform-classes

🔬 Output optimization

  • babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining, babel-plugin-transform-class-properties, babel-plugin-transform-optional-chaining, babel-plugin-transform-typescript
  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-class-properties, babel-plugin-transform-nullish-coalescing-operator, babel-plugin-transform-optional-chaining, babel-plugin-transform-private-property-in-object, babel-traverse

v7.22.5 (2023-06-08)

🐛 Bug Fix

💅 Polish

v7.22.4 (2023-05-29)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by nicolo-ribaudo, a new releaser for @​babel/preset-env since your current version.


Updates nearley from 2.15.1 to 2.20.1

Commits

Updates fsevents from 1.2.4 to 1.2.13

Release notes

Sourced from fsevents's releases.

Release v1.2.13

Only build on Mac-OSX

Release v1.2.11

Removing node-pre-gyp so that building fsevents becomes easier and enabled without the download of binaries.

The credentials to the AWS store have been lost. Releasing to AWS is both insecure and no longer possible due to the lost credentials.

Intermediate Release

No release notes provided.

Release v1.2.9 - Node v12 compatibility

No release notes provided.

Release Pre-NAPI v1.2.8

No release notes provided.

Version Bump (bundle node-pre-gyp)

No release notes provided.

Prebuilt v11.x

No release notes provided.

Commits

Updates webpack-cli from 3.1.1 to 5.1.4

Release notes

Sourced from webpack-cli's releases.

v5.1.4

5.1.4 (2023-06-07)

Bug Fixes

  • multi compiler progress output (f659624)

v5.1.3

5.1.3 (2023-06-04)

Bug Fixes

v5.1.2

5.1.2 (2023-06-04)

Bug Fixes

  • improve check for custom webpack and webpack-dev-server package existance (0931ab6)
  • improve help for some flags (f468614)
  • improved support for .cts and .mts extensions (a77daf2)

v5.1.1

5.1.1 (2023-05-09)

Bug Fixes

  • false positive warning when --watch used (#3783) (c0436ba)

v5.1.0

5.1.0 (2023-05-07)

Features

  • shareable webpack configs using extendsDescription has been truncated

…nearley, fsevents and webpack-cli

Bumps [semver](https://github.com/npm/node-semver) to 7.5.4 and updates ancestor dependencies [semver](https://github.com/npm/node-semver), [nodemon](https://github.com/remy/nodemon), [pg](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg), [sequelize](https://github.com/sequelize/sequelize), [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core), [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env), [nearley](https://github.com/hardmath123/nearley), [fsevents](https://github.com/fsevents/fsevents) and [webpack-cli](https://github.com/webpack/webpack-cli). These dependencies need to be updated together.


Updates `semver` from 4.3.2 to 7.5.4
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
- [Commits](npm/node-semver@v4.3.2...v7.5.4)

Updates `nodemon` from 1.18.9 to 3.0.1
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](remy/nodemon@v1.18.9...v3.0.1)

Updates `pg` from 8.3.0 to 8.11.1
- [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md)
- [Commits](https://github.com/brianc/node-postgres/commits/pg@8.11.1/packages/pg)

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

Updates `@babel/core` from 7.1.0 to 7.22.8
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.8/packages/babel-core)

Updates `@babel/preset-env` from 7.1.0 to 7.22.7
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.7/packages/babel-preset-env)

Updates `nearley` from 2.15.1 to 2.20.1
- [Release notes](https://github.com/hardmath123/nearley/releases)
- [Commits](https://github.com/hardmath123/nearley/commits)

Updates `fsevents` from 1.2.4 to 1.2.13
- [Release notes](https://github.com/fsevents/fsevents/releases)
- [Commits](fsevents/fsevents@v1.2.4...v1.2.13)

Updates `webpack-cli` from 3.1.1 to 5.1.4
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-cli/compare/v3.1.1...webpack-cli@5.1.4)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
- dependency-name: nodemon
  dependency-type: direct:production
- dependency-name: pg
  dependency-type: direct:production
- dependency-name: sequelize
  dependency-type: direct:production
- dependency-name: "@babel/core"
  dependency-type: direct:development
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
- dependency-name: nearley
  dependency-type: indirect
- dependency-name: fsevents
  dependency-type: indirect
- dependency-name: webpack-cli
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 10, 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.

None yet

0 participants