deps: bump the all-dependencies group with 14 updates
Type: Pull Request
State: Merged
Association: Contributor
Comments: 0
(7 months ago)
(7 months ago)
(7 months ago)
by github-actions[bot]
dependencies
Bumps the all-dependencies group with 14 updates:
| Package | From | To |
|---|---|---|
| @swc/cli | 0.7.5 |
0.7.7 |
| @typescript-eslint/eslint-plugin | 8.32.0 |
8.32.1 |
| @typescript-eslint/parser | 8.32.0 |
8.32.1 |
| supertest | 7.1.0 |
7.1.1 |
| typescript-eslint | 8.32.0 |
8.32.1 |
| @modelcontextprotocol/sdk | 1.11.1 |
1.11.2 |
| @typescript-eslint/scope-manager | 8.32.0 |
8.32.1 |
| @typescript-eslint/type-utils | 8.32.0 |
8.32.1 |
| @typescript-eslint/types | 8.32.0 |
8.32.1 |
| @typescript-eslint/typescript-estree | 8.32.0 |
8.32.1 |
| @typescript-eslint/utils | 8.32.0 |
8.32.1 |
| @typescript-eslint/visitor-keys | 8.32.0 |
8.32.1 |
| electron-to-chromium | 1.5.151 |
1.5.152 |
| superagent | 9.0.2 |
10.2.1 |
Updates @swc/cli from 0.7.5 to 0.7.7
Commits
- See full diff in compare view
Updates @typescript-eslint/eslint-plugin from 8.32.0 to 8.32.1
Release notes
Sourced from @typescript-eslint/eslint-plugin's releases.
v8.32.1
8.32.1 (2025-05-12)
🩹 Fixes
- eslint-plugin: [no-unnecessary-type-conversion] shouldn't have fixable property (#11194)
- eslint-plugin: [no-deprecated] support computed member access (#10867)
- eslint-plugin: [consistent-indexed-object-style] adjust auto-fixer to generate valid syntax for
TSMappedTypewith no type annotation (#11180)- eslint-plugin: [consistent-indexed-object-style] check for indirect circular types in aliased mapped types (#11177)
❤️ Thank You
- Azat S.
@azat-io- Dima Barabash
@dbarabashh- Ronen Amiel
You can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/eslint-plugin's changelog.
8.32.1 (2025-05-12)
🩹 Fixes
- eslint-plugin: [consistent-indexed-object-style] check for indirect circular types in aliased mapped types (#11177)
- eslint-plugin: [consistent-indexed-object-style] adjust auto-fixer to generate valid syntax for
TSMappedTypewith no type annotation (#11180)- eslint-plugin: [no-deprecated] support computed member access (#10867)
- eslint-plugin: [no-unnecessary-type-conversion] shouldn't have fixable property (#11194)
❤️ Thank You
- Azat S.
@azat-io- Dima Barabash
@dbarabashh- Ronen Amiel
You can read about our versioning strategy and releases on our website.
Commits
af077a0chore(release): publish 8.32.1f8db925fix(eslint-plugin): [consistent-indexed-object-style] check for indirect circ...98c5c4cfix(eslint-plugin): [consistent-indexed-object-style] adjust auto-fixer to ge...b2be3dcchore: simplifytsconfigsetup usingconfigDir(#11136)523b3eafix(eslint-plugin): [no-deprecated] support computed member access (#10867)0d822bddocs: useT[]instead of[T, ...T[]]in rule options (#11129)aeb7402chore(ast-spec): finish migrating tovitest(#11126)a89d5e3fix(eslint-plugin): [no-unnecessary-type-conversion] shouldn't have fixable p...7598496chore: remove now-stub@types/markedpackage0cee7cachore(deps): update dependency ignore to v7 (#11163)- Additional commits viewable in compare view
Updates @typescript-eslint/parser from 8.32.0 to 8.32.1
Release notes
Sourced from @typescript-eslint/parser's releases.
v8.32.1
8.32.1 (2025-05-12)
🩹 Fixes
- eslint-plugin: [no-unnecessary-type-conversion] shouldn't have fixable property (#11194)
- eslint-plugin: [no-deprecated] support computed member access (#10867)
- eslint-plugin: [consistent-indexed-object-style] adjust auto-fixer to generate valid syntax for
TSMappedTypewith no type annotation (#11180)- eslint-plugin: [consistent-indexed-object-style] check for indirect circular types in aliased mapped types (#11177)
❤️ Thank You
- Azat S.
@azat-io- Dima Barabash
@dbarabashh- Ronen Amiel
You can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/parser's changelog.
8.32.1 (2025-05-12)
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 supertest from 7.1.0 to 7.1.1
Release notes
Sourced from supertest's releases.
v7.1.1
- Merge pull request #858 from ByteOPCode/master f553845
- feat: update superagent version d37d197
Commits
200031e7.1.1f553845Merge pull request #858 from ByteOPCode/masterd37d197feat: update superagent version- See full diff in compare view
Updates typescript-eslint from 8.32.0 to 8.32.1
Release notes
Sourced from typescript-eslint's releases.
v8.32.1
8.32.1 (2025-05-12)
🩹 Fixes
- eslint-plugin: [no-unnecessary-type-conversion] shouldn't have fixable property (#11194)
- eslint-plugin: [no-deprecated] support computed member access (#10867)
- eslint-plugin: [consistent-indexed-object-style] adjust auto-fixer to generate valid syntax for
TSMappedTypewith no type annotation (#11180)- eslint-plugin: [consistent-indexed-object-style] check for indirect circular types in aliased mapped types (#11177)
❤️ Thank You
- Azat S.
@azat-io- Dima Barabash
@dbarabashh- Ronen Amiel
You can read about our versioning strategy and releases on our website.
Changelog
Sourced from typescript-eslint's changelog.
8.32.1 (2025-05-12)
This was a version bump only for typescript-eslint 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 @modelcontextprotocol/sdk from 1.11.1 to 1.11.2
Release notes
Sourced from @modelcontextprotocol/sdk's releases.
1.11.2
What's Changed
- feat: Add scope parameter to startAuthorization function by
@pcarletonin modelcontextprotocol/typescript-sdk#464- Fix Zod object detection logic by
@geelenin modelcontextprotocol/typescript-sdk#468New Contributors
@pcarletonmade their first contribution in modelcontextprotocol/typescript-sdk#464Full Changelog: https://github.com/modelcontextprotocol/typescript-sdk/compare/1.11.1...1.11.2
Commits
048bc4fMerge pull request #482 from modelcontextprotocol/version-1-11-2e590950bump versionbced33dMerge pull request #468 from geelen/fix-tool-annotation-confusion4a295a4remove vendored library tests3c94968tweak heuristic type test for isZodRawShapebf7fd44Merge pull request #464 from pcarleton/pcarleton/oauth-scopeb6617dcFix Zod object detection logic30b5544feat: Add scope parameter to startAuthorization function- See full diff in compare view
Updates @typescript-eslint/scope-manager from 8.32.0 to 8.32.1
Release notes
Sourced from @typescript-eslint/scope-manager's releases.
v8.32.1
8.32.1 (2025-05-12)
🩹 Fixes
- eslint-plugin: [no-unnecessary-type-conversion] shouldn't have fixable property (#11194)
- eslint-plugin: [no-deprecated] support computed member access (#10867)
- eslint-plugin: [consistent-indexed-object-style] adjust auto-fixer to generate valid syntax for
TSMappedTypewith no type annotation (#11180)- eslint-plugin: [consistent-indexed-object-style] check for indirect circular types in aliased mapped types (#11177)
❤️ Thank You
- Azat S.
@azat-io- Dima Barabash
@dbarabashh- Ronen Amiel
You can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/scope-manager's changelog.
8.32.1 (2025-05-12)
This was a version bump only for scope-manager 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 @typescript-eslint/type-utils from 8.32.0 to 8.32.1
Release notes
Sourced from @typescript-eslint/type-utils's releases.
v8.32.1
8.32.1 (2025-05-12)
🩹 Fixes
- eslint-plugin: [no-unnecessary-type-conversion] shouldn't have fixable property (#11194)
- eslint-plugin: [no-deprecated] support computed member access (#10867)
- eslint-plugin: [consistent-indexed-object-style] adjust auto-fixer to generate valid syntax for
TSMappedTypewith no type annotation (#11180)- eslint-plugin: [consistent-indexed-object-style] check for indirect circular types in aliased mapped types (#11177)
❤️ Thank You
- Azat S.
@azat-io- Dima Barabash
@dbarabashh- Ronen Amiel
You can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/type-utils's changelog.
8.32.1 (2025-05-12)
This was a version bump only for type-utils 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 @typescript-eslint/types from 8.32.0 to 8.32.1
Release notes
Sourced from @typescript-eslint/types's releases.
v8.32.1
8.32.1 (2025-05-12)
🩹 Fixes
- eslint-plugin: [no-unnecessary-type-conversion] shouldn't have fixable property (#11194)
- eslint-plugin: [no-deprecated] support computed member access (#10867)
- eslint-plugin: [consistent-indexed-object-style] adjust auto-fixer to generate valid syntax for
TSMappedTypewith no type annotation (#11180)- eslint-plugin: [consistent-indexed-object-style] check for indirect circular types in aliased mapped types (#11177)
❤️ Thank You
- Azat S.
@azat-io- Dima Barabash
@dbarabashh- Ronen Amiel
You can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/types's changelog.
8.32.1 (2025-05-12)
This was a version bump only for types 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 @typescript-eslint/typescript-estree from 8.32.0 to 8.32.1
Release notes
Sourced from @typescript-eslint/typescript-estree's releases.
v8.32.1
8.32.1 (2025-05-12)
🩹 Fixes
- eslint-plugin: [no-unnecessary-type-conversion] shouldn't have fixable property (#11194)
- eslint-plugin: [no-deprecated] support computed member access (#10867)
- eslint-plugin: [consistent-indexed-object-style] adjust auto-fixer to generate valid syntax for
TSMappedTypewith no type annotation (#11180)- eslint-plugin: [consistent-indexed-object-style] check for indirect circular types in aliased mapped types (#11177)
❤️ Thank You
- Azat S.
@azat-io- Dima Barabash
@dbarabashh- Ronen Amiel
You can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/typescript-estree's changelog.
8.32.1 (2025-05-12)
This was a version bump only for typescript-estree 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 @typescript-eslint/utils from 8.32.0 to 8.32.1
Release notes
Sourced from @typescript-eslint/utils's releases.
v8.32.1
8.32.1 (2025-05-12)
🩹 Fixes
- eslint-plugin: [no-unnecessary-type-conversion] shouldn't have fixable property (#11194)
- eslint-plugin: [no-deprecated] support computed member access (#10867)
- eslint-plugin: [consistent-indexed-object-style] adjust auto-fixer to generate valid syntax for
TSMappedTypewith no type annotation (#11180)- eslint-plugin: [consistent-indexed-object-style] check for indirect circular types in aliased mapped types (#11177)
❤️ Thank You
- Azat S.
@azat-io- Dima Barabash
@dbarabashh- Ronen Amiel
You can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/utils's changelog.
8.32.1 (2025-05-12)
This was a version bump only for utils 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 @typescript-eslint/visitor-keys from 8.32.0 to 8.32.1
Release notes
Sourced from @typescript-eslint/visitor-keys's releases.
v8.32.1
8.32.1 (2025-05-12)
🩹 Fixes
- eslint-plugin: [no-unnecessary-type-conversion] shouldn't have fixable property (#11194)
- eslint-plugin: [no-deprecated] support computed member access (#10867)
- eslint-plugin: [consistent-indexed-object-style] adjust auto-fixer to generate valid syntax for
TSMappedTypewith no type annotation (#11180)- eslint-plugin: [consistent-indexed-object-style] check for indirect circular types in aliased mapped types (#11177)
❤️ Thank You
- Azat S.
@azat-io- Dima Barabash
@dbarabashh- Ronen Amiel
You can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/visitor-keys's changelog.
8.32.1 (2025-05-12)
This was a version bump only for visitor-keys 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 electron-to-chromium from 1.5.151 to 1.5.152
Commits
f959fee1.5.152f395914generate new version- See full diff in compare view
Updates superagent from 9.0.2 to 10.2.1
Release notes
Sourced from superagent's releases.
v10.2.1
- Merge pull request #1832 from mureinik/formidble-3.5.2 5425b28
- fix: Bump formidable version to ^3.5.4 5feb4c9
https://github.com/ladjs/superagent/compare/v10.2.0...v10.2.1
v10.2.0
- Merge pull request #1829 from perrin4869/fix/http2/ipv6-addresses 02cad6a
- fix(https2): ipv6 addresses url e29fd25
- Merge pull request #1805 from perrin4869/fix/ipv6-addresses 150eb6c
- fix? 07954a1
- attempt support ipv6 d688596
- attempt support ipv6 a2f11f8
- re-add test 10a2e40
- remove regression test 15e9de6
- fix: ipv6 addresses parsing ec50f5a
https://github.com/ladjs/superagent/compare/v10.1.1...v10.2.0
v10.1.1
- Merge pull request #1817 from icholy/master 2f8e191
- fix: 'hexoid is not a function' when using webpack 5ffe5ed
https://github.com/ladjs/superagent/compare/v10.1.0...v10.1.1
v10.1.0
- fix: fixed eslint issue 63b009f
- Merge pull request #1808 from MaoShizhong/fix/unify-body-query-serialisation-behaviour bfb2d00
- test: add test for serialising duplicated keys bef7b08
- fix: unify urlencoded body serialisation with current query serialisation b8ec936
https://github.com/ladjs/superagent/compare/v10.0.2...v10.1.0
v10.0.2
- fix: lock tinyify to 3.0.0 (fixes <ladjs/superagent#1743>) ebd4128
https://github.com/ladjs/superagent/compare/v10.0.1...v10.0.2
v10.0.1
- Merge pull request #1813 from yigaldviri/re2 edf0986
- remove re2 dependency 6039f56
https://github.com/ladjs/superagent/compare/v10.0.0...v10.0.1
v10.0.0
- fix: remove husky from prepare 18321c5
- chore: fixpack 0085aba
- chore: fix tinyify version efae48c
- Merge pull request #1812 from yigaldviri/brotli de9d760
- feat(brotli): support brotli compression format 5ab6b88
... (truncated)
Commits
ac678ef10.2.15425b28Merge pull request #1832 from mureinik/formidble-3.5.25feb4c9fix: Bump formidable version to ^3.5.4e38f4eb10.2.002cad6aMerge pull request #1829 from perrin4869/fix/http2/ipv6-addressese29fd25fix(https2): ipv6 addresses url150eb6cMerge pull request #1805 from perrin4869/fix/ipv6-addresses378f54710.1.12f8e191Merge pull request #1817 from icholy/master5ffe5edfix: 'hexoid is not a function' when using webpack- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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
Pull Request Statistics
1
2
+103
-90
Package Dependencies
@typescript-eslint/parser
npm
8.32.0 → 8.32.1
Patch
@typescript-eslint/eslint-plugin
npm
8.32.0 → 8.32.1
Patch
@typescript-eslint/scope-manager
npm
8.32.0 → 8.32.1
Patch
@typescript-eslint/type-utils
npm
8.32.0 → 8.32.1
Patch
@typescript-eslint/typescript-estree
npm
8.32.0 → 8.32.1
Patch
@typescript-eslint/visitor-keys
npm
8.32.0 → 8.32.1
Patch
@modelcontextprotocol/sdk
npm
1.11.1 → 1.11.2
Patch
Technical Details
| ID: | 221334 |
| UUID: | 2515407370 |
| Node ID: | PR_kwDONiXIMs6V7hIK |
| Host: | GitHub |
| Repository: | mattfsourcecode/node-graphql-code-test |
| Merge State: | Unknown |