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

Bump the typescript-sdk-dependencies group across 1 directory with 17 updates #2834

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 20, 2024

Bumps the typescript-sdk-dependencies group with 17 updates in the /typescript-sdk directory:

Package From To
@microsoft/kiota-abstractions 1.0.0-preview.61 1.0.0-preview.66
@microsoft/kiota-http-fetchlibrary 1.0.0-preview.60 1.0.0-preview.65
@microsoft/kiota-serialization-form 1.0.0-preview.50 1.0.0-preview.54
@microsoft/kiota-serialization-json 1.0.0-preview.61 1.0.0-preview.66
@microsoft/kiota-authentication-azure 1.0.0-preview.56 1.0.0-preview.61
@microsoft/kiota-serialization-text 1.0.0-preview.58 1.0.0-preview.63
@microsoft/kiota-serialization-multipart 1.0.0-preview.39 1.0.0-preview.44
@types/node 22.5.2 22.5.5
@types/react 18.3.5 18.3.8
@typescript-eslint/eslint-plugin 8.4.0 8.6.0
@typescript-eslint/parser 8.4.0 8.6.0
eslint 9.9.1 9.11.0
eslint-plugin-react-refresh 0.4.11 0.4.12
typescript 5.5.4 5.6.2
vite 5.4.2 5.4.7
vite-plugin-dts 4.1.0 4.2.1
react-router-dom 6.26.1 6.26.2

Updates @microsoft/kiota-abstractions from 1.0.0-preview.61 to 1.0.0-preview.66

Commits

Updates @microsoft/kiota-http-fetchlibrary from 1.0.0-preview.60 to 1.0.0-preview.65

Commits
  • f13c350 Publish
  • 25b1612 chore: code linting
  • feb697f auto dependabot: bump the eslint group with 2 updates
  • 4137905 Merge pull request #1364 from tobiaswatzek/1357-path-parameters
  • 086486e Allow falsy values as path parameters in URL
  • d45aec9 Align OTEL http attributes with latest standard (#1363)
  • ddfff0c Update retry attribute names (#1359)
  • 2cf02ba Merge pull request #1361 from microsoft/dependabot/npm_and_yarn/typescript-5.6.2
  • cff3d4c auto dependabot: bump typescript from 5.5.4 to 5.6.2
  • 461795d Merge pull request #1355 from microsoft/dependabot/npm_and_yarn/eslint-f9fe60...
  • Additional commits viewable in compare view

Updates @microsoft/kiota-serialization-form from 1.0.0-preview.50 to 1.0.0-preview.54

Commits
  • f13c350 Publish
  • 25b1612 chore: code linting
  • feb697f auto dependabot: bump the eslint group with 2 updates
  • 4137905 Merge pull request #1364 from tobiaswatzek/1357-path-parameters
  • 086486e Allow falsy values as path parameters in URL
  • d45aec9 Align OTEL http attributes with latest standard (#1363)
  • ddfff0c Update retry attribute names (#1359)
  • 2cf02ba Merge pull request #1361 from microsoft/dependabot/npm_and_yarn/typescript-5.6.2
  • cff3d4c auto dependabot: bump typescript from 5.5.4 to 5.6.2
  • 461795d Merge pull request #1355 from microsoft/dependabot/npm_and_yarn/eslint-f9fe60...
  • Additional commits viewable in compare view

Updates @microsoft/kiota-serialization-json from 1.0.0-preview.61 to 1.0.0-preview.66

Commits

Updates @microsoft/kiota-authentication-azure from 1.0.0-preview.56 to 1.0.0-preview.61

Commits
  • f13c350 Publish
  • 25b1612 chore: code linting
  • feb697f auto dependabot: bump the eslint group with 2 updates
  • 4137905 Merge pull request #1364 from tobiaswatzek/1357-path-parameters
  • 086486e Allow falsy values as path parameters in URL
  • d45aec9 Align OTEL http attributes with latest standard (#1363)
  • ddfff0c Update retry attribute names (#1359)
  • 2cf02ba Merge pull request #1361 from microsoft/dependabot/npm_and_yarn/typescript-5.6.2
  • cff3d4c auto dependabot: bump typescript from 5.5.4 to 5.6.2
  • 461795d Merge pull request #1355 from microsoft/dependabot/npm_and_yarn/eslint-f9fe60...
  • Additional commits viewable in compare view

Updates @microsoft/kiota-serialization-text from 1.0.0-preview.58 to 1.0.0-preview.63

Commits

Updates @microsoft/kiota-serialization-multipart from 1.0.0-preview.39 to 1.0.0-preview.44

Commits
  • f13c350 Publish
  • 25b1612 chore: code linting
  • feb697f auto dependabot: bump the eslint group with 2 updates
  • 4137905 Merge pull request #1364 from tobiaswatzek/1357-path-parameters
  • 086486e Allow falsy values as path parameters in URL
  • d45aec9 Align OTEL http attributes with latest standard (#1363)
  • ddfff0c Update retry attribute names (#1359)
  • 2cf02ba Merge pull request #1361 from microsoft/dependabot/npm_and_yarn/typescript-5.6.2
  • cff3d4c auto dependabot: bump typescript from 5.5.4 to 5.6.2
  • 461795d Merge pull request #1355 from microsoft/dependabot/npm_and_yarn/eslint-f9fe60...
  • Additional commits viewable in compare view

Updates @types/node from 22.5.2 to 22.5.5

Commits

Updates @types/react from 18.3.5 to 18.3.8

Commits

Updates @typescript-eslint/eslint-plugin from 8.4.0 to 8.6.0

Release notes

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

v8.6.0

8.6.0 (2024-09-16)

🚀 Features

  • add allow option for restrict-template-expressions (#8556)
  • eslint-plugin: [no-unnecessary-condition] check switch cases (#9912)
  • eslint-plugin: [no-misused-promises] check array predicate return (#9955)
  • type-utils: isNullableType add Void logic (#9937)
  • typescript-estree: disable plugin loading by default in project service (#9964)

🩹 Fixes

  • eslint-plugin: [no-deprecated] don't report recursive types in destructuring assignment twice (#9969)
  • eslint-plugin: [no-deprecated] report on deprecated variables used in destructuring assignment (#9978)
  • eslint-plugin: [no-deprecated] report on deprecated properties with function-like types (#9977)
  • eslint-plugin: [no-unnecessary-condition] properly reflect multiple negations in message (#9940)
  • typescript-estree: don't throw on missing tsconfig.json by default in project service (#9989)

❤️ Thank You

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

v8.5.0

8.5.0 (2024-09-09)

🚀 Features

  • eslint-plugin: [no-duplicate-type-constituents] prevent unnecessary | undefined for optional parameters (#9479)
  • eslint-plugin: [no-unsafe-argument] differentiate error types (#9920)
  • typescript-estree: default projectService.defaultProject to 'tsconfig.json' (#9893)

🩹 Fixes

  • deps: update dependency prism-react-renderer to v2.4.0 (#9943)
  • eslint-plugin: [no-unnecessary-type-assertion] fix TSNonNullExpression fixer (#9898)
  • eslint-plugin: [no-misused-promises] handle static method (#9951)
  • eslint-plugin: [no-unnecessary-type-parameters] fix AST quick path scope analysis (#9900)
  • eslint-plugin: [consistent-type-assertions] access parser services lazily (#9921)

❤️ Thank You

... (truncated)

Changelog

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

8.6.0 (2024-09-16)

🚀 Features

  • add allow option for restrict-template-expressions

  • type-utils: isNullableType add Void logic

  • eslint-plugin: [no-unnecessary-condition] check switch cases

  • eslint-plugin: [no-misused-promises] check array predicate return

🩹 Fixes

  • eslint-plugin: [no-deprecated] don't report recursive types in destructuring assignment twice

  • eslint-plugin: [no-deprecated] report on deprecated variables used in destructuring assignment

  • eslint-plugin: [no-deprecated] report on deprecated properties with function-like types

  • eslint-plugin: [no-unnecessary-condition] properly reflect multiple negations in message

❤️ Thank You

  • Abraham Guo
  • auvred
  • Josh Goldberg ✨
  • Kim Sang Du
  • YeonJuan

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

8.5.0 (2024-09-09)

🚀 Features

  • eslint-plugin: [no-duplicate-type-constituents] prevent unnecessary `

  • eslint-plugin: [no-unsafe-argument] differentiate error types

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-assertion] fix TSNonNullExpression fixer

  • eslint-plugin: [no-misused-promises] handle static method

... (truncated)

Commits
  • 343710e chore(release): publish 8.6.0
  • 454d37e feat(eslint-plugin): [no-misused-promises] check array predicate return (#9955)
  • af92611 feat: add allow option for restrict-template-expressions (#8556)
  • 2a809e2 test(eslint-plugin): [no-unnecessary-type-parameters] add tests with intrinsi...
  • 682299e feat(eslint-plugin): [no-unnecessary-condition] check switch cases (#9912)
  • 77e65df fix(eslint-plugin): [no-unnecessary-condition] properly reflect multiple nega...
  • c11ca06 chore(eslint-plugin): make utility for static member access (#9836)
  • 2a956b2 fix(eslint-plugin): [no-deprecated] report on deprecated properties with func...
  • 9a80067 fix(eslint-plugin): [no-deprecated] report on deprecated variables used in de...
  • 3710c9c feat(type-utils): isNullableType add Void logic (#9937)
  • Additional commits viewable in compare view

Updates @typescript-eslint/parser from 8.4.0 to 8.6.0

Release notes

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

v8.6.0

8.6.0 (2024-09-16)

🚀 Features

  • add allow option for restrict-template-expressions (#8556)
  • eslint-plugin: [no-unnecessary-condition] check switch cases (#9912)
  • eslint-plugin: [no-misused-promises] check array predicate return (#9955)
  • type-utils: isNullableType add Void logic (#9937)
  • typescript-estree: disable plugin loading by default in project service (#9964)

🩹 Fixes

  • eslint-plugin: [no-deprecated] don't report recursive types in destructuring assignment twice (#9969)
  • eslint-plugin: [no-deprecated] report on deprecated variables used in destructuring assignment (#9978)
  • eslint-plugin: [no-deprecated] report on deprecated properties with function-like types (#9977)
  • eslint-plugin: [no-unnecessary-condition] properly reflect multiple negations in message (#9940)
  • typescript-estree: don't throw on missing tsconfig.json by default in project service (#9989)

❤️ Thank You

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

v8.5.0

8.5.0 (2024-09-09)

🚀 Features

  • eslint-plugin: [no-duplicate-type-constituents] prevent unnecessary | undefined for optional parameters (#9479)
  • eslint-plugin: [no-unsafe-argument] differentiate error types (#9920)
  • typescript-estree: default projectService.defaultProject to 'tsconfig.json' (#9893)

🩹 Fixes

  • deps: update dependency prism-react-renderer to v2.4.0 (#9943)
  • eslint-plugin: [no-unnecessary-type-assertion] fix TSNonNullExpression fixer (#9898)
  • eslint-plugin: [no-misused-promises] handle static method (#9951)
  • eslint-plugin: [no-unnecessary-type-parameters] fix AST quick path scope analysis (#9900)
  • eslint-plugin: [consistent-type-assertions] access parser services lazily (#9921)

❤️ Thank You

... (truncated)

Changelog

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

8.6.0 (2024-09-16)

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.

8.5.0 (2024-09-09)

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.9.1 to 9.11.0

Release notes

Sourced from eslint's releases.

v9.11.0

Features

  • ec30c73 feat: add "eslint/universal" to export Linter (#18883) (唯然)
  • c591da6 feat: Add language to types (#18917) (Nicholas C. Zakas)
  • 492eb8f feat: limit the name given to ImportSpecifier in id-length (#18861) (Tanuj Kanti)
  • 19c6856 feat: Add no-useless-constructor suggestion (#18799) (Jordan Thomson)
  • a48f8c2 feat: add type FormatterFunction, update LoadedFormatter (#18872) (Francesco Trotta)

Bug Fixes

  • 5e5f39b fix: add missing types for no-restricted-exports rule (#18914) (Kristóf Poduszló)
  • 8f630eb fix: add missing types for no-param-reassign options (#18906) (Kristóf Poduszló)
  • d715781 fix: add missing types for no-extra-boolean-cast options (#18902) (Kristóf Poduszló)
  • 2de5742 fix: add missing types for no-misleading-character-class options (#18905) (Kristóf Poduszló)
  • c153084 fix: add missing types for no-implicit-coercion options (#18903) (Kristóf Poduszló)
  • fa11b2e fix: add missing types for no-empty-function options (#18901) (Kristóf Poduszló)
  • a0deed1 fix: add missing types for camelcase options (#18897) (Kristóf Poduszló)

Documentation

  • e4e5709 docs: correct prefer-object-has-own type definition comment (#18924) (Nitin Kumar)
  • 91cbd18 docs: add unicode abbreviations in no-irregular-whitespace rule (#18894) (Alix Royere)
  • 59cfc0f docs: clarify resultsMeta in LoadedFormatter type (#18881) (Milos Djermanovic)
  • adcc50d docs: Update README (GitHub Actions Bot)
  • 4edac1a docs: Update README (GitHub Actions Bot)

Build Related

  • 959d360 build: Support updates to previous major versions (#18871) (Milos Djermanovic)

Chores

  • ca21a64 chore: upgrade @​eslint/js@​9.11.0 (#18927) (Milos Djermanovic)
  • a10f90a chore: package.json update for @​eslint/js release (Jenkins)
  • e4e02cc refactor: Extract processor logic into ProcessorService (#18818) (Nicholas C. Zakas)
  • 6d4484d chore: updates for v8.57.1 release (Jenkins)
  • 71f37c5 refactor: use optional chaining when validating config rules (#18893) (lucasrmendonca)
  • 2c2805f chore: Add PR note to all templates (#18892) (Nicholas C. Zakas)
  • 7b852ce refactor: use Directive class from @eslint/plugin-kit (#18884) (Milos Djermanovic)
  • d594ddd chore: update dependency @​eslint/core to ^0.6.0 (#18863) (renovate[bot])
  • 78b2421 chore: Update change.yml (#18882) (Nicholas C. Zakas)
  • a416f0a chore: enable $ExpectType comments in .ts files (#18869) (Francesco Trotta)

v9.10.0

Features

  • 301b90d feat: Add types (#18854) (Nicholas C. Zakas)
  • bcf0df5 feat: limit namespace import identifier in id-length rule (#18849) (ChaedongIm)
  • 45c18e1 feat: add requireFlag option to require-unicode-regexp rule (#18836) (Brett Zamir)
  • 183b459 feat: add error message for duplicate flags in no-invalid-regexp (#18837) (Tanuj Kanti)
  • c69b406 feat: report duplicate allowed flags in no-invalid-regexp (#18754) (Tanuj Kanti)

Documentation

  • bee0e7a docs: update README (#18865) (Milos Djermanovic)
  • 5d80b59 docs: specify that ruleId can be null in custom formatter docs (#18857) (Milos Djermanovic)

... (truncated)

Changelog

Sourced from eslint's changelog.

v9.11.0 - September 20, 2024

  • ca21a64 chore: upgrade @​eslint/js@​9.11.0 (#18927) (Milos Djermanovic)
  • a10f90a chore: package.json update for @​eslint/js release (Jenkins)
  • 5e5f39b fix: add missing types for no-restricted-exports rule (#18914) (Kristóf Poduszló)
  • e4e5709 docs: correct prefer-object-has-own type definition comment (#18924) (Nitin Kumar)
  • 8f630eb fix: add missing types for no-param-reassign options (#18906) (Kristóf Poduszló)
  • d715781 fix: add missing types for no-extra-boolean-cast options (#18902) (Kristóf Poduszló)
  • e4e02cc refactor: Extract processor logic into ProcessorService (#18818) (Nicholas C. Zakas)
  • ec30c73 feat: add "eslint/universal" to export Linter (#18883) (唯然)
  • c591da6 feat: Add language to types (#18917) (Nicholas C. Zakas)
  • 91cbd18 docs: add unicode abbreviations in no-irregular-whitespace rule (#18894) (Alix Royere)
  • 959d360 build: Support updates to previous major versions (#18871) (Milos Djermanovic)
  • 6d4484d chore: updates for v8.57.1 release (Jenkins)
  • 492eb8f feat: limit the name given to ImportSpecifier in id-length (#18861) (Tanuj Kanti)
  • 2de5742 fix: add missing types for no-misleading-character-class options (#18905) (Kristóf Poduszló)
  • c153084 fix: add missing types for no-implicit-coercion options (#18903) (Kristóf Poduszló)
  • 19c6856 feat: Add no-useless-constructor suggestion (#18799) (Jordan Thomson)
  • fa11b2e fix: add missing types for no-empty-function options (#18901) (Kristóf Poduszló)
  • a0deed1 fix: add missing types for camelcase options (#18897) (Kristóf Poduszló)
  • 71f37c5 refactor: use optional chaining when validating config rules (#18893) (lucasrmendonca)
  • 2c2805f chore: Add PR note to all templates (#18892) (Nicholas C. Zakas)
  • 7b852ce refactor: use Directive class from @eslint/plugin-kit (#18884) (Milos Djermanovic)
  • a48f8c2 feat: add type FormatterFunction, update LoadedFormatter (#18872) (Francesco Trotta)
  • d594ddd chore: update dependency @​eslint/core to ^0.6.0 (#18863) (renovate[bot])
  • 59cfc0f docs: clarify resultsMeta in LoadedFormatter type (#18881) (Milos Djermanovic)
  • 78b2421 chore: Update change.yml (#18882) (Nicholas C. Zakas)
  • a416f0a chore: enable $ExpectType comments in .ts files (#18869) (Francesco Trotta)
  • adcc50d docs: Update README (GitHub Actions Bot)
  • 4edac1a docs: Update README (GitHub Actions Bot)

v8.57.1 - September 16, 2024

  • 140ec45 chore: upgrade @​eslint/js@​8.57.1 (#18913) (Milos Djermanovic)
  • bcdfc04 chore: package.json update for @​eslint/js release (Jenkins)
  • 3f6ce8d chore: pin vite-plugin-commonjs@0.10.1 (#18910) (Milos Djermanovic)
  • a19072f fix: add logic to handle fixTypes in the lintText() method (#18900) (Francesco Trotta)
  • 04c7188 fix: Don't lint same file multiple times (#18899) (Francesco Trotta)
  • 87ec3c4 fix: do not throw when defining a global named __defineSetter__ (#18898) (Francesco Trotta)
  • 60a1267 fix: Provide helpful error message for nullish configs (#18889) (Milos Djermanovic)
  • 35d366a build: Support updates to previous major versions (#18870) (Milos Djermanovic)
  • a0dea8e fix: allow name in global ignores, fix --no-ignore for non-global (#18875) (Milos Djermanovic)
  • 3836bb4 fix: do not crash on error in fs.walk filter (#18886) (Milos Djermanovic)
  • 2dec349 fix: skip processor code blocks that match only universal patterns (#18880) (Milos Djermanovic)
  • 6a5add4 docs: v8.x Add EOL banner (#18744) (Amaresh S M)
  • b034575 docs: v8.x add version support page to the dropdown (#18731) (Amaresh S M)
  • 760ef7d docs: v8.x add version support page in the side navbar (#18740) (Amaresh S M)
  • 428b7ea docs: Add Powered by Algolia label to the search (#18658) (Amaresh S M)
  • 9f07549 chore: ignore /docs/v8.x in link checker (#18660) (Milos Djermanovic)
  • c68c07f docs: version selectors synchronization (#18265) (Milos Djermanovic)

... (truncated)

Commits
  • 26baf40 9.11.0
  • 4cc6637 Build: changelog update for 9.11.0
  • ca21a64 chore: upgrade @​eslint/js@​9.11.0 (#18927)
  • a10f90a chore: package.json update for @​eslint/js release
  • 5e5f39b fix: add missing types for no-restricted-exports rule (#18914)
  • e4e5709 docs: correct prefer-object-has-own type definition comment (#18924)
  • 8f630eb fix: add missing types for no-param-reassign options (#18906)
  • d715781 fix: add missing types for no-extra-boolean-cast options (#18902)
  • e4e02cc refactor: Extract processor logic into ProcessorService (#18818)
  • ec30c73 feat: add "eslint/universal" to export Linter (#18883)
  • Additional commits viewable in compare view

Updates eslint-plugin-react-refresh from 0.4.11 to 0.4.12

Release notes

Sourced from eslint-plugin-react-refresh's releases.

v0.4.12

  • Support type assertion on default export (fixes #48)
  • Add default export to fix usage with jiti (fixes #50)
Changelog

Sourced from eslint-plugin-react-refresh's changelog.

0.4.12

  • Support type assertion on default export (fixes #48)
  • Add default export to fix usage with jiti (fixes #50)
Commits

Updates typescript from 5.5.4 to 5.6.2

Release notes

Sourced from typescript's releases.

TypeScript 5.6

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.6 RC

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.6 Beta

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

Commits
  • a7e3374 Bump version to 5.6.2 and LKG
  • 2063357 🤖 Pick PR #59708 (LEGO: Pull request from lego/hb_537...) into release-5.6 (#...
  • 4fe7e41 🤖 Pick PR #59670 (fix(59649): ts Move to a new file d...) into release-5.6 (#...
  • 1a03e53 🤖 Pick PR #59761 (this can be nullish) into release-5.6 (#59762)
  • 6212132 Update LKG
  • bbb5faf 🤖 Pick PR #59542 (Fixing delay caused in vscode due t...) into release-5.6 (#...
  • e6914a5 Bump version to 5.6.1-rc and LKG
  • 34121c4 Update LKG
  • 2a30c2a Merge remote-tracking branch 'origin/main' into release-5.6
  • 936a79b Expose TypeChecker. getAwaitedType to public (#59268)
  • Additional commits viewable in compare view

Updates vite from 5.4.2 to 5.4.7

Changelog

Sourced from vite's changelog.

5.4.7 (2024-09-20)

5.4.6 (2024-09-16)

5.4.5 (2024-09-13)

5.4.4 (2024-09-11)

  • fix: backport #17997, ensure req.url matches moduleByEtag URL to avoid incorrect 304 (#18078) (

… updates

Bumps the typescript-sdk-dependencies group with 17 updates in the /typescript-sdk directory:

| Package | From | To |
| --- | --- | --- |
| [@microsoft/kiota-abstractions](https://github.com/microsoft/kiota-typescript) | `1.0.0-preview.61` | `1.0.0-preview.66` |
| [@microsoft/kiota-http-fetchlibrary](https://github.com/microsoft/kiota-typescript) | `1.0.0-preview.60` | `1.0.0-preview.65` |
| [@microsoft/kiota-serialization-form](https://github.com/microsoft/kiota-typescript) | `1.0.0-preview.50` | `1.0.0-preview.54` |
| [@microsoft/kiota-serialization-json](https://github.com/microsoft/kiota-typescript) | `1.0.0-preview.61` | `1.0.0-preview.66` |
| [@microsoft/kiota-authentication-azure](https://github.com/microsoft/kiota-typescript) | `1.0.0-preview.56` | `1.0.0-preview.61` |
| [@microsoft/kiota-serialization-text](https://github.com/microsoft-typescript/kiota) | `1.0.0-preview.58` | `1.0.0-preview.63` |
| [@microsoft/kiota-serialization-multipart](https://github.com/microsoft/kiota-typescript) | `1.0.0-preview.39` | `1.0.0-preview.44` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.5.2` | `22.5.5` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.3.5` | `18.3.8` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.4.0` | `8.6.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.4.0` | `8.6.0` |
| [eslint](https://github.com/eslint/eslint) | `9.9.1` | `9.11.0` |
| [eslint-plugin-react-refresh](https://github.com/ArnaudBarre/eslint-plugin-react-refresh) | `0.4.11` | `0.4.12` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.5.4` | `5.6.2` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.4.2` | `5.4.7` |
| [vite-plugin-dts](https://github.com/qmhc/vite-plugin-dts) | `4.1.0` | `4.2.1` |
| [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `6.26.1` | `6.26.2` |



Updates `@microsoft/kiota-abstractions` from 1.0.0-preview.61 to 1.0.0-preview.66
- [Release notes](https://github.com/microsoft/kiota-typescript/releases)
- [Changelog](https://github.com/microsoft/kiota-typescript/blob/main/CHANGELOG.md)
- [Commits](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-authentication-azure@1.0.0-preview.61...@microsoft/kiota-abstractions@1.0.0-preview.66)

Updates `@microsoft/kiota-http-fetchlibrary` from 1.0.0-preview.60 to 1.0.0-preview.65
- [Release notes](https://github.com/microsoft/kiota-typescript/releases)
- [Changelog](https://github.com/microsoft/kiota-typescript/blob/main/CHANGELOG.md)
- [Commits](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-abstractions@1.0.0-preview.60...@microsoft/kiota-http-fetchlibrary@1.0.0-preview.65)

Updates `@microsoft/kiota-serialization-form` from 1.0.0-preview.50 to 1.0.0-preview.54
- [Release notes](https://github.com/microsoft/kiota-typescript/releases)
- [Changelog](https://github.com/microsoft/kiota-typescript/blob/main/CHANGELOG.md)
- [Commits](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-serialization-form@1.0.0-preview.50...@microsoft/kiota-serialization-form@1.0.0-preview.54)

Updates `@microsoft/kiota-serialization-json` from 1.0.0-preview.61 to 1.0.0-preview.66
- [Release notes](https://github.com/microsoft/kiota-typescript/releases)
- [Changelog](https://github.com/microsoft/kiota-typescript/blob/main/CHANGELOG.md)
- [Commits](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-authentication-azure@1.0.0-preview.61...@microsoft/kiota-serialization-json@1.0.0-preview.66)

Updates `@microsoft/kiota-authentication-azure` from 1.0.0-preview.56 to 1.0.0-preview.61
- [Release notes](https://github.com/microsoft/kiota-typescript/releases)
- [Changelog](https://github.com/microsoft/kiota-typescript/blob/main/CHANGELOG.md)
- [Commits](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-abstractions@1.0.0-preview.56...@microsoft/kiota-authentication-azure@1.0.0-preview.61)

Updates `@microsoft/kiota-serialization-text` from 1.0.0-preview.58 to 1.0.0-preview.63
- [Commits](https://github.com/microsoft-typescript/kiota/commits)

Updates `@microsoft/kiota-serialization-multipart` from 1.0.0-preview.39 to 1.0.0-preview.44
- [Release notes](https://github.com/microsoft/kiota-typescript/releases)
- [Changelog](https://github.com/microsoft/kiota-typescript/blob/main/CHANGELOG.md)
- [Commits](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-abstractions@1.0.0-preview.39...@microsoft/kiota-serialization-multipart@1.0.0-preview.44)

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

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

Updates `@typescript-eslint/eslint-plugin` from 8.4.0 to 8.6.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.6.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.4.0 to 8.6.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.6.0/packages/parser)

Updates `eslint` from 9.9.1 to 9.11.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.9.1...v9.11.0)

Updates `eslint-plugin-react-refresh` from 0.4.11 to 0.4.12
- [Release notes](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/releases)
- [Changelog](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/blob/main/CHANGELOG.md)
- [Commits](ArnaudBarre/eslint-plugin-react-refresh@v0.4.11...v0.4.12)

Updates `typescript` from 5.5.4 to 5.6.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.5.4...v5.6.2)

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

Updates `vite-plugin-dts` from 4.1.0 to 4.2.1
- [Release notes](https://github.com/qmhc/vite-plugin-dts/releases)
- [Changelog](https://github.com/qmhc/vite-plugin-dts/blob/main/CHANGELOG.md)
- [Commits](qmhc/vite-plugin-dts@v4.1.0...v4.2.1)

Updates `react-router-dom` from 6.26.1 to 6.26.2
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@6.26.2/packages/react-router-dom)

---
updated-dependencies:
- dependency-name: "@microsoft/kiota-abstractions"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typescript-sdk-dependencies
- dependency-name: "@microsoft/kiota-http-fetchlibrary"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typescript-sdk-dependencies
- dependency-name: "@microsoft/kiota-serialization-form"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typescript-sdk-dependencies
- dependency-name: "@microsoft/kiota-serialization-json"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typescript-sdk-dependencies
- dependency-name: "@microsoft/kiota-authentication-azure"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typescript-sdk-dependencies
- dependency-name: "@microsoft/kiota-serialization-text"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typescript-sdk-dependencies
- dependency-name: "@microsoft/kiota-serialization-multipart"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typescript-sdk-dependencies
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typescript-sdk-dependencies
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typescript-sdk-dependencies
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: typescript-sdk-dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: typescript-sdk-dependencies
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: typescript-sdk-dependencies
- dependency-name: eslint-plugin-react-refresh
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typescript-sdk-dependencies
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: typescript-sdk-dependencies
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typescript-sdk-dependencies
- dependency-name: vite-plugin-dts
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: typescript-sdk-dependencies
- dependency-name: react-router-dom
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typescript-sdk-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 Sep 20, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 23, 2024

Superseded by #2837.

@dependabot dependabot bot closed this Sep 23, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/typescript-sdk/typescript-sdk-dependencies-01cea92dca branch September 23, 2024 19:50
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