Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 26, 2025

Bumps the dependencies group with 4 updates: @dreamit/graphql-server, @dreamit/graphql-testing, @types/node and oxlint.

Updates @dreamit/graphql-server from 5.0.0 to 5.0.2

Release notes

Sourced from @​dreamit/graphql-server's releases.

v5.0.2

What's Changed

Full Changelog: dreamit-de/graphql-server@v5.0.1...v5.0.2

v5.0.1

What's Changed

Full Changelog: dreamit-de/graphql-server@v5.0.0...v5.0.1

Commits
  • 0bb7e86 Merge pull request #542 from dreamit-de/541-fix-contenttype
  • b722796 #541 Allow optional settings in content-type
  • 7a77522 Merge pull request #540 from dreamit-de/dependabot/npm_and_yarn/dev-dependenc...
  • 792f02c Bump @​dreamit/graphql-testing in the dev-dependencies group
  • 9f76b25 Merge pull request #539 from dreamit-de/dependabot/npm_and_yarn/dev-dependenc...
  • 235b68d Fix check and linting issues
  • f51d8ce Bump the dev-dependencies group with 6 updates
  • ddc0de3 Merge pull request #537 from dreamit-de/dependabot/npm_and_yarn/dev-dependenc...
  • ea0bf35 Bump the dev-dependencies group with 2 updates
  • 47e8ebc Merge pull request #536 from dreamit-de/downgrade-update-interval
  • Additional commits viewable in compare view

Updates @dreamit/graphql-testing from 1.0.0 to 1.0.1

Release notes

Sourced from @​dreamit/graphql-testing's releases.

v1.0.1

What's Changed

Full Changelog: dreamit-de/graphql-testing@v1.0.0...v1.0.1

Commits
  • 9207274 Merge pull request #68 from dreamit-de/dependabot/npm_and_yarn/dev-dependenci...
  • a99eb0e Fix check and linting issues
  • 25a2d91 Bump the dev-dependencies group with 4 updates
  • 85f60ee Merge pull request #67 from dreamit-de/dependabot/npm_and_yarn/dev-dependenci...
  • 4e9fea5 Bump oxlint from 0.16.9 to 0.16.10 in the dev-dependencies group
  • 4a1163e Update dependabot.yml
  • cd3fb47 Merge pull request #66 from dreamit-de/dependabot/npm_and_yarn/dev-dependenci...
  • 928cac4 Bump @​types/node from 22.15.15 to 22.15.17 in the dev-dependencies group
  • See full diff in compare view

Updates @types/node from 22.15.19 to 22.15.21

Commits

Updates oxlint from 0.16.11 to 0.16.12

Release notes

Sourced from oxlint's releases.

oxlint v0.16.12

[0.16.12] - 2025-05-25

Features

  • 0c1f382 language_server: Watch for files inside .oxlintrc.json extends (#11226) (Sysix)
  • 1675b2c language_server: Tell clients to watch for .oxlintrc.json files (#11078) (Sysix)
  • 691416a linter: Add auto-fix to unicorn/no-static-only-class (#11249) (yefan)
  • 6a7018e linter: Generate stricter json schema for lint plugins (#11219) (camc314)
  • 66e0b1f linter: Implement unicorn/prefer-global-this (#11197) (camc314)
  • b26554b linter: Implement unicorn/no-instanceof-builtins (#11196) (camc314)
  • 699ec64 linter: Add autofix to eslint/no-unneeded-ternary (#11184) (yefan)
  • b3bbdda linter: Implement unicorn/prefer-object-from-entries (#11174) (camc314)
  • 20f9458 linter: Implement unicorn/prefer-array-find (#11170) (camc314)
  • f294c42 linter: Implement unicorn/no-array-method-this-argument (#11169) (camc314)
  • 07dac71 linter: Implement unicorn/prefer-array-index-of (#11168) (camc314)
  • cd920d3 linter: Implement unicorn/no-unnecessary-array-flat-depth (#11167) (camc314)
  • 385b84d linter: Unicorn/no-for-loop (#11154) (camc314)
  • a762038 linter: Add auto-fix to eslint/no-array-constructor (#11148) (yefan)
  • 12b0917 linter: Auto-generate docs for rule configs (#10629) (DonIsaac)

Bug Fixes

  • 0df5147 language_server: Correctly disable nested config search (#11173) (Sysix)
  • e8470d9 linter: Delay merging of oxlintrc configs (#10835) (camc314)
  • 6e9de84 linter: False positives in no-instanceof-builtins (#11210) (camc314)
  • 8e7fe03 linter: Fix panic in eslint/require-await (#11211) (camc314)
  • 4104b01 linter: Fix false positive on React in consistent-type-imports (#11171) (DonIsaac)
  • 25c6266 linter: Remove duplicate test case from no-useless-escape (#11146) (camc314)
  • 6a5911a linter: Add allow_regex_characters option to no-useless-escape (#11139) (camc314)
  • 7283f00 linter/prefer-todo: False fix for test['skip'] (#11128) (shulaoda)

Performance

  • 0c7aae4 linter: Speed up counting lines in eslint/max-lines and eslint/max-lines-per-function (#11242) (Ulrich Stark)
  • 1846b03 linter: Avoid iterating lines twice if blank lines are skipped (#11235) (Ulrich Stark)
  • e8479bf linter: Remove unnecessary codegen in jest/no-untyped-mock-factory (#11097) (shulaoda)
  • dd33e57 linter: Remove unnecessary codegen in eslint/prefer-numeric-literals (#11099) (shulaoda)
  • 49d677c linter: Remove unnecessary codegen in jest/prefer-to-have-length (#11100) (shulaoda)
  • c294447 linter: Remove unnecessary codegen in vitest/prefer-to-be-object (#11086) (shulaoda)
  • 8faf518 linter: Remove unnecessary codegen in unicorn/require-number-to-fixed-digits-argument (#11085) (shulaoda)
  • e1bbdab linter/prefer-expect-resolves: Remove unnecessary codegen (#11127) (shulaoda)
  • 6e3e37b unicorn/no-instanceof-array: Reduce memory allocations in fixer (#11109) (shulaoda)

Documentation

  • f2e3e79 linter: Fix formatting inconsistencies in rule docs (#11227) (Ulrich Stark)
  • df4cc8d linter: Update missing linter rule documentation (#11190) (Aman Desai)
  • b70c51e linter: Google_font_preconnect: linter rules (#11189) (Aman Desai)
  • 67c0b4d linter: Explanation for rule nextjs/no_sync_script (#11166) (Aman Desai)

... (truncated)

Changelog

Sourced from oxlint's changelog.

[0.16.12] - 2025-05-25

Features

  • 6a7018e linter: Generate stricter json schema for lint plugins (#11219) (camc314)

Bug Fixes

  • e8470d9 linter: Delay merging of oxlintrc configs (#10835) (camc314)

[0.15.14] - 2025-03-11

Features

  • 3fce826 linter: Add support for extends property in oxlintrc (#9217) (camchenry)

[0.15.13] - 2025-03-04

Documentation

  • 24850e7 linter: Add example of how configure rule (#9469) (Cédric DIRAND)

[0.15.11] - 2025-02-16

Features

  • 5d508a4 linter: Support env and globals in overrides configuration (#8915) (Sysix)

[0.15.8] - 2025-01-24

Features

  • 79ba9b5 linter: Added support to run in Node.JS legacy versions (#8648) (Luiz Felipe Weber)

[0.15.7] - 2025-01-19

Features

  • 538b24a linter: Format the configuration documentation correctly (#8583) (Tapan Prakash)

[0.14.0] - 2024-12-01

Features

  • 32f860d linter: Add support for ignorePatterns property within config file (#7092) (Nicholas Rayburn)

Documentation

  • a6b0100 linter: Fix config example headings (#7562) (Boshen)

... (truncated)

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 dependencies group with 4 updates: [@dreamit/graphql-server](https://github.com/dreamit-de/graphql-server), [@dreamit/graphql-testing](https://github.com/dreamit-de/graphql-testing), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint).


Updates `@dreamit/graphql-server` from 5.0.0 to 5.0.2
- [Release notes](https://github.com/dreamit-de/graphql-server/releases)
- [Commits](dreamit-de/graphql-server@v5.0.0...v5.0.2)

Updates `@dreamit/graphql-testing` from 1.0.0 to 1.0.1
- [Release notes](https://github.com/dreamit-de/graphql-testing/releases)
- [Commits](dreamit-de/graphql-testing@v1.0.0...v1.0.1)

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

Updates `oxlint` from 0.16.11 to 0.16.12
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/oxlint_v0.16.12/npm/oxlint)

---
updated-dependencies:
- dependency-name: "@dreamit/graphql-server"
  dependency-version: 5.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@dreamit/graphql-testing"
  dependency-version: 1.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@types/node"
  dependency-version: 22.15.21
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: oxlint
  dependency-version: 0.16.12
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

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 May 26, 2025
@github-actions github-actions bot merged commit 3cdd22e into main May 26, 2025
2 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dependencies-30b7e7aa55 branch May 26, 2025 15:32
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

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