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

build(deps): bump the all group across 1 directory with 9 updates #198

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 13, 2025

Bumps the all group with 9 updates in the /nestjs-demo directory:

Package From To
@nestjs/common 11.0.8 11.0.9
@nestjs/core 11.0.8 11.0.9
@nestjs/platform-express 11.0.8 11.0.9
@nestjs/testing 11.0.8 11.0.9
@swc/core 1.10.15 1.10.16
@types/node 22.13.1 22.13.2
@typescript-eslint/eslint-plugin 8.23.0 8.24.0
@typescript-eslint/parser 8.23.0 8.24.0
eslint 9.20.0 9.20.1

Updates @nestjs/common from 11.0.8 to 11.0.9

Release notes

Sourced from @​nestjs/common's releases.

v11.0.9 (2025-02-10)

Bug fixes

Committers: 2

Commits

Updates @nestjs/core from 11.0.8 to 11.0.9

Release notes

Sourced from @​nestjs/core's releases.

v11.0.9 (2025-02-10)

Bug fixes

Committers: 2

Commits
  • 3c276c9 chore(@​nestjs) publish v11.0.9 release
  • 1414e2c fix: skip root module if undefined
  • fececd2 Update packages/core/scanner.ts
  • 8dca14e test: early return when imports undefined
  • 2bdec35 style: disable no-this-alias for tree-node
  • 1832c9e test: early return when imports undefined
  • 5703250 chore: rename method name
  • 059e817 fix: stop on cycles
  • 3179609 refactor: dont track node depth
  • c743c74 perf(core): use topology tree for calculating distance
  • See full diff in compare view

Updates @nestjs/platform-express from 11.0.8 to 11.0.9

Release notes

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

v11.0.9 (2025-02-10)

Bug fixes

Committers: 2

Commits

Updates @nestjs/testing from 11.0.8 to 11.0.9

Release notes

Sourced from @​nestjs/testing's releases.

v11.0.9 (2025-02-10)

Bug fixes

Committers: 2

Commits

Updates @swc/core from 1.10.15 to 1.10.16

Changelog

Sourced from @​swc/core's changelog.

[1.10.16] - 2025-02-13

Bug Fixes

  • (es/minifier) Check assign target before merge assign cond (#10020) (6dab49a)

  • (es/parser) Preserve comment positions with leading semicolon (#10019) (c9937b6)

  • (swc_common) Fix panic with non-narrow chars with width != 2 (#10011) (f9f4cac)

  • (ts/fast-strip) Handle unsupported module keyword (#10022) (308f5d0)

Performance

  • (es/codegen) Reduce allocation using compact_str (#10008) (7d7319f)
Commits
  • df4f619 chore: Publish 1.10.16 with swc_core v13.3.0
  • 05d2152 chore: Publish 1.10.16-nightly-20250213.1 with swc_core v13.3.0
  • 660b92a chore: Publish crates with swc_core v13.3.0
  • 308f5d0 fix(ts/fast-strip): Handle unsupported module keyword (#10022)
  • 6dab49a fix(es/minifier): Check assign target before merge assign cond (#10020)
  • c9937b6 fix(es/parser): Preserve comment positions with leading semicolon (#10019)
  • 7d7319f perf(es/codegen): Reduce allocation using compact_str (#10008)
  • f9f4cac fix(swc_common): Fix panic with non-narrow chars with width != 2 (#10011)
  • 5dc16a2 chore: Update changelog
  • See full diff in compare view

Updates @types/node from 22.13.1 to 22.13.2

Commits

Updates @typescript-eslint/eslint-plugin from 8.23.0 to 8.24.0

Release notes

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

v8.24.0

8.24.0 (2025-02-10)

🚀 Features

  • eslint-plugin: [no-unnecessary-condition] make allowConstantLoopConditions more granular (#10639)
  • utils: add reportUnusedInlineConfigs to LinterOptions (#10718)

🩹 Fixes

  • ast-spec: correct YieldExpression.argument type (#10799)
  • eslint-plugin: [restrict-plus-operands] report adding bigints to strings when allowNumberAndString is false (#10737)
  • eslint-plugin: [no-misused-spread] correct and elaborate string spread report message (#10751)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

8.24.0 (2025-02-10)

🚀 Features

  • eslint-plugin: [no-unnecessary-condition] make allowConstantLoopConditions more granular (#10639)

🩹 Fixes

  • eslint-plugin: [no-misused-spread] correct and elaborate string spread report message (#10751)
  • eslint-plugin: [restrict-plus-operands] report adding bigints to strings when allowNumberAndString is false (#10737)

❤️ Thank You

  • Josh Goldberg ✨
  • noah
  • Ronen Amiel

You can read about our versioning strategy and releases on our website.

Commits
  • 87d72ba chore(release): publish 8.24.0
  • ac8dde0 feat(eslint-plugin): [no-unnecessary-condition] make `allowConstantLoopCondit...
  • 7acfb5f fix(eslint-plugin): [no-misused-spread] correct and elaborate string spread r...
  • d30a497 fix(eslint-plugin): [restrict-plus-operands] report adding bigints to strings...
  • bcdf560 docs(eslint-plugin): [prefer-nullish-coalescing] streamline code examples (#1...
  • See full diff in compare view

Updates @typescript-eslint/parser from 8.23.0 to 8.24.0

Release notes

Sourced from @​typescript-eslint/parser's releases.

v8.24.0

8.24.0 (2025-02-10)

🚀 Features

  • eslint-plugin: [no-unnecessary-condition] make allowConstantLoopConditions more granular (#10639)
  • utils: add reportUnusedInlineConfigs to LinterOptions (#10718)

🩹 Fixes

  • ast-spec: correct YieldExpression.argument type (#10799)
  • eslint-plugin: [restrict-plus-operands] report adding bigints to strings when allowNumberAndString is false (#10737)
  • eslint-plugin: [no-misused-spread] correct and elaborate string spread report message (#10751)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/parser's changelog.

8.24.0 (2025-02-10)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

Commits

Updates eslint from 9.20.0 to 9.20.1

Release notes

Sourced from eslint's releases.

v9.20.1

Bug Fixes

Documentation

  • fe3ccb2 docs: allow typing in search box while dropdown is open (#19424) (Amaresh S M)
  • 93c78a5 docs: Add instructions for pnpm compat (#19422) (Nicholas C. Zakas)
  • b476a93 docs: Fix Keyboard Navigation for Search Results (#19416) (Amaresh S M)
  • ccb60c0 docs: Update README (GitHub Actions Bot)
Changelog

Sourced from eslint's changelog.

v9.20.1 - February 11, 2025

  • fe3ccb2 docs: allow typing in search box while dropdown is open (#19424) (Amaresh S M)
  • 274f054 fix: fix RuleContext type (#19417) (Francesco Trotta)
  • 93c78a5 docs: Add instructions for pnpm compat (#19422) (Nicholas C. Zakas)
  • b476a93 docs: Fix Keyboard Navigation for Search Results (#19416) (Amaresh S M)
  • ccb60c0 docs: Update README (GitHub Actions Bot)
Commits

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

Bumps the all group with 9 updates in the /nestjs-demo directory:

| Package | From | To |
| --- | --- | --- |
| [@nestjs/common](https://github.com/nestjs/nest/tree/HEAD/packages/common) | `11.0.8` | `11.0.9` |
| [@nestjs/core](https://github.com/nestjs/nest/tree/HEAD/packages/core) | `11.0.8` | `11.0.9` |
| [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express) | `11.0.8` | `11.0.9` |
| [@nestjs/testing](https://github.com/nestjs/nest/tree/HEAD/packages/testing) | `11.0.8` | `11.0.9` |
| [@swc/core](https://github.com/swc-project/swc) | `1.10.15` | `1.10.16` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.13.1` | `22.13.2` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.23.0` | `8.24.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.23.0` | `8.24.0` |
| [eslint](https://github.com/eslint/eslint) | `9.20.0` | `9.20.1` |



Updates `@nestjs/common` from 11.0.8 to 11.0.9
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v11.0.9/packages/common)

Updates `@nestjs/core` from 11.0.8 to 11.0.9
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v11.0.9/packages/core)

Updates `@nestjs/platform-express` from 11.0.8 to 11.0.9
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v11.0.9/packages/platform-express)

Updates `@nestjs/testing` from 11.0.8 to 11.0.9
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v11.0.9/packages/testing)

Updates `@swc/core` from 1.10.15 to 1.10.16
- [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.10.15...v1.10.16)

Updates `@types/node` from 22.13.1 to 22.13.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@typescript-eslint/eslint-plugin` from 8.23.0 to 8.24.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.24.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.23.0 to 8.24.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.24.0/packages/parser)

Updates `eslint` from 9.20.0 to 9.20.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.20.0...v9.20.1)

---
updated-dependencies:
- dependency-name: "@nestjs/common"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@nestjs/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@nestjs/platform-express"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@nestjs/testing"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@swc/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 13, 2025
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.

0 participants