-
Notifications
You must be signed in to change notification settings - Fork 3
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
chore(deps): bump the dependencies group with 17 updates #121
Closed
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 dependencies group with 17 updates: | Package | From | To | | --- | --- | --- | | [@lifi/types](https://github.com/lifinance/types) | `8.6.1` | `9.3.1` | | [ethers](https://github.com/ethers-io/ethers.js) | `6.7.1` | `6.9.0` | | [winston](https://github.com/winstonjs/winston) | `3.10.0` | `3.11.0` | | [@swc/core](https://github.com/swc-project/swc) | `1.3.82` | `1.3.100` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.5.9` | `20.10.3` | | [@types/superagent](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/superagent) | `4.1.18` | `4.1.24` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `6.6.0` | `6.13.2` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `6.6.0` | `6.13.2` | | [eslint](https://github.com/eslint/eslint) | `8.48.0` | `8.55.0` | | [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | `9.0.0` | `9.1.0` | | [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) | `2.28.1` | `2.29.0` | | [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) | `27.2.3` | `27.6.0` | | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.0.0` | `5.0.1` | | [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) | `29.6.4` | `29.7.0` | | [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) | `29.5.4` | `29.5.10` | | [prettier](https://github.com/prettier/prettier) | `3.0.3` | `3.1.0` | | [typescript](https://github.com/Microsoft/TypeScript) | `5.2.2` | `5.3.2` | Updates `@lifi/types` from 8.6.1 to 9.3.1 - [Release notes](https://github.com/lifinance/types/releases) - [Changelog](https://github.com/lifinance/types/blob/main/CHANGELOG.md) - [Commits](lifinance/types@v8.6.1...v9.3.1) Updates `ethers` from 6.7.1 to 6.9.0 - [Release notes](https://github.com/ethers-io/ethers.js/releases) - [Changelog](https://github.com/ethers-io/ethers.js/blob/main/CHANGELOG.md) - [Commits](ethers-io/ethers.js@v6.7.1...v6.9.0) Updates `winston` from 3.10.0 to 3.11.0 - [Release notes](https://github.com/winstonjs/winston/releases) - [Changelog](https://github.com/winstonjs/winston/blob/master/CHANGELOG.md) - [Commits](winstonjs/winston@v3.10.0...v3.11.0) Updates `@swc/core` from 1.3.82 to 1.3.100 - [Release notes](https://github.com/swc-project/swc/releases) - [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md) - [Commits](swc-project/swc@v1.3.82...v1.3.100) Updates `@types/node` from 20.5.9 to 20.10.3 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@types/superagent` from 4.1.18 to 4.1.24 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/superagent) Updates `@typescript-eslint/eslint-plugin` from 6.6.0 to 6.13.2 - [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.13.2/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 6.6.0 to 6.13.2 - [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/v6.13.2/packages/parser) Updates `eslint` from 8.48.0 to 8.55.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.48.0...v8.55.0) Updates `eslint-config-prettier` from 9.0.0 to 9.1.0 - [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md) - [Commits](prettier/eslint-config-prettier@v9.0.0...v9.1.0) Updates `eslint-plugin-import` from 2.28.1 to 2.29.0 - [Release notes](https://github.com/import-js/eslint-plugin-import/releases) - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md) - [Commits](import-js/eslint-plugin-import@v2.28.1...v2.29.0) Updates `eslint-plugin-jest` from 27.2.3 to 27.6.0 - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](jest-community/eslint-plugin-jest@v27.2.3...v27.6.0) Updates `eslint-plugin-prettier` from 5.0.0 to 5.0.1 - [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases) - [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md) - [Commits](prettier/eslint-plugin-prettier@v5.0.0...v5.0.1) Updates `jest` from 29.6.4 to 29.7.0 - [Release notes](https://github.com/jestjs/jest/releases) - [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jestjs/jest/commits/v29.7.0/packages/jest) Updates `@types/jest` from 29.5.4 to 29.5.10 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest) Updates `prettier` from 3.0.3 to 3.1.0 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.0.3...3.1.0) Updates `typescript` from 5.2.2 to 5.3.2 - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v5.2.2...v5.3.2) --- updated-dependencies: - dependency-name: "@lifi/types" dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: ethers dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: winston dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: "@swc/core" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: "@types/superagent" 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-minor dependency-group: dependencies - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: eslint-config-prettier dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: eslint-plugin-import dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: eslint-plugin-jest dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: eslint-plugin-prettier dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: jest dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: "@types/jest" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
added
dependencies
Pull requests that update a dependency file
javascript
Pull requests that update Javascript code
labels
Dec 4, 2023
Looks like these dependencies are updatable in another way, so this is no longer needed. |
dependabot
bot
deleted the
dependabot/npm_and_yarn/dependencies-a3637b1490
branch
March 27, 2024 22:34
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
0 participants
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 dependencies group with 17 updates:
8.6.1
9.3.1
6.7.1
6.9.0
3.10.0
3.11.0
1.3.82
1.3.100
20.5.9
20.10.3
4.1.18
4.1.24
6.6.0
6.13.2
6.6.0
6.13.2
8.48.0
8.55.0
9.0.0
9.1.0
2.28.1
2.29.0
27.2.3
27.6.0
5.0.0
5.0.1
29.6.4
29.7.0
29.5.4
29.5.10
3.0.3
3.1.0
5.2.2
5.3.2
Updates
@lifi/types
from 8.6.1 to 9.3.1Changelog
Sourced from
@lifi/types
's changelog.... (truncated)
Commits
53ec3b2
chore(release): 9.3.1112e4c4
Merge pull request #206 from lifinance/LF-4823fa4a1c9
fix: update ToolsRequest chain's typeb4a7676
chore(release): 9.3.0a98f327
Merge pull request #205 from lifinance/LF-53176341f89
chore: new usdc on pol0a6b49f
feat: add kyberswap logo (#204)6f723d0
chore(release): 9.2.177a87d5
Merge pull request #201 from lifinance/refactor/tokens-requestdd1374f
refactor based on commentsUpdates
ethers
from 6.7.1 to 6.9.0Release notes
Sourced from ethers's releases.
Changelog
Sourced from ethers's changelog.
Commits
98910ba
admin: update changelog after build-cleand60dfc1
admin: updated dist filesf8f11c7
Use provider-specified suggested priority fee when available, otherwise fallb...4681b83
Add auto-detected static network support to providers and allow customizing s...9e74d14
Added Base network to AlchemyProvider (#4384).2b67488
Fixed ParamType formatting causing bad tuple full and minimal ABI output (#43...da34e35
Account for provider config weight when kicking off a request in FallbackProv...e2485b8
More robust FallbackProvider broadcast (#4186, #4297, #4442).93fb138
admin: style fix (#4356)944cbbc
tests: bumped Node versions for testing (#4451)Updates
winston
from 3.10.0 to 3.11.0Release notes
Sourced from winston's releases.
Commits
1c8c65f
3.11.037f4282
Bump split2 from 4.1.0 to 4.2.0 (#2336)fdcc893
Bump actions/checkout from 3 to 4 (#2346)dcbec34
Bump@colors/colors
packgae to 1.6.0 (#2353)aaaa4c0
Bump rimraf from 3.0.2 to 5.0.5 (#2357)914b846
feat: add guardrails to the instantiation of a Profiler (#2226)23cb80c
Bump@types/node
from 20.3.1 to 20.4.2 (#2329)1c43f7b
Bug Fix: FileTransportOptions type missing lazy:boolean option (#2334)Updates
@swc/core
from 1.3.82 to 1.3.100Release notes
Sourced from
@swc/core
's releases.... (truncated)
Commits
02add74
chore: Publishv1.3.100
withswc_core
v0.86.84
(#8359)60ebd11
chore: Publish 1.3.100-nightly-20231130.10845693
chore: Publish crates2cdea3f
fix(es/codegen): Wrap quote for length greater than one (#8351)655e95a
chore: Publish cratesff719f0
fix(es/fixer): Wrap yield expression in await expression (#8357)1853280
chore: Publish crates55da0bb
chore(css/linter): Document rules require porting (#8352)a87d50b
chore: Publish 1.3.100-nightly-20231129.114dbece
chore: Publish 1.3.100-nightly-20231128.1Updates
@types/node
from 20.5.9 to 20.10.3Commits
Updates
@types/superagent
from 4.1.18 to 4.1.24Commits
Updates
@typescript-eslint/eslint-plugin
from 6.6.0 to 6.13.2Release notes
Sourced from
@typescript-eslint/eslint-plugin
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/eslint-plugin
's changelog.... (truncated)
Commits
cc2c6d3
chore: publish v6.13.237f34f4
docs: add 'When Not To Use It' or an intentional omission notice on all rules...96abf18
chore: finish enabling no-unnecessary-condition internally (#8004)4dae083
chore: prefix all nx package scripts with npx (#7988)14f3ff0
chore: publish v6.13.139c437a
chore: publish v6.13.09093e95
chore: publish v6.12.02e535b8
chore(deps): update dependency prettier to v3.1.0 (#7938)4cfcd45
feat(eslint-plugin): [switch-exhaustiveness-check] add requireDefaultForNonUn...155aa1f
fix(eslint-plugin): [class-methods-use-this] detect a problematic case for pr...Updates
@typescript-eslint/parser
from 6.6.0 to 6.13.2Release notes
Sourced from
@typescript-eslint/parser
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/parser
's changelog.... (truncated)
Commits
cc2c6d3
chore: publish v6.13.24dae083
chore: prefix all nx package scripts with npx (#7988)14f3ff0
chore: publish v6.13.139c437a
chore: publish v6.13.09093e95
chore: publish v6.12.02e535b8
chore(deps): update dependency prettier to v3.1.0 (#7938)06496e2
chore: publish v6.11.075c1288
chore: publish v6.10.01e47294
chore: publish v6.9.1101563b
chore: publish v6.9.0Updates
eslint
from 8.48.0 to 8.55.0Release notes
Sourced from eslint's releases.
... (truncated)
Changelog
Sourced from eslint's changelog.