-
Notifications
You must be signed in to change notification settings - Fork 56
Bump the minor-and-patch group with 5 updates #199
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 the minor-and-patch group with 5 updates #199
Conversation
Bumps the minor-and-patch group with 5 updates: | Package | From | To | | --- | --- | --- | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.14.9` | `20.14.10` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `7.15.0` | `7.16.0` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `7.15.0` | `7.16.0` | | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `48.5.0` | `48.6.0` | | [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.1.5` | `29.2.1` | Updates `@types/node` from 20.14.9 to 20.14.10 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@typescript-eslint/eslint-plugin` from 7.15.0 to 7.16.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/v7.16.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 7.15.0 to 7.16.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.16.0/packages/parser) Updates `eslint-plugin-jsdoc` from 48.5.0 to 48.6.0 - [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@v48.5.0...v48.6.0) Updates `ts-jest` from 29.1.5 to 29.2.1 - [Release notes](https://github.com/kulshekhar/ts-jest/releases) - [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md) - [Commits](kulshekhar/ts-jest@v29.1.5...v29.2.1) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: eslint-plugin-jsdoc dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: ts-jest dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
|
|
1 similar comment
|
|
shivaji-kharse
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dependabot rebase
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Bumps the minor-and-patch group with 5 updates:
20.14.920.14.107.15.07.16.07.15.07.16.048.5.048.6.029.1.529.2.1Updates
@types/nodefrom 20.14.9 to 20.14.10Commits
Updates
@typescript-eslint/eslint-pluginfrom 7.15.0 to 7.16.0Release notes
Sourced from
@typescript-eslint/eslint-plugin's releases.Changelog
Sourced from
@typescript-eslint/eslint-plugin's changelog.Commits
e803c50chore(release): publish 7.16.07b13daefix(eslint-plugin): [restrict-template-expressions] don't report tuples if `a...3c6290dfix(eslint-plugin): [no-floating-promises] addsuggestionsto tests from #9...63d17ddfeat(eslint-plugin): [no-floating-promises] add checkThenables option (#9263)d685948feat(eslint-plugin): add support for nested namespaces to unsafe-member-acces...451e738feat(eslint-plugin): [no-unnecessary-parameter-property-assignment] add new r...88dd828feat(eslint-plugin): [no-unnecessary-type-parameters] port from v8 to v7 (#9473)a1a9b09chore(eslint-plugin): re-using logic from builtinSymbolLike in no-implied-eva...d364160docs: [class-methods-use-this] fix typo (#9494)7e2b77dfeat(rule-tester): stricter rule test validations (#9086)Updates
@typescript-eslint/parserfrom 7.15.0 to 7.16.0Release notes
Sourced from
@typescript-eslint/parser's releases.Changelog
Sourced from
@typescript-eslint/parser's changelog.Commits
e803c50chore(release): publish 7.16.0Updates
eslint-plugin-jsdocfrom 48.5.0 to 48.6.0Release notes
Sourced from eslint-plugin-jsdoc's releases.
Commits
e570b79refactor: work on converting to jsdoc comments (after)d5fa8dafeat: new ruleconvert-to-jsdoc-comments; fixes #1002394b85ffix(require-param): proper errors/fixing for succeeding destructured object...6371c4afix(check-param-names): proper error messages for rest elements; fixes #122514dc1bdchore: update debug, devDeps.06b905cchore: update typescript-eslint/parser -> typescript-eslint; add typescript-e...Updates
ts-jestfrom 29.1.5 to 29.2.1Release notes
Sourced from ts-jest's releases.
Changelog
Sourced from ts-jest's changelog.
Commits
b669f23chore(release): 29.2.1ff4b302fix: setallowSyntheticDefaultImportsproperly083cd89test(examples): usemodule: Node16for CJS tests where possible54b374atest(examples): replaceglobals.d.tswith@types/jestfor projects2f5cc0cfix(compiler): supportNode16/NodeNextvalue fortarget7201375test(examples): use preset util functions in all example projects26e31a7fix: moveejstodepinstead ofpeerDep73373e4docs: update missing info forCHANGELOGfor 29.2.03b37610build(deps): Update dependency eslint-plugin-jsdoc to ^48.6.010e3d40build(deps): Update actions/setup-node digest to 1e60f62You can trigger a rebase of this PR 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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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