Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Bump the dependencies group with 11 updates #231

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 8, 2023

Bumps the dependencies group with 11 updates:

Package Update
next 13.4.12 to 13.4.13
i18next 23.4.1 to 23.4.3
mongoose 7.4.1 to 7.4.2
socket.io 4.7.1 to 4.7.2
validator 13.9.0 to 13.11.0
@types/validator 13.9.0 to 13.11.1
socket.io-client 4.7.1 to 4.7.2
@types/node 20.4.5 to 20.4.8
@types/react 18.2.18 to 18.2.19
eslint-config-next 13.4.12 to 13.4.13
@typescript-eslint/eslint-plugin 5.60.1 to 6.3.0

Updates next from 13.4.12 to 13.4.13

Release notes

Sourced from next's releases.

v13.4.13

Core Changes

  • Improve internal web stream utils: #53004
  • fix: Add Next-Url to http vary in consideration of intercept routes.: #52746
  • update Turbopack: #53098
  • Add app, error, and document entrypoints: #53013
  • Turbopack: use edge environment in server-side rendering of client components too: #53099
  • refactor(codemod): replace chalk with picocolors: #53115
  • move webpack specific logic into a separate file: #53114
  • feat(turbopack): emit MODULE_FEATURE telemetry from turbopack: #52356
  • Fix not found hangs the build with overridden node env: #53106
  • chore: update warning message from yarn add sharp to npm i sharp: #53130
  • fix(edge): allow Request cloning via NextRequest: #53157
  • chore: extract common get-validated-args: #53165
  • Fix minimal basePath handling: #53174
  • Updates @​typescript-eslint/parser to 6.1.0: #52848
  • fix(next/image): washed out blur placeholder: #52583
  • Handle basePath app-dir minimal case: #53189

Documentation Changes

  • (Docs) add missing import.: #52992
  • Fix formData code snippet in route handler docs: #52532
  • docs: remove unneeded good to know section during installation: #53078
  • docs: fix typo in 08-parallel-routes.mdx: #53069
  • chore(docs): Extend the options for custom server init: #52851
  • (Docs) Add missing import for useRef(): #53015
  • (Docs) Remove FormData type on formData defined in .js file: #53014
  • docs: fix codeblock for redirect: #53120
  • chore(docs): client-side data fetching loading state: #53164

Example Changes

  • feat: remove unused global variable: #51767

Misc Changes

  • chore(ci): always run validate-docs-links action: #53022
  • update install-native postinstall to use pnpm: #53080
  • chore(ci): make validate-docs-links required: #53123
  • chore(test): fix flaky tsconfig.json test: #53132
  • chore(ci): fix validate-docs-links for non-PR: #53129
  • Temporarily skip flakey action revalidate: #53134

Credits

Huge thanks to @​vinaykulk621, @​Lantianyou, @​styfle, @​shuding, @​joulev, @​AkifumiSato, @​trigaten, @​HurSungYun, @​DevLab2425, @​sokra, @​alexkirsz, @​ztanner, @​leerob, @​SukkaW, @​kwonoj, @​huozhi, @​ijjk, @​balazsorban44, @​daniel-web-developer, @​ky1ejs, and @​arturbien for helping!

v13.4.13-canary.18

... (truncated)

Commits

Updates i18next from 23.4.1 to 23.4.3

Release notes

Sourced from i18next's releases.

v23.4.3

  • types: add customisation of contextSeparator 2017

v23.4.2

  • types: export some types for next-i18next
Changelog

Sourced from i18next's changelog.

23.4.3

  • types: add customisation of contextSeparator 2017

23.4.2

  • types: export some types for next-i18next
Commits

Updates mongoose from 7.4.1 to 7.4.2

Release notes

Sourced from mongoose's releases.

7.4.2 / 2023-08-03

  • fix(model): avoid hanging on empty bulkWrite() with ordered: false #13684 #13664
  • fix: Document.prototype.isModified support for a string of keys as first parameter #13674 #13667 gastoncasini
  • fix: disable id virtual if alias:id set #13654 #13650
  • fix: support timestamps:false on bulkWrite with updateOne and updateMany #13649 #13611
  • docs(typescript): highlight auto type inference for methods and statics, add info on using methods with generics #13696 #12942
  • docs(middleware): fix old example using post('remove') #13683 #13518
  • docs(deprecations): quick fix for includeResultMetadata docs #13695
Changelog

Sourced from mongoose's changelog.

7.4.2 / 2023-08-03

  • fix(model): avoid hanging on empty bulkWrite() with ordered: false #13684 #13664
  • fix: Document.prototype.isModified support for a string of keys as first parameter #13674 #13667 gastoncasini
  • fix: disable id virtual if alias:id set #13654 #13650
  • fix: support timestamps:false on bulkWrite with updateOne and updateMany #13649 #13611
  • docs(typescript): highlight auto type inference for methods and statics, add info on using methods with generics #13696 #12942
  • docs(middleware): fix old example using post('remove') #13683 #13518
  • docs(deprecations): quick fix for includeResultMetadata docs #13695

6.11.5 / 2023-08-01

  • fix(schema): make Schema.prototype.clone() avoid creating different copies of subdocuments and single nested paths underneath single nested paths #13671 #13626
  • fix: custom debug function not processing all args #13418
Commits
  • 9e0ca12 chore: release 7.4.2
  • b1e0b7c Merge pull request #13696 from Automattic/vkarpov15/gh-12942
  • ab7ea18 Update statics.md
  • 9cb950d Merge pull request #13684 from Automattic/vkarpov15/gh-13664
  • 899bf5c docs(deprecations): quick fix for includeResultMetadata dos (#13695)
  • cdfae32 docs(typescript): highlight auto type inference for methods and statics, add ...
  • 8658878 Merge pull request #13686 from Automattic/dependabot/npm_and_yarn/master/babe...
  • 51977e1 Merge pull request #13685 from Automattic/dependabot/github_actions/master/ac...
  • 080f440 chore(deps-dev): bump @​babel/core from 7.22.5 to 7.22.9
  • d65bc27 Merge pull request #13687 from Automattic/dependabot/npm_and_yarn/master/babe...
  • Additional commits viewable in compare view

Updates socket.io from 4.7.1 to 4.7.2

Release notes

Sourced from socket.io's releases.

4.7.2

Bug Fixes

  • clean up child namespace when client is rejected in middleware (#4773) (0731c0d)
  • webtransport: properly handle WebTransport-only connections (3468a19)
  • webtransport: add proper framing (a306db0)

Links

Changelog

Sourced from socket.io's changelog.

4.7.2 (2023-08-02)

Bug Fixes

  • clean up child namespace when client is rejected in middleware (#4773) (0731c0d)
  • webtransport: properly handle WebTransport-only connections (3468a19)
  • webtransport: add proper framing (a306db0)

Dependencies

Commits
  • c332643 chore(release): 4.7.2
  • 3468a19 fix(webtransport): properly handle WebTransport-only connections
  • 09d4549 chore: bump engine.io to version 6.5.2
  • 0731c0d fix: clean up child namespace when client is rejected in middleware (#4773)
  • 03046a6 docs: update the list of supported Node.js versions
  • 443e447 docs(examples): add example with WebTransport
  • See full diff in compare view

Updates validator from 13.9.0 to 13.11.0

Release notes

Sourced from validator's releases.

13.11.0

New Features / Validators

Fixes, New Locales and Enhancements

New Contributors 🎉

Full Changelog: validatorjs/validator.js@13.9.0...13.11.0

Changelog

Sourced from validator's changelog.

13.11.0

New Features / Validators

Fixes, New Locales and Enhancements

Commits
  • f074abd 13.11.0
  • 6be9634 feat(isEmail) extend to enable allow_underscores in domain (#2229)
  • 2f551c6 fix(isMobilePhone): fixed pl-PL matching numbers that start with 45 (#2202)
  • ad41eba feat(IsFQDN): Add a test that asserts numeric chars in tld are rejected by de...
  • f303d39 feat(isIBAN): add white and blacklist options to the isIBAN validator (#2235)
  • 2ef9a83 feat(isMobilePhone): Added regex for Sudan ar-SD (#2246)
  • 2440c39 feat(isIBAN): add Morocco (MA) IBAN format (#2025)
  • 4c25f26 refactor(isCreditCard): create allCards dynamically (#2117)
  • 3507d27 fix(isJWT): fix validation issue in isJWT function (#2217)
  • 63b1e4d fix(isEmail) do not allow non-breaking space in user part (#2237)
  • Additional commits viewable in compare view

Updates @types/validator from 13.9.0 to 13.11.1

Commits

Updates socket.io-client from 4.7.1 to 4.7.2

Release notes

Sourced from socket.io-client's releases.

4.7.2

Some bug fixes are included from the engine.io-client package:

  • webtransport: add proper framing (d55c39e)
  • webtransport: honor the binaryType attribute (8270e00)

Links

Changelog

Sourced from socket.io-client's changelog.

4.7.2 (2023-08-02)

Some bug fixes are included from the engine.io-client package:

  • webtransport: add proper framing (d55c39e)
  • webtransport: honor the binaryType attribute (8270e00)

Dependencies

Commits

Updates @types/node from 20.4.5 to 20.4.8

Commits

Updates @types/react from 18.2.18 to 18.2.19

Commits

Updates eslint-config-next from 13.4.12 to 13.4.13

Release notes

Sourced from eslint-config-next's releases.

v13.4.13

Core Changes

  • Improve internal web stream utils: #53004
  • fix: Add Next-Url to http vary in consideration of intercept routes.: #52746
  • update Turbopack: #53098
  • Add app, error, and document entrypoints: #53013
  • Turbopack: use edge environment in server-side rendering of client components too: #53099
  • refactor(codemod): replace chalk with picocolors: #53115
  • move webpack specific logic into a separate file: #53114
  • feat(turbopack): emit MODULE_FEATURE telemetry from turbopack: #52356
  • Fix not found hangs the build with overridden node env: #53106
  • chore: update warning message from yarn add sharp to npm i sharp: #53130
  • fix(edge): allow Request cloning via NextRequest: #53157
  • chore: extract common get-validated-args: #53165
  • Fix minimal basePath handling: #53174
  • Updates @​typescript-eslint/parser to 6.1.0: #52848
  • fix(next/image): washed out blur placeholder: #52583
  • Handle basePath app-dir minimal case: #53189

Documentation Changes

  • (Docs) add missing import.: #52992
  • Fix formData code snippet in route handler docs: #52532
  • docs: remove unneeded good to know section during installation: #53078
  • docs: fix typo in 08-parallel-routes.mdx: #53069
  • chore(docs): Extend the options for custom server init: #52851
  • (Docs) Add missing import for useRef(): #53015
  • (Docs) Remove FormData type on formData defined in .js file: #53014
  • docs: fix codeblock for redirect: #53120
  • chore(docs): client-side data fetching loading state: #53164

Example Changes

  • feat: remove unused global variable: #51767

Misc Changes

  • chore(ci): always run validate-docs-links action: #53022
  • update install-native postinstall to use pnpm: #53080
  • chore(ci): make validate-docs-links required: #53123
  • chore(test): fix flaky tsconfig.json test: #53132
  • chore(ci): fix validate-docs-links for non-PR: #53129
  • Temporarily skip flakey action revalidate: #53134

Credits

Huge thanks to @​vinaykulk621, @​Lantianyou, @​styfle, @​shuding, @​joulev, @​AkifumiSato, @​trigaten, @​HurSungYun, @​DevLab2425, @​sokra, @​alexkirsz, @​ztanner, @​leerob, @​SukkaW, @​kwonoj, @​huozhi, @​ijjk, @​balazsorban44, @​daniel-web-developer, @​ky1ejs, and @​arturbien for helping!

v13.4.13-canary.18

... (truncated)

Commits

Updates @typescript-eslint/eslint-plugin from 5.60.1 to 6.3.0

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v6.3.0

6.3.0 (2023-08-07)

Bug Fixes

  • eslint-plugin: [no-extra-parens] keep parens around call expression arguments when type arguments contain parens (#7375) (38e5e4e)
  • eslint-plugin: [no-restricted-imports] allow inline type qualifiers when allowTypeImports enabled (#7379) (cc9a46d)

Features

  • eslint-plugin: [prefer-nullish-coalescing] allow ignorePrimitives option to be true (#7331) (dfcafae)

You can read about our versioning strategy and releases on our website.

v6.2.1

6.2.1 (2023-07-31)

Bug Fixes

  • eslint-plugin: [no-inferrable-types] apply also for parameter properties (#7288) (67f93b1)
  • scope-manager: correct decorators(.length) check in ClassVisitor for methods (#7334) (abbb6c2)
  • yarn version not specified in monorepo (#7371) (18f8d74)

You can read about our versioning strategy and releases on our website.

v6.2.0

6.2.0 (2023-07-24)

Bug Fixes

  • eslint-plugin: [member-ordering] account for repeated names (#6864) (d207b59)
  • eslint-plugin: [no-unsafe-enum-comparison] exempt bit shift operators (#7074) (b3e0e75)
  • eslint-plugin: [prefer-nullish-coalescing] handle case when type of left side is null or undefined (#7225) (b62affe)
  • eslint-plugin: use a default export for the rules type (#7266) (af77a1d)
  • typescript-estree: fix TSNode type error on old ts versions (#7267) (f2aed1b)

Features

  • eslint-plugin: [class-methods-use-this] add extension rule (#6457) (18ea3b1)
  • eslint-plugin: sync getFunctionHeadLoc implementation with upstream (#7260) (f813147)

You can read about our versioning strategy and releases on our website.

... (truncated)

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

6.3.0 (2023-08-07)

Bug Fixes

  • eslint-plugin: [no-extra-parens] keep parens around call expression arguments when type arguments contain parens (#7375) (38e5e4e)
  • eslint-plugin: [no-restricted-imports] allow inline type qualifiers when allowTypeImports enabled (#7379) (cc9a46d)

Features

  • eslint-plugin: [prefer-nullish-coalescing] allow ignorePrimitives option to be true (#7331) (dfcafae)

Reverts

You can read about our versioning strategy and releases on our website.

6.2.1 (2023-07-31)

Bug Fixes

  • eslint-plugin: [no-inferrable-types] apply also for parameter properties (#7288) (67f93b1)
  • scope-manager: correct decorators(.length) check in ClassVisitor for methods (#7334) (abbb6c2)

You can read about our versioning strategy and releases on our website.

6.2.0 (2023-07-24)

Bug Fixes

  • eslint-plugin: [member-ordering] account for repeated names (#6864) (d207b59)
  • eslint-plugin: [no-unsafe-enum-comparison] exempt bit shift operators (#7074) (b3e0e75)
  • eslint-plugin: [prefer-nullish-coalescing] handle case when type of left side is null or undefined (#7225) (b62affe)
  • eslint-plugin: use a default export for the rules type (#7266) (af77a1d)

Features

... (truncated)

Commits
  • 0a1de14 chore: publish v6.3.0
  • 7891a06 Revert "chore(deps): update dependency marked to v6" (#7429)
  • 6a1437d chore(deps): update dependency marked to v6 (#7422)
  • 38e5e4e fix(eslint-plugin): [no-extra-parens] keep parens around call expression argu...
  • 56919e4 docs: explain return-await's name and existence in its docs (#7392)
  • cc9a46d fix(eslint-plugin): [no-restricted-imports] allow inline type qualifiers when...
  • 4087f48 chore: enable consistent-indexed-object-style and lint (#7353)
  • 8b17a25 docs: fix incorrect prefer-nullish-coercing documentation (#7408)
  • dfcafae feat(eslint-plugin): [prefer-nullish-coalescing] allow ignorePrimitives opt...
  • 948b061 chore: publish v6.2.1
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependenc...

Description has been truncated

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 8, 2023
Bumps the dependencies group with 11 updates:

| Package | Update |
| --- | --- |
| [next](https://github.com/vercel/next.js) | 13.4.12 to 13.4.13 |
| [i18next](https://github.com/i18next/i18next) | 23.4.1 to 23.4.3 |
| [mongoose](https://github.com/Automattic/mongoose) | 7.4.1 to 7.4.2 |
| [socket.io](https://github.com/socketio/socket.io) | 4.7.1 to 4.7.2 |
| [validator](https://github.com/validatorjs/validator.js) | 13.9.0 to 13.11.0 |
| [@types/validator](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/validator) | 13.9.0 to 13.11.1 |
| [socket.io-client](https://github.com/socketio/socket.io-client) | 4.7.1 to 4.7.2 |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | 20.4.5 to 20.4.8 |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | 18.2.18 to 18.2.19 |
| [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | 13.4.12 to 13.4.13 |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | 5.60.1 to 6.3.0 |


Updates `next` from 13.4.12 to 13.4.13
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v13.4.12...v13.4.13)

Updates `i18next` from 23.4.1 to 23.4.3
- [Release notes](https://github.com/i18next/i18next/releases)
- [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md)
- [Commits](i18next/i18next@v23.4.1...v23.4.3)

Updates `mongoose` from 7.4.1 to 7.4.2
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md)
- [Commits](Automattic/mongoose@7.4.1...7.4.2)

Updates `socket.io` from 4.7.1 to 4.7.2
- [Release notes](https://github.com/socketio/socket.io/releases)
- [Changelog](https://github.com/socketio/socket.io/blob/main/CHANGELOG.md)
- [Commits](socketio/socket.io@4.7.1...4.7.2)

Updates `validator` from 13.9.0 to 13.11.0
- [Release notes](https://github.com/validatorjs/validator.js/releases)
- [Changelog](https://github.com/validatorjs/validator.js/blob/master/CHANGELOG.md)
- [Commits](validatorjs/validator.js@13.9.0...13.11.0)

Updates `@types/validator` from 13.9.0 to 13.11.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/validator)

Updates `socket.io-client` from 4.7.1 to 4.7.2
- [Release notes](https://github.com/socketio/socket.io-client/releases)
- [Changelog](https://github.com/socketio/socket.io-client/blob/main/CHANGELOG.md)
- [Commits](socketio/socket.io-client@4.7.1...4.7.2)

Updates `@types/node` from 20.4.5 to 20.4.8
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@types/react` from 18.2.18 to 18.2.19
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `eslint-config-next` from 13.4.12 to 13.4.13
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v13.4.13/packages/eslint-config-next)

Updates `@typescript-eslint/eslint-plugin` from 5.60.1 to 6.3.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.3.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: i18next
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: mongoose
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: socket.io
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: validator
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@types/validator"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: socket.io-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: eslint-config-next
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dependencies-1ef475c74f branch from c7d7f6b to 02f089e Compare August 8, 2023 20:09
@FlorianLeChat FlorianLeChat self-requested a review August 8, 2023 20:12
@github-actions github-actions bot merged commit cab19b5 into master Aug 8, 2023
9 of 10 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dependencies-1ef475c74f branch August 8, 2023 20:12
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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