Skip to content
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 development group with 31 updates #3

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 18, 2024

Bumps the development group with 31 updates:

Package From To
@commitlint/cli 18.4.4 19.3.0
@commitlint/config-conventional 18.4.4 19.2.2
@jscutlery/semver 4.2.0 5.2.2
@nestjs/common 10.3.0 10.3.8
@nestjs/platform-express 10.3.0 10.3.8
@nestjs/testing 10.3.0 10.3.8
@nx/eslint 17.2.8 19.0.4
@nx/eslint-plugin 17.2.8 19.0.4
@nx/js 17.2.8 19.0.4
@nx/rollup 17.2.8 19.0.4
@nx/vite 17.2.8 19.0.4
@nx/workspace 17.2.8 19.0.4
@swc-node/register 1.6.8 1.9.1
@swc/cli 0.1.64 0.3.12
@swc/core 1.3.105 1.5.7
@types/node 18.7.1 20.12.12
@typescript-eslint/eslint-plugin 6.19.0 7.9.0
@typescript-eslint/parser 6.19.0 7.9.0
@vitest/coverage-v8 0.34.6 1.6.0
@vitest/ui 0.34.7 1.6.0
eslint 8.48.0 9.3.0
husky 8.0.3 9.0.11
nock 13.5.0 13.5.4
nx 17.2.8 19.0.4
prettier 2.8.8 3.2.5
supertest 6.3.4 7.0.0
typescript 5.2.2 5.4.5
unplugin-swc 1.4.4 1.4.5
verdaccio 5.29.0 5.31.0
vite 5.0.12 5.2.11
vitest 1.2.1 1.6.0

Updates @commitlint/cli from 18.4.4 to 19.3.0

Release notes

Sourced from @​commitlint/cli's releases.

v19.3.0

19.3.0 (2024-04-23)

Features

Chore

New Contributors

Full Changelog: conventional-changelog/commitlint@v19.2.2...v19.3.0

v19.2.2

19.2.2 (2024-04-14)

Bug Fixes

Chore

New Contributors

Full Changelog: conventional-changelog/commitlint@v19.2.1...v19.2.2

v19.2.1

19.2.1 (2024-03-19)

Bug Fixes

New Contributors

... (truncated)

Changelog

Sourced from @​commitlint/cli's changelog.

19.3.0 (2024-04-23)

Note: Version bump only for package @​commitlint/cli

19.2.2 (2024-04-14)

Note: Version bump only for package @​commitlint/cli

19.2.1 (2024-03-19)

Note: Version bump only for package @​commitlint/cli

19.2.0 (2024-03-15)

Features

  • cli: introduce new --last flag, to stop recommending HEAD~1 (#3916) (99f4f3f)

19.1.0 (2024-03-12)

Note: Version bump only for package @​commitlint/cli

19.0.3 (2024-02-28)

Note: Version bump only for package @​commitlint/cli

... (truncated)

Commits

Updates @commitlint/config-conventional from 18.4.4 to 19.2.2

Release notes

Sourced from @​commitlint/config-conventional's releases.

v19.2.2

19.2.2 (2024-04-14)

Bug Fixes

Chore

New Contributors

Full Changelog: conventional-changelog/commitlint@v19.2.1...v19.2.2

v19.2.1

19.2.1 (2024-03-19)

Bug Fixes

New Contributors

Full Changelog: conventional-changelog/commitlint@v19.2.0...v19.2.1

v19.2.0

19.2.0 (2024-03-15)

Features

New Contributors

Full Changelog: conventional-changelog/commitlint@v19.1.0...v19.2.0

v19.1.0

... (truncated)

Changelog

Sourced from @​commitlint/config-conventional's changelog.

19.2.2 (2024-04-14)

Note: Version bump only for package @​commitlint/config-conventional

19.1.0 (2024-03-12)

Note: Version bump only for package @​commitlint/config-conventional

19.0.3 (2024-02-28)

Note: Version bump only for package @​commitlint/config-conventional

19.0.0 (2024-02-27)

Reverts

  • Revert "chore!: minimum node version v20" (2816783)

BREAKING CHANGES

  • migrate to pure ESM

  • feat: migrate to pure ESM

  • chore: update snapshot

  • fix: load parserPreset with another await

  • test: migrate to vitest

  • test: remove no replacement --runInBand test-ci script

  • chore: fix code reviews

... (truncated)

Commits

Updates @jscutlery/semver from 4.2.0 to 5.2.2

Release notes

Sourced from @​jscutlery/semver's releases.

semver-5.2.2

5.2.2 (2024-03-24)

Bug Fixes

  • semver: github and gitlab executor impl path (bb2b1ab)

semver-5.2.1

5.2.1 (2024-03-24)

Bug Fixes

  • semver: handle post targets with format project:target (3f61354)

semver-5.2.0

5.2.0 (2024-02-22)

Features

  • semver: add Nx Release migration generator (1cb9351)

semver-5.1.1

5.1.1 (2024-02-09)

Bug Fixes

  • semver: migrate husky to v9 in npm prepare script (0dc731b)

semver-5.1.0

5.1.0 (2024-02-08)

Bug Fixes

  • semver: increment version for preminor, prepatch and premajor (7459d8b), closes #775

Features

semver-5.0.0

5.0.0 (2024-02-03)

Bug Fixes

... (truncated)

Commits
  • 2c1fd0e release(semver): 🎸 cut release to 5.2.2
  • bb2b1ab fix(semver): github and gitlab executor impl path
  • daad2af release(semver): 🎸 cut release to 5.2.1
  • c4d05f1 build: use @swc/core to compile
  • 18ec545 build: fix workspace plugin resolution
  • 3f61354 fix(semver): handle post targets with format project:target
  • 5396ebb build: 📦 bump dependency @​angular-devkit/schematics to v17.3.1
  • cf7a754 build: 📦 bump dependency typescript to v5.4.3
  • 7fb573d build: 📦 bump dependency @​types/node to v20.11.30
  • 31dbfe5 build: 📦 bump dependency @​commitlint/cli to v19.2.1
  • Additional commits viewable in compare view

Updates @nestjs/common from 10.3.0 to 10.3.8

Release notes

Sourced from @​nestjs/common's releases.

v10.3.6 (2024-03-27)

Bug fixes

Dependencies

Committers: 2

v10.3.4 (2024-03-18)

Bug fixes

Enhancements

Docs

Dependencies

... (truncated)

Commits

Updates @nestjs/platform-express from 10.3.0 to 10.3.8

Release notes

Sourced from @​nestjs/platform-express's releases.

v10.3.6 (2024-03-27)

Bug fixes

Dependencies

Committers: 2

v10.3.4 (2024-03-18)

Bug fixes

Enhancements

Docs

Dependencies

... (truncated)

Commits

Updates @nestjs/testing from 10.3.0 to 10.3.8

Release notes

Sourced from @​nestjs/testing's releases.

v10.3.6 (2024-03-27)

Bug fixes

Dependencies

Committers: 2

v10.3.4 (2024-03-18)

Bug fixes

Enhancements

Docs

Dependencies

... (truncated)

Commits

Updates @nx/eslint from 17.2.8 to 19.0.4

Release notes

Sourced from @​nx/eslint's releases.

19.0.4 (2024-05-15)

🚀 Features

  • core: support finding matching projects with only negative patterns (#22743)
  • react-native: add optional syncDeps param to storybook executor (#22032)

🩹 Fixes

  • core: properly indent command output with mixed line endings (#23321)
  • core: read socket dir on demand & load .env files on client startup (#23348)
  • core: not load env files when NX_LOAD_DOT_ENV_FILES is false (#23231)
  • core: addPlugin should not conflict on project.json targ… (#23391)
  • core: fix affected detection for inputs after named inputs (#23354)
  • core: fix eslint --help command (#23274)
  • core: copy native files to tmp file location instead of .nx/cache (#23375)
  • core: retry interrupted errors when writing to stdout (#23359)
  • graph: properly remove tag when generating static graph file (#23399)
  • js: copy assets handler should correctly handle assets on windows (#23351)
  • misc: guard against failure to decode file in migration (#23069)
  • nextjs: Moving a library using @​nx/workspace:move should update … (#23311)
  • testing: ignore jest-sequencer- paths in jest resolver (#23396)
  • testing: check for project eslint config file in cypress and pla… (#23401)
  • vite: migration should handle config object correctly #20921 (#23364, #20921)
  • webpack: apply-base-config should initialize options it will set #23296 (#23368, #23296)

❤️ Thank You

19.0.3 (2024-05-13)

🚀 Features

  • nx-dev: show banner on documentation pages (#23266)
  • nx-dev: check for missing images (#23248)
  • nx-dev: put banner above menu (#23335)
  • react: Add SvgOptions for NxReactWebpackPlugin and WithNx (#23283)

🩹 Fixes

... (truncated)

Commits
  • 2cae242 Revert "fix(core): addPlugin should not conflict on project.json targ… (#23391)
  • 0affa36 fix(linter): fix migrating projects with the eslint plugin (#23147)
  • 5875a23 fix(core): addPlugin should not conflict on project.json targets (#23264)
  • 2b5d9bd fix(linter): rename languageSettings to languageOptions for flat config migra...
  • 963d2e0 fix(linter): ensure all spreads are removed from rules before parsing (#23292)
  • e3afd8a fix(linter): ensure config.rules is spread into rules in flat config migratio...
  • cc875a6 fix(devkit): check if includes is actually necessary (#23181)
  • 84eb280 fix(linter): add {options.outputFile} to outputs for inferred targets (#23173)
  • 2526979 fix(devkit): executor-to-plugin-migrator should add // targets hint (#23167)
  • acd0993 feat(linter): add convert-to-inferred migration generator (#23142)
  • Additional commits viewable in compare view

Updates @nx/eslint-plugin from 17.2.8 to 19.0.4

Release notes

Sourced from @​nx/eslint-plugin's releases.

19.0.4 (2024-05-15)

🚀 Features

  • core: support finding matching projects with only negative patterns (#22743)
  • react-native: add optional syncDeps param to storybook executor (#22032)

🩹 Fixes

  • core: properly indent command output with mixed line endings (#23321)
  • core: read socket dir on demand & load .env files on client startup (#23348)
  • core: not load env files when NX_LOAD_DOT_ENV_FILES is false (#23231)
  • core: addPlugin should not conflict on project.json targ… (#23391)
  • core: fix affected detection for inputs after named inputs (#23354)
  • core: fix eslint --help command (#23274)
  • core: copy native files to tmp file location instead of .nx/cache (#23375)
  • core: retry interrupted errors when writing to stdout (#23359)
  • graph: properly remove tag when generating static graph file (#23399)
  • js: copy assets handler should correctly handle assets on windows (#23351)
  • misc: guard against failure to decode file in migration (#23069)
  • nextjs: Moving a library using @​nx/workspace:move should update … (#23311)
  • testing: ignore jest-sequencer- paths in jest resolver (#23396)
  • testing: check for project eslint config file in cypress and pla… (#23401)
  • vite: migration should handle config object correctly #20921 (#23364, #20921)
  • webpack: apply-base-config should initialize options it will set #23296 (#23368, #23296)

❤️ Thank You

19.0.3 (2024-05-13)

🚀 Features

  • nx-dev: show banner on documentation pages (#23266)
  • nx-dev: check for missing images (#23248)
  • nx-dev: put banner above menu (#23335)
  • react: Add SvgOptions for NxReactWebpackPlugin and WithNx (#23283)

🩹 Fixes

... (truncated)

Commits

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 18, 2024
Bumps the development group with 31 updates:

| Package | From | To |
| --- | --- | --- |
| [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) | `18.4.4` | `19.3.0` |
| [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) | `18.4.4` | `19.2.2` |
| [@jscutlery/semver](https://github.com/jscutlery/semver) | `4.2.0` | `5.2.2` |
| [@nestjs/common](https://github.com/nestjs/nest/tree/HEAD/packages/common) | `10.3.0` | `10.3.8` |
| [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express) | `10.3.0` | `10.3.8` |
| [@nestjs/testing](https://github.com/nestjs/nest/tree/HEAD/packages/testing) | `10.3.0` | `10.3.8` |
| [@nx/eslint](https://github.com/nrwl/nx/tree/HEAD/packages/eslint) | `17.2.8` | `19.0.4` |
| [@nx/eslint-plugin](https://github.com/nrwl/nx/tree/HEAD/packages/eslint-plugin) | `17.2.8` | `19.0.4` |
| [@nx/js](https://github.com/nrwl/nx/tree/HEAD/packages/js) | `17.2.8` | `19.0.4` |
| [@nx/rollup](https://github.com/nrwl/nx/tree/HEAD/packages/rollup) | `17.2.8` | `19.0.4` |
| [@nx/vite](https://github.com/nrwl/nx/tree/HEAD/packages/vite) | `17.2.8` | `19.0.4` |
| [@nx/workspace](https://github.com/nrwl/nx/tree/HEAD/packages/workspace) | `17.2.8` | `19.0.4` |
| [@swc-node/register](https://github.com/swc-project/swc-node) | `1.6.8` | `1.9.1` |
| [@swc/cli](https://github.com/swc-project/pkgs) | `0.1.64` | `0.3.12` |
| [@swc/core](https://github.com/swc-project/swc) | `1.3.105` | `1.5.7` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `18.7.1` | `20.12.12` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `6.19.0` | `7.9.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `6.19.0` | `7.9.0` |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `0.34.6` | `1.6.0` |
| [@vitest/ui](https://github.com/vitest-dev/vitest/tree/HEAD/packages/ui) | `0.34.7` | `1.6.0` |
| [eslint](https://github.com/eslint/eslint) | `8.48.0` | `9.3.0` |
| [husky](https://github.com/typicode/husky) | `8.0.3` | `9.0.11` |
| [nock](https://github.com/nock/nock) | `13.5.0` | `13.5.4` |
| [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) | `17.2.8` | `19.0.4` |
| [prettier](https://github.com/prettier/prettier) | `2.8.8` | `3.2.5` |
| [supertest](https://github.com/ladjs/supertest) | `6.3.4` | `7.0.0` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.2.2` | `5.4.5` |
| [unplugin-swc](https://github.com/unplugin/unplugin-swc) | `1.4.4` | `1.4.5` |
| [verdaccio](https://github.com/verdaccio/verdaccio) | `5.29.0` | `5.31.0` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.0.12` | `5.2.11` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `1.2.1` | `1.6.0` |


Updates `@commitlint/cli` from 18.4.4 to 19.3.0
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.3.0/@commitlint/cli)

Updates `@commitlint/config-conventional` from 18.4.4 to 19.2.2
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.2.2/@commitlint/config-conventional)

Updates `@jscutlery/semver` from 4.2.0 to 5.2.2
- [Release notes](https://github.com/jscutlery/semver/releases)
- [Commits](jscutlery/semver@semver-4.2.0...semver-5.2.2)

Updates `@nestjs/common` from 10.3.0 to 10.3.8
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.3.8/packages/common)

Updates `@nestjs/platform-express` from 10.3.0 to 10.3.8
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.3.8/packages/platform-express)

Updates `@nestjs/testing` from 10.3.0 to 10.3.8
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.3.8/packages/testing)

Updates `@nx/eslint` from 17.2.8 to 19.0.4
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/19.0.4/packages/eslint)

Updates `@nx/eslint-plugin` from 17.2.8 to 19.0.4
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/19.0.4/packages/eslint-plugin)

Updates `@nx/js` from 17.2.8 to 19.0.4
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/19.0.4/packages/js)

Updates `@nx/rollup` from 17.2.8 to 19.0.4
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/19.0.4/packages/rollup)

Updates `@nx/vite` from 17.2.8 to 19.0.4
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/19.0.4/packages/vite)

Updates `@nx/workspace` from 17.2.8 to 19.0.4
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/19.0.4/packages/workspace)

Updates `@swc-node/register` from 1.6.8 to 1.9.1
- [Release notes](https://github.com/swc-project/swc-node/releases)
- [Commits](https://github.com/swc-project/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected])

Updates `@swc/cli` from 0.1.64 to 0.3.12
- [Commits](https://github.com/swc-project/pkgs/commits)

Updates `@swc/core` from 1.3.105 to 1.5.7
- [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.105...v1.5.7)

Updates `@types/node` from 18.7.1 to 20.12.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 6.19.0 to 7.9.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.9.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 6.19.0 to 7.9.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.9.0/packages/parser)

Updates `@vitest/coverage-v8` from 0.34.6 to 1.6.0
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v1.6.0/packages/coverage-v8)

Updates `@vitest/ui` from 0.34.7 to 1.6.0
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v1.6.0/packages/ui)

Updates `eslint` from 8.48.0 to 9.3.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...v9.3.0)

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)

Updates `nock` from 13.5.0 to 13.5.4
- [Release notes](https://github.com/nock/nock/releases)
- [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md)
- [Commits](nock/nock@v13.5.0...v13.5.4)

Updates `nx` from 17.2.8 to 19.0.4
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/19.0.4/packages/nx)

Updates `prettier` from 2.8.8 to 3.2.5
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@2.8.8...3.2.5)

Updates `supertest` from 6.3.4 to 7.0.0
- [Release notes](https://github.com/ladjs/supertest/releases)
- [Commits](ladjs/supertest@v6.3.4...v7.0.0)

Updates `typescript` from 5.2.2 to 5.4.5
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.2.2...v5.4.5)

Updates `unplugin-swc` from 1.4.4 to 1.4.5
- [Release notes](https://github.com/unplugin/unplugin-swc/releases)
- [Commits](unplugin/unplugin-swc@v1.4.4...v1.4.5)

Updates `verdaccio` from 5.29.0 to 5.31.0
- [Release notes](https://github.com/verdaccio/verdaccio/releases)
- [Changelog](https://github.com/verdaccio/verdaccio/blob/v5.31.0/CHANGELOG.md)
- [Commits](verdaccio/verdaccio@v5.29.0...v5.31.0)

Updates `vite` from 5.0.12 to 5.2.11
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.2.11/packages/vite)

Updates `vitest` from 1.2.1 to 1.6.0
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v1.6.0/packages/vitest)

---
updated-dependencies:
- dependency-name: "@commitlint/cli"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development
- dependency-name: "@commitlint/config-conventional"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development
- dependency-name: "@jscutlery/semver"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development
- dependency-name: "@nestjs/common"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development
- dependency-name: "@nestjs/platform-express"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development
- dependency-name: "@nestjs/testing"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development
- dependency-name: "@nx/eslint"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development
- dependency-name: "@nx/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development
- dependency-name: "@nx/js"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development
- dependency-name: "@nx/rollup"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development
- dependency-name: "@nx/vite"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development
- dependency-name: "@nx/workspace"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development
- dependency-name: "@swc-node/register"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development
- dependency-name: "@swc/cli"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development
- dependency-name: "@swc/core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development
- dependency-name: "@vitest/coverage-v8"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development
- dependency-name: "@vitest/ui"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development
- dependency-name: husky
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development
- dependency-name: nock
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development
- dependency-name: nx
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development
- dependency-name: supertest
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development
- dependency-name: unplugin-swc
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development
- dependency-name: verdaccio
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/development-e7c7c6adf7 branch from f69a80b to c5a8800 Compare May 18, 2024 09:39
@alexgavrusev
Copy link
Owner

@dependabot ignore @nx/eslint
@dependabot ignore @nx/eslint-plugin
@dependabot ignore @nx/js
@dependabot ignore @nx/rollup
@dependabot ignore @nx/vite
@dependabot ignore @nx/workspace

@alexgavrusev
Copy link
Owner

@dependabot ignore nx

Copy link
Contributor Author

dependabot bot commented on behalf of github May 18, 2024

OK, I won't notify you about nx again, unless you unignore it.

@alexgavrusev
Copy link
Owner

@dependabot ignore @nx/eslint

Copy link
Contributor Author

dependabot bot commented on behalf of github May 18, 2024

OK, I won't notify you about @nx/eslint again, unless you unignore it.

@alexgavrusev
Copy link
Owner

https://github.com/dependabot ignore @nx/eslint-plugin

Copy link
Contributor Author

dependabot bot commented on behalf of github May 18, 2024

OK, I won't notify you about @nx/eslint-plugin again, unless you unignore it.

@alexgavrusev
Copy link
Owner

https://github.com/dependabot ignore @nx/js

Copy link
Contributor Author

dependabot bot commented on behalf of github May 18, 2024

OK, I won't notify you about @nx/js again, unless you unignore it.

@alexgavrusev
Copy link
Owner

https://github.com/dependabot ignore @nx/rollup

Copy link
Contributor Author

dependabot bot commented on behalf of github May 18, 2024

OK, I won't notify you about @nx/rollup again, unless you unignore it.

@alexgavrusev
Copy link
Owner

https://github.com/dependabot ignore @nx/vite

Copy link
Contributor Author

dependabot bot commented on behalf of github May 18, 2024

OK, I won't notify you about @nx/vite again, unless you unignore it.

@alexgavrusev
Copy link
Owner

https://github.com/dependabot ignore @nx/workspace

Copy link
Contributor Author

dependabot bot commented on behalf of github May 18, 2024

OK, I won't notify you about @nx/workspace again, unless you unignore it.

Copy link
Contributor Author

dependabot bot commented on behalf of github May 18, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this May 18, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/development-e7c7c6adf7 branch May 18, 2024 12:09
@alexgavrusev
Copy link
Owner

@dependabot show @nx/workspace ignore conditions

Copy link
Contributor Author

dependabot bot commented on behalf of github May 18, 2024

Ignore Conditions
Dependency Ignore Condition
@nx/workspace [> 17.2.8]

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant