-
Notifications
You must be signed in to change notification settings - Fork 322
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 npm group with 5 updates #2448
Merged
Merged
Conversation
This file contains 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
Bumps the npm group with 5 updates: | Package | From | To | | --- | --- | --- | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.9.0` | `9.9.1` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.1.0` | `8.2.0` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.1.0` | `8.2.0` | | [eslint-import-resolver-typescript](https://github.com/import-js/eslint-import-resolver-typescript) | `3.6.1` | `3.6.3` | | [nock](https://github.com/nock/nock) | `13.5.4` | `13.5.5` | Updates `@eslint/js` from 9.9.0 to 9.9.1 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/commits/v9.9.1/packages/js) Updates `@typescript-eslint/eslint-plugin` from 8.1.0 to 8.2.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/v8.2.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.1.0 to 8.2.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/v8.2.0/packages/parser) Updates `eslint-import-resolver-typescript` from 3.6.1 to 3.6.3 - [Release notes](https://github.com/import-js/eslint-import-resolver-typescript/releases) - [Changelog](https://github.com/import-js/eslint-import-resolver-typescript/blob/master/CHANGELOG.md) - [Commits](import-js/eslint-import-resolver-typescript@v3.6.1...v3.6.3) Updates `nock` from 13.5.4 to 13.5.5 - [Release notes](https://github.com/nock/nock/releases) - [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md) - [Commits](nock/nock@v13.5.4...v13.5.5) --- updated-dependencies: - dependency-name: "@eslint/js" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm - dependency-name: eslint-import-resolver-typescript dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm - dependency-name: nock dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
added
the
Update dependencies
Trigger PR workflow to update dependencies
label
Aug 26, 2024
github-actions
bot
removed
the
Update dependencies
Trigger PR workflow to update dependencies
label
Aug 26, 2024
Pushed a commit to update the checked-in dependencies. Please mark the PR as ready for review to trigger PR checks. |
aeisenberg
approved these changes
Aug 26, 2024
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.
Let's see if this passes.
This was referenced Aug 29, 2024
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 npm group with 5 updates:
9.9.0
9.9.1
8.1.0
8.2.0
8.1.0
8.2.0
3.6.1
3.6.3
13.5.4
13.5.5
Updates
@eslint/js
from 9.9.0 to 9.9.1Release notes
Sourced from
@eslint/js
's releases.Changelog
Sourced from
@eslint/js
's changelog.Commits
cd5a0da
chore: package.json update for@eslint/js
releaseUpdates
@typescript-eslint/eslint-plugin
from 8.1.0 to 8.2.0Release notes
Sourced from
@typescript-eslint/eslint-plugin
's releases.Changelog
Sourced from
@typescript-eslint/eslint-plugin
's changelog.Commits
7440e14
chore(release): publish 8.2.0db558d1
fix(eslint-plugin): [no-unsafe-enum-comparison] add logic to see through inte...3962885
chore: enable unicorn/prefer-string-replace-all (#9798)da02f61
fix(eslint-plugin): [no-unnecessary-type-parameters] check mapped constraint ...478990f
feat(eslint-plugin): add suggestion torequire-await
to removeasync
keyw...8087d17
fix(eslint-plugin): [no-redundant-type-constituents] differentiate a types-er...8e01254
fix(eslint-plugin): delete [] in message if ReadOnly<string[]> is detected (#...3ca8477
fix(eslint-plugin): [no-unnecessary-type-assertion] conflict with TS for vari...75a09a8
fix(eslint-plugin): [use-unknown-in-catch-callback-variable] flag second argu...382e87b
chore: enableunicorn/prefer-node-protocol
(#9742)Updates
@typescript-eslint/parser
from 8.1.0 to 8.2.0Release notes
Sourced from
@typescript-eslint/parser
's releases.Changelog
Sourced from
@typescript-eslint/parser
's changelog.Commits
7440e14
chore(release): publish 8.2.0382e87b
chore: enableunicorn/prefer-node-protocol
(#9742)243fb5f
chore: enable prefer-template (#9544)Updates
eslint-import-resolver-typescript
from 3.6.1 to 3.6.3Release notes
Sourced from eslint-import-resolver-typescript's releases.
Changelog
Sourced from eslint-import-resolver-typescript's changelog.
Commits
3dfad60
chore(deps): update dependency node to v18.20.4 (#309)47561fb
chore(deps): update dependency@changesets/cli
to ^2.27.7 (#308)c9b5626
chore: release eslint-import-resolver-typescript (#302)f8d7b82
fix(#303): use@nolyfill/is-core-module
(#305)a4c6c78
fix: ignore bun built-in modules (#288)79148f4
chore: release eslint-import-resolver-typescript (#301)ff3d3c6
chore(deps): removeis-core-module
dependency (#295)10f9b17
Allow either import or import-x plugin as a peer dependency (#294)b777b44
ci(workflows/ci): setup node before enabling corepack (#300)4f9db59
chore(deps): update dependency node to v18.20.3 (#297)Updates
nock
from 13.5.4 to 13.5.5Release notes
Sourced from nock's releases.
Commits
66eb7f4
fix(backport): memory leaks due to timer references outliving the timers (#27...e92cdfa
chore(deps-dev): bump eslint-plugin-mocha from 10.4.1 to 10.5.0623c933
chore(deps-dev): bump typescript from 5.4.3 to 5.5.42b7836d
ci: exclude nodejs 10, 12 and 14 tests running on macos (#2753)565e99a
chore(deps-dev): bump braces from 3.0.2 to 3.0.3 (#2752)d013ed2
chore(deps-dev): bump typescript from 5.3.3 to 5.4.37a4badb
chore(deps-dev): bump semantic-release from 23.0.2 to 23.0.6db0f76a
chore(deps-dev): bump eslint-plugin-mocha from 10.2.0 to 10.4.1e44812b
chore(deps-dev): bump eslint from 8.56.0 to 8.57.0 (#2597)3659e82
chore(deps-dev): bump prettier from 3.2.4 to 3.2.5 (#2596)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