-
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 across 1 directory with 12 updates #183
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
…pdates Bumps the dependencies group with 12 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@lifi/types](https://github.com/lifinance/types) | `13.17.0` | `14.0.0` | | [winston](https://github.com/winstonjs/winston) | `3.13.0` | `3.13.1` | | [@swc/core](https://github.com/swc-project/swc) | `1.6.13` | `1.7.1` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.14.10` | `20.14.12` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `7.14.1` | `7.17.0` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `7.14.1` | `7.17.0` | | [eslint](https://github.com/eslint/eslint) | `8.57.0` | `9.7.0` | | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.1.3` | `5.2.1` | | [eslint-plugin-promise](https://github.com/eslint-community/eslint-plugin-promise) | `6.4.0` | `7.0.0` | | [prettier](https://github.com/prettier/prettier) | `3.3.2` | `3.3.3` | | [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.1.5` | `29.2.3` | | [typescript](https://github.com/Microsoft/TypeScript) | `5.5.3` | `5.5.4` | Updates `@lifi/types` from 13.17.0 to 14.0.0 - [Release notes](https://github.com/lifinance/types/releases) - [Changelog](https://github.com/lifinance/types/blob/main/CHANGELOG.md) - [Commits](lifinance/types@v13.17.0...v14.0.0) Updates `winston` from 3.13.0 to 3.13.1 - [Release notes](https://github.com/winstonjs/winston/releases) - [Changelog](https://github.com/winstonjs/winston/blob/master/CHANGELOG.md) - [Commits](winstonjs/winston@v3.13.0...v3.13.1) Updates `@swc/core` from 1.6.13 to 1.7.1 - [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.6.13...v1.7.1) Updates `@types/node` from 20.14.10 to 20.14.12 - [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.14.1 to 7.17.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.17.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 7.14.1 to 7.17.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.17.0/packages/parser) Updates `eslint` from 8.57.0 to 9.7.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.57.0...v9.7.0) Updates `eslint-plugin-prettier` from 5.1.3 to 5.2.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.1.3...v5.2.1) Updates `eslint-plugin-promise` from 6.4.0 to 7.0.0 - [Release notes](https://github.com/eslint-community/eslint-plugin-promise/releases) - [Changelog](https://github.com/eslint-community/eslint-plugin-promise/blob/main/CHANGELOG.md) - [Commits](eslint-community/eslint-plugin-promise@v6.4.0...v7.0.0) Updates `prettier` from 3.3.2 to 3.3.3 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.3.2...3.3.3) Updates `ts-jest` from 29.1.5 to 29.2.3 - [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.3) Updates `typescript` from 5.5.3 to 5.5.4 - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](microsoft/TypeScript@v5.5.3...v5.5.4) --- updated-dependencies: - dependency-name: "@lifi/types" dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: winston dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: "@swc/core" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: "@types/node" 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-major dependency-group: dependencies - dependency-name: eslint-plugin-prettier dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: eslint-plugin-promise dependency-type: direct:development update-type: version-update:semver-major dependency-group: dependencies - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: ts-jest 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-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
added
dependencies
Pull requests that update a dependency file
javascript
Pull requests that update Javascript code
labels
Jul 24, 2024
Coverage report
Test suite run success15 tests passing in 4 suites. Report generated by 🧪jest coverage report action from 320dd86 |
Superseded by #184. |
dependabot
bot
deleted the
dependabot/npm_and_yarn/dependencies-86e3d1e160
branch
July 25, 2024 21:17
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 12 updates in the / directory:
13.17.0
14.0.0
3.13.0
3.13.1
1.6.13
1.7.1
20.14.10
20.14.12
7.14.1
7.17.0
7.14.1
7.17.0
8.57.0
9.7.0
5.1.3
5.2.1
6.4.0
7.0.0
3.3.2
3.3.3
29.1.5
29.2.3
5.5.3
5.5.4
Updates
@lifi/types
from 13.17.0 to 14.0.0Changelog
Sourced from
@lifi/types
's changelog.Commits
545bfc2
chore(release): 14.0.04ad6cfa
refactor: update eslint rules and husky (#260)f7aac3a
feat!: remove unused chains (#261)368814d
chore(release): 13.18.24a95a6f
fix: update wSOLf9aa828
chore(release): 13.18.1ad763e8
Merge pull request #259 from lifinance/add-wsol5eb46f6
fix: add wSOL to base tokens6f0ec72
chore(release): 13.18.0ba2373b
feat: remove insurance (#246)Updates
winston
from 3.13.0 to 3.13.1Release notes
Sourced from winston's releases.
Commits
7d7f9d3
3.13.11b3a500
revert to rimraf 5.0.1, last known version to work with node 18 for nowb56117e
Merge branch 'master' of github.com:winstonjs/winstona5853b5
Update dependencies93b52ac
Bump@types/node
from 20.12.7 to 20.14.10 (#2483)33611c9
Bump mocha from 10.3.0 to 10.6.0 (#2484)4aa6550
Bump@babel/preset-env
from 7.24.0 to 7.24.7 (#2475)7f5f014
Update minimum version logform (#2472)debf4fa
Add Parseable transport (#2466)d567c57
chore(docs): Update w/ MySQL transport (#2456)Updates
@swc/core
from 1.6.13 to 1.7.1Release notes
Sourced from
@swc/core
's releases.... (truncated)
Changelog
Sourced from
@swc/core
's changelog.... (truncated)
Commits
5bf3fa7
chore: Publish1.7.1
withswc_core
v0.99.4
1ecfff5
chore: Update changelog29bf7a3
chore: Publish1.7.1-nightly-20240724.2
withswc_core
v0.99.4
1ce1862
chore: Publish crates58a9b9f
chore(ci): Usetest-ci
for tldraw4d60f52
fix(es/typescript): Preserve type assertions (#9328)1a9bf88
chore: Update changelog6902806
chore: Publish1.7.1-nightly-20240724.1
withswc_core
v0.99.4
98003c8
chore: Publish crates19e479e
chore: Updatecargo-mono
(#9323)Updates
@types/node
from 20.14.10 to 20.14.12Commits
Updates
@typescript-eslint/eslint-plugin
from 7.14.1 to 7.17.0Release notes
Sourced from
@typescript-eslint/eslint-plugin
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/eslint-plugin
's changelog.... (truncated)
Commits
05c9cb8
chore(release): publish 7.17.0f6c719f
fix(eslint-plugin): [no-unnecessary-condition] false positive on optional pri...6647f7e
chore: enable no-unreachable-loop (#9540)58be99f
chore: enable prefer-object-spread (#9541)5d895b7
chore: enable@typescript-eslint/no-unused-expressions
(#9542)d8c539d
chore: enable no-useless-concat (#9550)f043f30
fix(eslint-plugin): [strict-boolean-expressions] consider assertion function ...0108e9c
chore: enable no-lonely-if (#9547)970f3f1
feat(eslint-plugin): [return-await] add option to report in error-handling sc...dd965a4
feat(eslint-plugin): backport no-unsafe-function type, no-wrapper-object-type...Updates
@typescript-eslint/parser
from 7.14.1 to 7.17.0Release notes
Sourced from
@typescript-eslint/parser
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/parser
's changelog.Commits
05c9cb8
chore(release): publish 7.17.058be99f
chore: enable prefer-object-spread (#9541)d1d0ba5
chore(release): publish 7.16.1e803c50
chore(release): publish 7.16.02865d31
chore(release): publish 7.15.0Updates
eslint
from 8.57.0 to 9.7.0Release notes
Sourced from eslint's releases.
... (truncated)
Changelog
Sourced from eslint's changelog.
... (truncated)
Commits
05ab812
9.7.01917cd3
Build: changelog update for 9.7.0793b718
chore: upgrade@eslint/js
@9
.7.0 (#18680)7ed6f9a
chore: package.json update for@eslint/js
release14e9f81
fix: destructuring in catch clause inno-unused-vars
(#18636)7bcda76
refactor: Add type references (#18652)51bf57c
chore: add tech sponsors through actions (#18624)9f416db
docs: Add Powered by Algolia label to the search. (#18633)6320732
refactor: don't useparent
property inNodeEventGenerator
(#18653)7bd9839
feat: add support for es2025 duplicate named capturing groups (#18630)Updates
eslint-plugin-prettier
from 5.1.3 to 5.2.1Release notes
Sourced from eslint-plugin-prettier's releases.
Changelog
Sourced from eslint-plugin-prettier's changelog.
...Description has been truncated