Skip to content

Commit

Permalink
Bump typescript from 5.6.2 to 5.6.3 in the development-dependencies g…
Browse files Browse the repository at this point in the history
…roup (#633)

* Bump typescript in the development-dependencies group

Bumps the development-dependencies group with 1 update: [typescript](https://github.com/microsoft/TypeScript).


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

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>

* Changes detected by Check Git Status Action

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Check Git Status Bot <172423145+check-git-status-bot[bot]@users.noreply.github.com>
  • Loading branch information
1 parent e9ff7ae commit e71ae0a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -26182,6 +26182,10 @@ type Organization implements Actor & AnnouncementBanner & MemberStatusable & Nod
Returns the last _n_ elements from the list.
"""
last: Int
"""
Return rulesets that apply to the specified target
"""
targets: [RepositoryRulesetTarget!] = null
): RepositoryRulesetConnection
"""
The Organization's SAML identity provider. Visible to (1) organization owners,
Expand Down Expand Up @@ -40004,6 +40008,10 @@ type Repository implements Node & PackageOwner & ProjectOwner & ProjectV2Recent
Returns the last _n_ elements from the list.
"""
last: Int
"""
Return rulesets that apply to the specified target
"""
targets: [RepositoryRulesetTarget!] = null
): RepositoryRulesetConnection
"""
The security policy URL.
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3876,9 +3876,9 @@ typescript-eslint@^8.0.0:
"@typescript-eslint/utils" "8.8.1"

typescript@^5.0.2:
version "5.6.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.6.2.tgz#d1de67b6bef77c41823f822df8f0b3bcff60a5a0"
integrity sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==
version "5.6.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.6.3.tgz#5f3449e31c9d94febb17de03cc081dd56d81db5b"
integrity sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==

ua-parser-js@^1.0.35:
version "1.0.38"
Expand Down

0 comments on commit e71ae0a

Please sign in to comment.