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): Bump @flex-development/tutils from 6.0.0-alpha.14 to 6.0.0-alpha.16 #242

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Release notes

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

tutils@6.0.0-alpha.16

tutils@6.0.0-alpha.16 (2023-08-07)

📦 Build

  • deps-dev: Bump esbuild from 0.18.17 to 0.18.18 (#354) (e5459f9)
  • deps-dev: Bump eslint-config-prettier from 8.10.0 to 9.0.0 (#352) (731826f)

🦾 Refactors

  • ts: use type any for customizer function arguments (d9bfe6c)

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

... (truncated)

Changelog

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

tutils@6.0.0-alpha.16 (2023-08-07)

📦 Build

  • deps-dev: Bump esbuild from 0.18.17 to 0.18.18 (#354) (e5459f9)
  • deps-dev: Bump eslint-config-prettier from 8.10.0 to 9.0.0 (#352) (731826f)

🦾 Refactors

  • ts: use type any for customizer function arguments (d9bfe6c)

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)

... (truncated)

Commits
  • 558bf8b release: tutils@6.0.0-alpha.16 (#355)
  • d9bfe6c refactor(ts): use type any for customizer function arguments
  • e5459f9 build(deps-dev): Bump esbuild from 0.18.17 to 0.18.18 (#354)
  • 731826f build(deps-dev): Bump eslint-config-prettier from 8.10.0 to 9.0.0 (#352)
  • 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
  • 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
  • @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> dependency 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> dependency 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 added scope:dependencies dependency updates type:build changes to the build system or external dependencies labels Aug 8, 2023
@dependabot dependabot bot requested review from flexdevelopment, a team and unicornware August 8, 2023 20:16
@unicornware unicornware enabled auto-merge (squash) August 8, 2023 20:17
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 👍🏾

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/flex-development/tutils-6.0.0-alpha.16 branch from 4526bfa to e4f654b Compare August 8, 2023 20:23
@codecov
Copy link

codecov bot commented Aug 8, 2023

Codecov Report

Merging #242 (b4b2ddf) into main (f7120ab) will not change coverage.
Report is 24 commits behind head on main.
The diff coverage is n/a.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #242   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            8         8           
  Lines         2030      2030           
  Branches       143       143           
=========================================
  Hits          2030      2030           
Flag Coverage Δ
node16 100.00% <ø> (ø)
node18 100.00% <ø> (ø)
node19 100.00% <ø> (ø)
node20 100.00% <ø> (ø)

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b71996a...b4b2ddf. Read the comment docs.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/flex-development/tutils-6.0.0-alpha.16 branch from e4f654b to a448bfb Compare August 8, 2023 20:31
Bumps [@flex-development/tutils](https://github.com/flex-development/tutils) from 6.0.0-alpha.14 to 6.0.0-alpha.16.
- [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.16)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/flex-development/tutils-6.0.0-alpha.16 branch from a448bfb to b4b2ddf Compare August 8, 2023 20:35
@unicornware unicornware merged commit 7dd4e49 into main Aug 8, 2023
21 checks passed
@unicornware unicornware deleted the dependabot/npm_and_yarn/flex-development/tutils-6.0.0-alpha.16 branch August 8, 2023 20:39
@github-actions
Copy link

github-actions bot commented Oct 8, 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 8, 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.

None yet

2 participants