Bump the packages group with 10 updates
Type: Pull Request
State: Open
Association: Contributor
Comments: 1
(6 months ago)
(6 months ago)
dependencies javascript
poad
Bumps the packages group with 10 updates:
| Package | From | To |
|---|---|---|
| typescript-eslint | 8.32.0 |
8.32.1 |
| @modelcontextprotocol/sdk | 1.11.1 |
1.11.2 |
| @typescript-eslint/eslint-plugin | 8.32.0 |
8.32.1 |
| @typescript-eslint/parser | 8.32.0 |
8.32.1 |
| @typescript-eslint/type-utils | 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 |
| semver | 7.7.1 |
7.7.2 |
| universal-user-agent | 7.0.2 |
7.0.3 |
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/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 @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/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 semver from 7.7.1 to 7.7.2
Release notes
Sourced from semver's releases.
v7.7.2
7.7.2 (2025-05-12)
Bug Fixes
fcafb61#780 add missing'use strict'directives (#780) (@​Fdawgs)c99f336#781 prerelease identifier starting with digits (#781) (@​mbtools)Chores
c760403#784 template-oss-apply for workflow permissions (#784) (@​wraithgar)2677f2a#778 bump@​npmcli/template-ossfrom 4.23.6 to 4.24.3 (#778) (@​dependabot[bot],@​npm-cli-bot)
Changelog
Sourced from semver's changelog.
7.7.2 (2025-05-12)
Bug Fixes
fcafb61#780 add missing'use strict'directives (#780) (@​Fdawgs)c99f336#781 prerelease identifier starting with digits (#781) (@​mbtools)Chores
c760403#784 template-oss-apply for workflow permissions (#784) (@​wraithgar)2677f2a#778 bump@​npmcli/template-ossfrom 4.23.6 to 4.24.3 (#778) (@​dependabot[bot],@​npm-cli-bot)
Commits
281055echore: release 7.7.2 (#783)fcafb61fix: add missing'use strict'directives (#780)c760403chore: template-oss-apply for workflow permissions (#784)c99f336fix: prerelease identifier starting with digits (#781)2677f2achore: bump@​npmcli/template-ossfrom 4.23.6 to 4.24.3 (#778)0b98655chore: bump@​npmcli/template-ossfrom 4.23.4 to 4.23.6 (#760)- See full diff in compare view
Updates universal-user-agent from 7.0.2 to 7.0.3
Commits
14e6715ci(release): update permissionsef3dc69ci: verify correct behavior inbunanddeno(#83)f103a76fix(release): enable npm provenance (#82)9f94fd0build(deps-dev): bump braces from 3.0.2 to 3.0.311761d2docs(SECURITY): Tidelift security process96a40ccci(test): update yml syntax (#79)- See full diff 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
0
0
+0
-0
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/type-utils
npm
8.32.0 → 8.32.1
Patch
@typescript-eslint/utils
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: | 1018163 |
| UUID: | 3058398755 |
| Node ID: | PR_kwDOMzbQP86V6ggf |
| Host: | GitHub |
| Repository: | poad/github-rest-api-executor |