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

build(deps): bump the production-breaking group with 5 updates #3032

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 8, 2024

Bumps the production-breaking group with 5 updates:

Package From To
formidable 2.1.1 3.5.1
@types/formidable 2.0.6 3.4.5
file-type 18.7.0 19.0.0
c8 8.0.1 9.0.0
eslint-plugin-jsdoc 46.9.0 48.0.2

Updates formidable from 2.1.1 to 3.5.1

Release notes

Sourced from formidable's releases.

v3.2.5

No release notes provided.

3.2.4

No release notes provided.

3.1.4

https://github.com/node-formidable/formidable/blob/master/CHANGELOG.md

Changelog

Sourced from formidable's changelog.

3.5.1

  • fix: (#945) multipart parser fix: flush or fail always (don't hang)

3.5.0

  • feature: (#944) Dual package: Can be imported as ES module and required as commonjs module

3.4.0

  • feature: (#940) form.parse returns a promise if no callback is provided
  • it resolves with an array [fields, files]

3.3.2

  • feature: (#855) add options.createDirsFromUploads, see README for usage
  • form.parse is an async function (ignore the promise)
  • benchmarks: add e2e becnhmark with as many request as possible per second
    • npm run to display all the commands
  • mark as latest on npm

3.2.5

  • fix: (#881) fail earlier when maxFiles is exceeded

3.2.4

  • fix: (#857) improve keep extension
  • The code from before 3.2.4 already removed some characters from the file extension. But not always. So it was inconsistent.
  • The new code cuts the file extension at the first invalid character (invalid in a file extension).
  • The characters that are considered invalid inside a file extension are all except the . numbers and a-Z.
  • This change only has an effect if filename option is not used and keepextension option is used

3.2.3

  • fix: (#852) end event is emitted once

3.2.2

3.2.1

  • fix: do not let empty file on error (#796)
  • it was probably due to the fact that .destroy on a file stream does not always complete on time

... (truncated)

Commits

Updates @types/formidable from 2.0.6 to 3.4.5

Commits

Updates file-type from 18.7.0 to 19.0.0

Release notes

Sourced from file-type's releases.

v19.0.0

Breaking

  • Require Node.js 18 7f4b30b
  • Use mime type audio/wav instead of audio/vnd.wave for .wav files (#620) c7c923c

sindresorhus/file-type@v18.7.0...v19.0.0

Commits

Updates c8 from 8.0.1 to 9.0.0

Release notes

Sourced from c8's releases.

v9.0.0

9.0.0 (2024-01-03)

⚠ BREAKING CHANGES

  • build: minimum Node.js version is now 14.14.0

Features

  • build: minimum Node.js version is now 14.14.0 (2cdc86b)
  • deps: update foreground-child to promise API (#512) (b46b640)
  • deps: use Node.js built in rm (2cdc86b)
Changelog

Sourced from c8's changelog.

9.0.0 (2024-01-03)

⚠ BREAKING CHANGES

  • build: minimum Node.js version is now 14.14.0

Features

  • build: minimum Node.js version is now 14.14.0 (2cdc86b)
  • deps: update foreground-child to promise API (#512) (b46b640)
  • deps: use Node.js built in rm (2cdc86b)
Commits

Updates eslint-plugin-jsdoc from 46.9.0 to 48.0.2

Release notes

Sourced from eslint-plugin-jsdoc's releases.

v48.0.2

48.0.2 (2024-01-02)

Bug Fixes

  • update legacy entry point (b60cbb0)

v48.0.1

48.0.1 (2024-01-02)

Bug Fixes

v48.0.0

48.0.0 (2024-01-02)

Features

  • switch to native ESM and add exports (6ac8116)

BREAKING CHANGES

  • adds exports; requires Node 18

v47.0.2

47.0.2 (2024-01-01)

Bug Fixes

v47.0.1

47.0.1 (2023-12-31)

Bug Fixes

  • TS: make configs explicit (47f3161)

v47.0.0

47.0.0 (2023-12-31)

Features

... (truncated)

Commits
  • b60cbb0 fix: update legacy entry point
  • d940187 fix(ESM): allow src files
  • 6ac8116 feat: switch to native ESM and add exports
  • 3677e43 fix(TS): use flat config; fixes #1130
  • 5f61575 chore(lint): handle disable directives in config
  • 47f3161 fix(TS): make configs explicit
  • dd9e71d feat: expose TS types for index file; fixes #1130
  • eb3f4b4 chore(linting): add ignores properly and disable directives for now
  • 5e6280f fix: revert change to engines for now
  • eec9d95 feat: support ESLint 9
  • 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 dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 8, 2024
@dirkdev98
Copy link
Member

@dependabot ignore formidable minor-version

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/production-breaking-fabd52e927 branch from d1d1d95 to f0d4feb Compare January 9, 2024 11:39
@dirkdev98
Copy link
Member

@dependabot ignore formidable minor version

Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 9, 2024

OK, I won't notify you about version 3.5.x of formidable again, unless you unignore it.

@dirkdev98
Copy link
Member

@dependabot ignore @types/formidable minor version

Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 9, 2024

OK, I won't notify you about version 3.4.x of @types/formidable again, unless you unignore it.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/production-breaking-fabd52e927 branch from f0d4feb to 8c3125b Compare January 9, 2024 11:41
Bumps the production-breaking group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [formidable](https://github.com/node-formidable/formidable) | `2.1.1` | `3.5.1` |
| [@types/formidable](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/formidable) | `2.0.6` | `3.4.5` |
| [file-type](https://github.com/sindresorhus/file-type) | `18.7.0` | `19.0.0` |
| [c8](https://github.com/bcoe/c8) | `8.0.1` | `9.0.0` |
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `46.9.0` | `48.0.2` |


Updates `formidable` from 2.1.1 to 3.5.1
- [Release notes](https://github.com/node-formidable/formidable/releases)
- [Changelog](https://github.com/node-formidable/formidable/blob/master/CHANGELOG.md)
- [Commits](https://github.com/node-formidable/formidable/commits/v3.5.1)

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

Updates `file-type` from 18.7.0 to 19.0.0
- [Release notes](https://github.com/sindresorhus/file-type/releases)
- [Commits](sindresorhus/file-type@v18.7.0...v19.0.0)

Updates `c8` from 8.0.1 to 9.0.0
- [Release notes](https://github.com/bcoe/c8/releases)
- [Changelog](https://github.com/bcoe/c8/blob/main/CHANGELOG.md)
- [Commits](bcoe/c8@v8.0.1...v9.0.0)

Updates `eslint-plugin-jsdoc` from 46.9.0 to 48.0.2
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc)
- [Commits](gajus/eslint-plugin-jsdoc@v46.9.0...v48.0.2)

---
updated-dependencies:
- dependency-name: formidable
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-breaking
- dependency-name: "@types/formidable"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-breaking
- dependency-name: file-type
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-breaking
- dependency-name: c8
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-breaking
- dependency-name: eslint-plugin-jsdoc
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-breaking
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/production-breaking-fabd52e927 branch from 8c3125b to 5c0c91e Compare January 10, 2024 04:28
@dirkdev98 dirkdev98 enabled auto-merge (squash) January 10, 2024 11:49
Copy link

codecov bot commented Jan 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (7ba289b) 66.55% compared to head (de17f8e) 63.35%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3032      +/-   ##
==========================================
- Coverage   66.55%   63.35%   -3.21%     
==========================================
  Files         214      212       -2     
  Lines       39032    38804     -228     
==========================================
- Hits        25978    24583    -1395     
- Misses      13054    14221    +1167     

@dirkdev98 dirkdev98 merged commit 3b81c14 into main Jan 10, 2024
13 checks passed
@dirkdev98 dirkdev98 deleted the dependabot/npm_and_yarn/production-breaking-fabd52e927 branch January 10, 2024 13:14
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant