-
-
Notifications
You must be signed in to change notification settings - Fork 0
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-dev): bump the development-dependencies group with 9 updates #24
Merged
aalemayhu
merged 2 commits into
main
from
dependabot/npm_and_yarn/development-dependencies-4da5b8f507
Mar 1, 2024
Merged
build(deps-dev): bump the development-dependencies group with 9 updates #24
aalemayhu
merged 2 commits into
main
from
dependabot/npm_and_yarn/development-dependencies-4da5b8f507
Mar 1, 2024
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 development-dependencies group with 9 updates: | Package | From | To | | --- | --- | --- | | [@rollup/plugin-typescript](https://github.com/rollup/plugins/tree/HEAD/packages/typescript) | `11.1.5` | `11.1.6` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `6.10.0` | `7.1.0` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `6.10.0` | `7.1.0` | | [eslint](https://github.com/eslint/eslint) | `8.53.0` | `8.57.0` | | [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) | `2.29.0` | `2.29.1` | | [rollup-plugin-typescript-paths](https://github.com/simonhaenisch/rollup-plugin-typescript-paths) | `1.4.0` | `1.5.0` | | [semantic-release](https://github.com/semantic-release/semantic-release) | `22.0.7` | `23.0.2` | | [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `0.34.6` | `1.3.1` | | [husky](https://github.com/typicode/husky) | `8.0.3` | `9.0.11` | Updates `@rollup/plugin-typescript` from 11.1.5 to 11.1.6 - [Changelog](https://github.com/rollup/plugins/blob/master/packages/typescript/CHANGELOG.md) - [Commits](https://github.com/rollup/plugins/commits/typescript-v11.1.6/packages/typescript) Updates `@typescript-eslint/eslint-plugin` from 6.10.0 to 7.1.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.1.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 6.10.0 to 7.1.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.1.0/packages/parser) Updates `eslint` from 8.53.0 to 8.57.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.53.0...v8.57.0) Updates `eslint-plugin-import` from 2.29.0 to 2.29.1 - [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.29.0...v2.29.1) Updates `rollup-plugin-typescript-paths` from 1.4.0 to 1.5.0 - [Release notes](https://github.com/simonhaenisch/rollup-plugin-typescript-paths/releases) - [Commits](simonhaenisch/rollup-plugin-typescript-paths@v1.4.0...v1.5.0) Updates `semantic-release` from 22.0.7 to 23.0.2 - [Release notes](https://github.com/semantic-release/semantic-release/releases) - [Commits](semantic-release/semantic-release@v22.0.7...v23.0.2) Updates `vitest` from 0.34.6 to 1.3.1 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v1.3.1/packages/vitest) Updates `husky` from 8.0.3 to 9.0.11 - [Release notes](https://github.com/typicode/husky/releases) - [Commits](typicode/husky@v8.0.3...v9.0.11) --- updated-dependencies: - dependency-name: "@rollup/plugin-typescript" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-major dependency-group: development-dependencies - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-major dependency-group: development-dependencies - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: eslint-plugin-import dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: rollup-plugin-typescript-paths dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: semantic-release dependency-type: direct:development update-type: version-update:semver-major dependency-group: development-dependencies - dependency-name: vitest dependency-type: direct:development update-type: version-update:semver-major dependency-group: development-dependencies - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-major dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Should resolve these errors > Error: src/convertCSVToAPKG.ts(9,12): error TS2580: Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`. > Error: src/domain/exporter.ts(6,21): error TS2580: Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`.
dependabot
bot
deleted the
dependabot/npm_and_yarn/development-dependencies-4da5b8f507
branch
March 1, 2024 21:05
🎉 This PR is included in version 1.4.5 🎉 The release is available on: Your semantic-release bot 📦🚀 |
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 development-dependencies group with 9 updates:
11.1.5
11.1.6
6.10.0
7.1.0
6.10.0
7.1.0
8.53.0
8.57.0
2.29.0
2.29.1
1.4.0
1.5.0
22.0.7
23.0.2
0.34.6
1.3.1
8.0.3
9.0.11
Updates
@rollup/plugin-typescript
from 11.1.5 to 11.1.6Changelog
Sourced from
@rollup/plugin-typescript
's changelog.Commits
2a19079
chore(release): typescript v11.1.6db2cf23
fix(typescript): Ensure rollup 4 compatibility (#1658)46df762
chore(repo): consistent plugin names in docs (#1657)dcd8da5
chore(repo): use@dot/versioner
for releases (#1612)Updates
@typescript-eslint/eslint-plugin
from 6.10.0 to 7.1.0Release notes
Sourced from
@typescript-eslint/eslint-plugin
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/eslint-plugin
's changelog.... (truncated)
Commits
4bc6944
chore(release): publish 7.1.01807d55
docs: add tabs in no-unsafe-unary-minus.md (#8542)f2f57de
test(eslint-plugin): [no-misused-promises] add test cases for spread args (#8...fa67955
chore: drop T from internal types (#8521)60c1cd3
fix(eslint-plugin): [no-use-before-define] fix false positive type reference ...1458920
fix(eslint-plugin): [no-misused-promises] improve check union types (#8534)c1441c8
fix(eslint-plugin): [prefer-optional-chan] allow typeof for avoiding referenc...e7ec6f0
docs: from option instead of source in prefer-readonly-parameter-types (#8461)46cef96
feat(eslint-plugin): [consistent-return] add new rule (#8289)f7198db
feat(eslint-plugin): [naming-convention] support the auto-accessor syntax (#8...Updates
@typescript-eslint/parser
from 6.10.0 to 7.1.0Release notes
Sourced from
@typescript-eslint/parser
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/parser
's changelog.... (truncated)
Commits
4bc6944
chore(release): publish 7.1.0677e7cc
chore(release): publish 7.0.24f3215f
chore(release): publish 7.0.1b27de99
chore(release): publish 7.0.01aa393c
chore(deps): update dependency prettier to v3.2.5 (#8401)8ef5f4b
feat: add support for flat configs (#7935)1200b4c
chore(deps): update nx to v17.3.0 (#8317)584db29
feat: bump ESLint, NodeJS, and TS minimum version requirements (#8377)289ee88
chore(release): publish 6.21.0aa5edf7
chore(deps): update dependency prettier to v3.2.4 (#8357)Updates
eslint
from 8.53.0 to 8.57.0Release notes
Sourced from eslint's releases.
... (truncated)
Changelog
Sourced from eslint's changelog.
... (truncated)
Commits
abea3b6
8.57.01cd3f8c
Build: changelog update for 8.57.01813aec
chore: upgrade@eslint/js
@8
.57.0 (#18143)5c356bb
chore: package.json update for@eslint/js
release84922d0
docs: Show prerelease version in dropdown (#18139)1120b9b
feat: Add loadESLint() API method for v8 (#18098)5b8c363
docs: Switch to Ethical Ads (#18117)2196d97
fix: handle absolute file paths inFlatRuleTester
(#18064)f4a1fe2
test: add more tests for ignoring files and directories (#18068)69dd1d1
fix: Ensure config keys are printed for config errors (#18067)Updates
eslint-plugin-import
from 2.29.0 to 2.29.1Release notes
Sourced from eslint-plugin-import's releases.
Changelog
Sourced from eslint-plugin-import's changelog.
Commits
ee5fade
Bump to 2.29.148fec35
[Deps] updatetsconfig-paths
80aee73
[Dev Deps] updatechai
,eslint-doc-generator
,markdownlint-cli
8c83eaf
[Tests] node v21.3 has a brokenfs.writeFile
e67259e
[Fix]no-unused-modules
: support export patterns with array destructuring9fd3c42
[Tests]no-duplicates
: add passing test12f0300
[Fix]no-extraneous-dependencies
: ignoreexport type { ... } from '...'
w...Updates
rollup-plugin-typescript-paths
from 1.4.0 to 1.5.0Release notes
Sourced from rollup-plugin-typescript-paths's releases.
Commits
feb2435
1.5.0c65e138
feat: escape$
and^
characters from path (#17)da50ce4
docs(readme): update github workflow badge7032eed
stop testing with node 12 and 14bd4937a
chore(deps): update dev dependenciesUpdates
semantic-release
from 22.0.7 to 23.0.2Release notes
Sourced from semantic-release's releases.
... (truncated)
Commits
38105f5
fix(deps): update dependency marked to v12 (#3176)7fb784f
ci(action): update actions/upload-artifact action to v4.3.1 (#3181)e3245f3
ci(action): update actions/setup-node action to v4.0.2 (#3184)28bcc1d
chore(deps): update dependency prettier to v3.2.5 (#3177)9faded8
fix(deps): update dependency marked-terminal to v7fccab39
chore(deps): lock file maintenance (#3179)6be2280
chore(deps): update dependency got to v14.2.0 (#3175)518b47d
chore(deps): update dependency npm-run-all2 to v6.1.2 (#3171)c6c01aa
ci(action): update github/codeql-action action to v3.24.0 (#3173)ee4f99f
chore(deps): update dependency ava to v6.1.1 (#3168)Updates
vitest
from 0.34.6 to 1.3.1Release notes
Sourced from vitest's releases.