-
Notifications
You must be signed in to change notification settings - Fork 8
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
build(deps): bump the production-breaking group with 5 updates #3032
Conversation
@dependabot ignore formidable minor-version |
d1d1d95
to
f0d4feb
Compare
@dependabot ignore formidable minor version |
OK, I won't notify you about version 3.5.x of formidable again, unless you unignore it. |
@dependabot ignore @types/formidable minor version |
OK, I won't notify you about version 3.4.x of @types/formidable again, unless you unignore it. |
f0d4feb
to
8c3125b
Compare
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>
8c3125b
to
5c0c91e
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
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 |
Bumps the production-breaking group with 5 updates:
2.1.1
3.5.1
2.0.6
3.4.5
18.7.0
19.0.0
8.0.1
9.0.0
46.9.0
48.0.2
Updates
formidable
from 2.1.1 to 3.5.1Release notes
Sourced from formidable's releases.
Changelog
Sourced from formidable's changelog.
... (truncated)
Commits
Updates
@types/formidable
from 2.0.6 to 3.4.5Commits
Updates
file-type
from 18.7.0 to 19.0.0Release notes
Sourced from file-type's releases.
Commits
37233b1
19.0.07f4b30b
Require Node.js 18c7c923c
Use mime typeaudio/wav
for .wav files (#620)Updates
c8
from 8.0.1 to 9.0.0Release notes
Sourced from c8's releases.
Changelog
Sourced from c8's changelog.
Commits
128bee2
chore(main): release 9.0.0 (#510)8724c70
chore(deps): update dependency@types/node
to v20 (#496)66705b5
chore(deps): update dependency typescript to v5 (#458)b46b640
feat(deps): update foreground-child to promise API (#512)ef672da
test: fix snapshot (#511)2cdc86b
chore(deps): Remove rimraf (#509)Updates
eslint-plugin-jsdoc
from 46.9.0 to 48.0.2Release notes
Sourced from eslint-plugin-jsdoc's releases.
... (truncated)
Commits
b60cbb0
fix: update legacy entry pointd940187
fix(ESM): allow src files6ac8116
feat: switch to native ESM and addexports
3677e43
fix(TS): use flat config; fixes #11305f61575
chore(lint): handle disable directives in config47f3161
fix(TS): make configs explicitdd9e71d
feat: expose TS types for index file; fixes #1130eb3f4b4
chore(linting): add ignores properly and disable directives for now5e6280f
fix: revert change to engines for noweec9d95
feat: support ESLint 9Dependabot 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