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 types group across 1 directory with 3 updates #1748

Merged
merged 1 commit into from
Jan 21, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 21, 2025

Bumps the types group with 3 updates in the / directory: @types/googletag, @types/node and type-fest.

Updates @types/googletag from 3.1.3 to 3.2.0

Commits

Updates @types/node from 20.17.11 to 20.17.14

Commits

Updates type-fest from 4.31.0 to 4.33.0

Release notes

Sourced from type-fest's releases.

v4.33.0

  • StringRepeat: Add support for generating longer strings & fix instantiations with unions (#1046) fbccaab
  • Split: Add support for longer strings (#1042) 49605b9
  • Get: Optimize performance (#1031) cfb5947
  • KeysOfUnion: Fix assignability with keyof (#1009) 4789c7c
  • IsStringLiteral: Fix instantiations with infinite string types (#1044) e7800af
  • SetRequiredDeep: Fix handling of unions in nested keys (#1037) bf5ce3c
  • StringSlice: Fix return type when passing in non-literal (#1036) 979eccf
  • Sum/Subtract: Fix instantiations with unions (#1034) 69bfd51

sindresorhus/type-fest@v4.32.0...v4.33.0

v4.32.0

New types

Improvements

Fixes

  • SetRequired: Fix support for removal of optional modifiers from tuples (#1030) c897aad

sindresorhus/type-fest@v4.31.0...v4.32.0

Commits
  • 81a0540 4.33.0
  • fbccaab StringRepeat: Add support for generating longer strings & fix instantiation...
  • 4789c7c KeysOfUnion: Fix assignability with keyof (#1009)
  • e7800af IsStringLiteral: Fix instantiations with infinite string types (#1044)
  • 49605b9 Split: Add support for longer strings (#1042)
  • bf5ce3c SetRequiredDeep: Fix handling of unions in nested keys (#1037)
  • c6d5142 Correct "snake-case" vs "kebab-case" comments (#1043)
  • 1d51d56 Mention HomomorphicOmit as an alternative of Except (#1041)
  • db12bb1 Except: Add another example to JSDoc (#1040)
  • 879d8ae PickIndexSignature/OmitIndexSignature: Clean up JSDoc comments (#1039)
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
@types/node [>= 22.a, < 23]

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

@dependabot dependabot bot requested a review from a team as a code owner January 21, 2025 09:24
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 21, 2025
Copy link

changeset-bot bot commented Jan 21, 2025

⚠️ No Changeset found

Latest commit: 090dafc

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link
Contributor

github-actions bot commented Jan 21, 2025

Ad load time test results

For consented, top-above-nav took on average 4294ms to load.
For consentless, top-above-nav took on average 3155ms to load.

Test conditions:

  • 5mbps download speed
  • 1.5mbps upload speed
  • 150ms latency

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/types-d1364aada3 branch 2 times, most recently from 95a0dc7 to 0b02ff8 Compare January 21, 2025 11:35
Bumps the types group with 3 updates in the / directory: [@types/googletag](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/googletag), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [type-fest](https://github.com/sindresorhus/type-fest).


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

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

Updates `type-fest` from 4.31.0 to 4.33.0
- [Release notes](https://github.com/sindresorhus/type-fest/releases)
- [Commits](sindresorhus/type-fest@v4.31.0...v4.33.0)

---
updated-dependencies:
- dependency-name: "@types/googletag"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: types
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: types
- dependency-name: type-fest
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: types
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/types-d1364aada3 branch from 0b02ff8 to 090dafc Compare January 21, 2025 11:43
@cemms1 cemms1 merged commit 7a1929f into main Jan 21, 2025
13 checks passed
@cemms1 cemms1 deleted the dependabot/npm_and_yarn/types-d1364aada3 branch January 21, 2025 11:46
@prout-bot
Copy link
Collaborator

Seen on PROD (created by @dependabot[bot] and merged by @cemms1 1 minute and 48 seconds ago) Please check your changes!

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 Seen-on-PROD
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants