Bump the minor-updates group with 7 updates#283
Closed
dependabot[bot] wants to merge 1 commit intotestfrom
Closed
Conversation
Bumps the minor-updates group with 7 updates: | Package | From | To | | --- | --- | --- | | [mysql2](https://github.com/sidorares/node-mysql2) | `3.16.2` | `3.18.2` | | [@redocly/cli](https://github.com/Redocly/redocly-cli) | `2.15.0` | `2.20.0` | | [dotenv](https://github.com/motdotla/dotenv) | `17.2.3` | `17.3.1` | | [eslint-plugin-functional](https://github.com/eslint-functional/eslint-plugin-functional) | `9.0.2` | `9.0.4` | | [mariadb](https://github.com/mariadb-corporation/mariadb-connector-nodejs) | `3.4.5` | `3.5.1` | | [nock](https://github.com/nock/nock) | `14.0.10` | `14.0.11` | | [nodemon](https://github.com/remy/nodemon) | `3.1.11` | `3.1.14` | Updates `mysql2` from 3.16.2 to 3.18.2 - [Release notes](https://github.com/sidorares/node-mysql2/releases) - [Changelog](https://github.com/sidorares/node-mysql2/blob/master/Changelog.md) - [Commits](sidorares/node-mysql2@v3.16.2...v3.18.2) Updates `@redocly/cli` from 2.15.0 to 2.20.0 - [Release notes](https://github.com/Redocly/redocly-cli/releases) - [Commits](https://github.com/Redocly/redocly-cli/compare/@redocly/cli@2.15.0...@redocly/cli@2.20.0) Updates `dotenv` from 17.2.3 to 17.3.1 - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md) - [Commits](motdotla/dotenv@v17.2.3...v17.3.1) Updates `eslint-plugin-functional` from 9.0.2 to 9.0.4 - [Release notes](https://github.com/eslint-functional/eslint-plugin-functional/releases) - [Changelog](https://github.com/eslint-functional/eslint-plugin-functional/blob/main/CHANGELOG.md) - [Commits](eslint-functional/eslint-plugin-functional@v9.0.2...v9.0.4) Updates `mariadb` from 3.4.5 to 3.5.1 - [Release notes](https://github.com/mariadb-corporation/mariadb-connector-nodejs/releases) - [Changelog](https://github.com/mariadb-corporation/mariadb-connector-nodejs/blob/main/CHANGELOG.md) - [Commits](mariadb-corporation/mariadb-connector-nodejs@3.4.5...3.5.1) Updates `nock` from 14.0.10 to 14.0.11 - [Release notes](https://github.com/nock/nock/releases) - [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md) - [Commits](nock/nock@v14.0.10...v14.0.11) Updates `nodemon` from 3.1.11 to 3.1.14 - [Release notes](https://github.com/remy/nodemon/releases) - [Commits](remy/nodemon@v3.1.11...v3.1.14) --- updated-dependencies: - dependency-name: mysql2 dependency-version: 3.18.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-updates - dependency-name: "@redocly/cli" dependency-version: 2.20.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-updates - dependency-name: dotenv dependency-version: 17.3.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-updates - dependency-name: eslint-plugin-functional dependency-version: 9.0.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-updates - dependency-name: mariadb dependency-version: 3.5.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-updates - dependency-name: nock dependency-version: 14.0.11 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-updates - dependency-name: nodemon dependency-version: 3.1.14 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-updates ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the minor-updates group with 7 updates:
3.16.23.18.22.15.02.20.017.2.317.3.19.0.29.0.43.4.53.5.114.0.1014.0.113.1.113.1.14Updates
mysql2from 3.16.2 to 3.18.2Release notes
Sourced from mysql2's releases.
... (truncated)
Changelog
Sourced from mysql2's changelog.
... (truncated)
Commits
6ba07eachore(master): release 3.18.2 (#4128)b3ba74dbuild(deps-dev): bump@types/nodefrom 25.3.0 to 25.3.1 in /website (#4131)5bb18d3build(deps-dev): bump@types/nodefrom 25.3.0 to 25.3.1 (#4130)3f94950fix(types): improveExecuteValues"nested" params (#4133)bde9aecfix(types): supportRawandUint8Arrayparams (#4132)2ad5f0bfix(types): extendQueryValuesto callback-based methods (#4129)b274e72fix(types): addsupportBigNumbers,bigNumberStrings,dateStrings, and `...69ee696chore(master): release 3.18.1 (#4124)3f4bbcafix(types): ensure optional params inqueryandexecutemethods (#4123)a02b8cebuild(deps-dev): bump c8 from 10.1.3 to 11.0.0 (#4121)Updates
@redocly/clifrom 2.15.0 to 2.20.0Release notes
Sourced from
@redocly/cli's releases.... (truncated)
Commits
436490bchore: 🔖 release new versions (#2607)d27bfdbchore: restructure join command without changing logic (#2611)ad0058fchore: update changeset (#2612)956df02chore: update stats command documentation about async support (#2608)5ab3de9feat: add AsyncAPI support in the stats command (#2553)cf5441achore: update vitest and@vitest/coverage-istanbuldependencies (#2598)32291a3docs: update changelog for v1 (#2602)03b3097chore: 🔖 release new versions (#2599)3b153f6chore: add to changeset redocly/cli (#2600)3f94201feat: add missing visitors and config types for scorecard classic (#2589)Updates
dotenvfrom 17.2.3 to 17.3.1Changelog
Sourced from dotenv's changelog.
Commits
7bc16a417.3.127303fdupdate README-es6379eb2update READMEb6d7339fix spelling5febe3517.3.0f61f383changelog 🪵dec94adupdate README4856950update README6351887update README23bd017update READMEUpdates
eslint-plugin-functionalfrom 9.0.2 to 9.0.4Release notes
Sourced from eslint-plugin-functional's releases.
Changelog
Sourced from eslint-plugin-functional's changelog.
Commits
8c140d0chore(release): 9.0.4 [skip ci]ec43f95Merge pull request #1032 from eslint-functional/define-configc219037docs: update getting started example5947b54fix: type errors for consumersc46e223chore(release): 9.0.3 [skip ci]22499f7ci: fix permissions4c69508ci: remove semantic-release from dev depseffa92fci: use latest node version to run releasee945613ci: allow knip to fail0420edbci: remove now unused npm tokenMaintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for eslint-plugin-functional since your current version.
Updates
mariadbfrom 3.4.5 to 3.5.1Release notes
Sourced from mariadb's releases.
Changelog
Sourced from mariadb's changelog.
Commits
be72ebf[perf] Optimize buffer copy in readBufferLengthEncodedCopy with subarraydbd5472[CONJS-333] Optimize column type checking with buffer comparisons and pre-com...e71f849[misc] Release version 3.5.182b639c[misc] bump dependenciesa5ba902[perf] Optimize execute command with bitwise operations and constant reuse65b9508[perf] Optimize parameter type checking and remove unused pipe property84aacff[misc] Format code2d5db1d[misc] Prevent password transmission over untrusted SSL with self-signed cert...b91022f[misc] Move TypeScript type dependencies to optional peer dependencies #33027d2ff1[misc] Fix test timing and query result types in pool event testsUpdates
nockfrom 14.0.10 to 14.0.11Release notes
Sourced from nock's releases.
Commits
db0b280fix: upgrade semantic-release (#2943)bc78af4Add write permission for contents in CI workflow (#2942)a4cb6b8fix: restore github actions write permissions (#2941)113dcacfix: migrate to npm OIDC (#2940)025db76fix: update@mswjs/interceptorsto fix a memory leak (#2938)e7418dachore(deps): bump actions/setup-node from 4 to 6 (#2924)2d4a5ccchore(deps-dev): bump js-yaml from 3.14.1 to 3.14.24f7e385chore: upgrade interceptors5177a33chore(deps): bump serialize-javascript and mocha (#2848)93611a2chore(deps-dev): bump prettier from 3.2.5 to 3.6.2 (#2883)Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for nock since your current version.
Updates
nodemonfrom 3.1.11 to 3.1.14Release notes
Sourced from nodemon's releases.
Commits
cfebe2ffix: get watch working on windowsf34bfa9chore: fix release to run after tests5c03715fix: TypeScript definition for 'restart' args28de4b7chore: semver-release wanted 22-24 🤦6217164chore: move release workflow to node 202c458dechore: bump semver-release + update workflow9376af3fix: bump minimatche045423chore: websitef7a4eddchore: websitef26223fchore: websiteMaintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for nodemon since your current version.
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions