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

build(deps-dev): Bump @flex-development/tutils from 6.0.0-alpha.14 to 6.0.0-alpha.15 #242

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 7, 2023

Bumps @flex-development/tutils from 6.0.0-alpha.14 to 6.0.0-alpha.15.

Release notes

Sourced from @​flex-development/tutils's releases.

tutils@6.0.0-alpha.15

tutils@6.0.0-alpha.15 (2023-08-04)

⚠ BREAKING CHANGES

  • esm: pure esm
  • utils: [isNodeEnv] remove default value
  • utils: [keys] allow primitive targets
  • utils: [isObject] return true if value is a function
  • types: [Values] array logic
  • types: [Spread] empty array + primitive logic

📦 Build

  • deps-dev: Bump @​arethetypeswrong/cli from 0.7.0 to 0.7.1 (#348) (0482471)
  • deps-dev: Bump @​flex-development/decorator-regex from 1.0.0 to 2.0.0 (#347) (890c928)
  • deps-dev: Bump eslint-config-prettier from 8.9.0 to 8.10.0 (#350) (0884a6f)
  • deps-dev: Bump the vitest group with 1 update (#345) (5905730)
  • deps-dev: Bump vite from 4.4.7 to 4.4.8 (#346) (a8ef12f)
  • deps-dev: bump vitest from 0.33.0 to 0.34.1 (bf16272)
  • esm: pure esm (5a6e803)

✨ Features

  • types: [Entries] allow T to extend unknown (8bf08b7)
  • types: [Values] construct tuple if T is string literal (f0511fc)
  • types: IsUniqueSymbol, IfUniqueSymbol (9405a9e)
  • types: Keys (5c30e53)
  • utils: [select] allow T to extend NIL (35bebf7)
  • utils: [keys] allow primitive targets (f01df67)

🐛 Fixes

  • types: [Spread] empty array + primitive logic (be98de1)
  • types: [Values] array logic (b85c3aa)

🦾 Refactors

  • utils: use strict equality checks when appropriate (2dc7967)
  • utils: [isNodeEnv] remove default value (686010e)
  • utils: [isObject] return true if value is a function (577e6f6)
Changelog

Sourced from @​flex-development/tutils's changelog.

tutils@6.0.0-alpha.15 (2023-08-04)

⚠ BREAKING CHANGES

  • esm: pure esm
  • utils: [isNodeEnv] remove default value
  • utils: [keys] allow primitive targets
  • utils: [isObject] return true if value is a function
  • types: [Values] array logic
  • types: [Spread] empty array + primitive logic

📦 Build

  • deps-dev: Bump @​arethetypeswrong/cli from 0.7.0 to 0.7.1 (#348) (0482471)
  • deps-dev: Bump @​flex-development/decorator-regex from 1.0.0 to 2.0.0 (#347) (890c928)
  • deps-dev: Bump eslint-config-prettier from 8.9.0 to 8.10.0 (#350) (0884a6f)
  • deps-dev: Bump the vitest group with 1 update (#345) (5905730)
  • deps-dev: Bump vite from 4.4.7 to 4.4.8 (#346) (a8ef12f)
  • deps-dev: bump vitest from 0.33.0 to 0.34.1 (bf16272)
  • esm: pure esm (5a6e803)

✨ Features

  • types: [Entries] allow T to extend unknown (8bf08b7)
  • types: [Values] construct tuple if T is string literal (f0511fc)
  • types: IsUniqueSymbol, IfUniqueSymbol (9405a9e)
  • types: Keys (5c30e53)
  • utils: [select] allow T to extend NIL (35bebf7)
  • utils: [keys] allow primitive targets (f01df67)

🐛 Fixes

  • types: [Spread] empty array + primitive logic (be98de1)
  • types: [Values] array logic (b85c3aa)

🦾 Refactors

  • utils: use strict equality checks when appropriate (2dc7967)
  • utils: [isNodeEnv] remove default value (686010e)
  • utils: [isObject] return true if value is a function (577e6f6)
Commits
  • 1189601 release: tutils@6.0.0-alpha.15 (#351)
  • 5a6e803 build(esm)!: pure esm
  • 686010e refactor(utils)!: [isNodeEnv] remove default value
  • bf16272 build(deps-dev): bump vitest from 0.33.0 to 0.34.1
  • f01df67 feat(utils)!: [keys] allow primitive targets
  • 35bebf7 feat(utils): [select] allow T to extend NIL
  • 2dc7967 refactor(utils): use strict equality checks when appropriate
  • 577e6f6 refactor(utils)!: [isObject] return true if value is a function
  • 5c30e53 feat(types): Keys
  • 0884a6f build(deps-dev): Bump eslint-config-prettier from 8.9.0 to 8.10.0 (#350)
  • Additional commits viewable in compare view

Dependabot compatibility score

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

Bumps [@flex-development/tutils](https://github.com/flex-development/tutils) from 6.0.0-alpha.14 to 6.0.0-alpha.15.
- [Release notes](https://github.com/flex-development/tutils/releases)
- [Changelog](https://github.com/flex-development/tutils/blob/main/CHANGELOG.md)
- [Commits](https://github.com/flex-development/tutils/compare/tutils@6.0.0-alpha.14...tutils@6.0.0-alpha.15)

---
updated-dependencies:
- dependency-name: "@flex-development/tutils"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added scope:dependencies dependency updates type:build changes to the build system or external dependencies labels Aug 7, 2023
@dependabot dependabot bot requested review from flexdevelopment, a team and unicornware August 7, 2023 03:39
@unicornware unicornware enabled auto-merge (squash) August 7, 2023 03:40
Copy link
Contributor

@flexdevelopment flexdevelopment left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm 👍🏾

Copy link
Contributor

@flexdevelopment flexdevelopment left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm 👍🏾

Copy link
Contributor

@flexdevelopment flexdevelopment left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm 👍🏾

@unicornware unicornware merged commit 9c994b9 into main Aug 7, 2023
18 checks passed
@unicornware unicornware deleted the dependabot/npm_and_yarn/flex-development/tutils-6.0.0-alpha.15 branch August 7, 2023 03:42
@github-actions
Copy link

github-actions bot commented Oct 7, 2023

This pull request has been automatically locked since there has not been any recent
activity after it was closed. Please open a new issue for related bugs or features. Be
sure to reference this issue.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 7, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
scope:dependencies dependency updates type:build changes to the build system or external dependencies
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants