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 development-dependencies group with 4 updates #974

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2024

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps the development-dependencies group with 4 updates: expect-type, npm-run-all2, typescript and xo.

Updates expect-type from 0.19.0 to 1.1.0

Release notes

Sourced from expect-type's releases.

v1.1.0

What's Changed

Full Changelog: mmkal/expect-type@v1.0.0...v1.1.0

v1.0.0

v1! 🎉🎉🎉

X (formerly Twitter) Follow

After many years being commitment-phobic, expect-type is now in v1.

This release does not add any user facing features on top of v0.20.0 or v1.0.0-rc.0. It's just "making it official". For anyone new to the project, or coming here from vitest or viteconf (👋 ), the usage docs from the readme are pasted below.

For anyone on an old-ish v0 version, here are links to the non-trivial changes that have gone in since v0.15.0:

  • v0.20.0: Function overloads support (proper support, beyond the default typescript functionality which eliminates all but one overloads by default)
  • v0.19.0: Beefed up JSDocs thanks to @​aryaemami59
  • v0.18.0: .pick and .omit thanks to @​aryaemami59
  • v0.17.0: massively improved error messages, so (in most cases) when an assertion fails you can see what's wrong, not just that something is wrong
  • v0.16.0: default to internal typescript implementation of type-identicalness. Introduce the .branded helper for the old behaviour. Also support function this parameters - thank to @​trevorade and @​papb

Full usage docs below, for newbies (head to the readme to keep up to date):

Installation and usage

npm install expect-type --save-dev
import {expectTypeOf} from 'expect-type'

Documentation

The expectTypeOf method takes a single argument or a generic type parameter. Neither it nor the functions chained off its return value have any meaningful runtime behaviour. The assertions you write will be compile-time errors if they don't hold true.

Features

Check an object's type with .toEqualTypeOf:

... (truncated)

Commits

Updates npm-run-all2 from 6.2.6 to 7.0.1

Release notes

Sourced from npm-run-all2's releases.

v7.0.1

Commits

  • Revert engine range bump back to Node 18 b2e849b

v7.0.0

Merged

Commits

  • Breaking change: Bump node engines ^18.17.0 || >=20.5.0 49b95f0
  • Merge pull request #156 from bcomnes/rm-rf-rimraf c661ffc
  • Remove rimraf c77e085
Changelog

Sourced from npm-run-all2's changelog.

v7.0.1

Commits

  • Revert engine range bump back to Node 18 b2e849b

v7.0.0 - 2024-10-21

Merged

Commits

  • Breaking change: Bump node engines ^18.17.0 || >=20.5.0 49b95f0
  • Merge pull request #156 from bcomnes/rm-rf-rimraf c661ffc
  • Remove rimraf c77e085
Commits
  • 43bfd54 7.0.1
  • b2e849b Revert engine range bump back to Node 18
  • 1a2f0a1 7.0.0
  • b300a1f Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/minimatch-10.0.1'
  • 4be26c5 Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/which-5.0.0'
  • 3f28b19 Merge pull request #158 from bcomnes/fix-undefined-throw
  • b0f342e Prevent a throw when looking up undefined results
  • c661ffc Merge pull request #156 from bcomnes/rm-rf-rimraf
  • b667e23 Upgrade: Bump which from 3.0.1 to 5.0.0
  • c989293 Upgrade: Bump minimatch from 9.0.5 to 10.0.1
  • Additional commits viewable in compare view

Updates typescript from 5.5.4 to 5.6.3

Release notes

Sourced from typescript's releases.

TypeScript 5.6.3

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

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

... (truncated)

Commits
  • d48a5cf Bump version to 5.6.3 and LKG
  • fefa70a 🤖 Pick PR #60083 (Don't issue implicit any when obtai...) into release-5.6 (#...
  • ff71692 [release-5.6] Remove tsbuildInfo specification error now that we need it for ...
  • 1f44dcf 🤖 Pick PR #60157 (fix automatic type acquisition) into release-5.6 (#60169)
  • 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 (#...
  • Additional commits viewable in compare view

Updates xo from 0.58.0 to 0.59.3

Release notes

Sourced from xo's releases.

v0.59.3

  • Allow using experimental Node.js features 3eb8436
  • Fix TypeScript extension support (#764) 46a91e0

xojs/xo@v0.59.2...v0.59.3

v0.59.2

  • Respect nodeVersion: false option (#762) c965843

xojs/xo@v0.59.1...v0.59.2

v0.59.1

  • Fix XO to not override rules from user's config (#761) 9cdab84

xojs/xo@v0.59.0...v0.59.1

v0.59.0

New rules

Breaking

  • Re-enable eslint-plugin-promise (#656) b168f08

xojs/xo@v0.58.0...v0.59.0

Commits

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

Bumps the development-dependencies group with 4 updates: [expect-type](https://github.com/mmkal/expect-type), [npm-run-all2](https://github.com/bcomnes/npm-run-all2), [typescript](https://github.com/microsoft/TypeScript) and [xo](https://github.com/xojs/xo).


Updates `expect-type` from 0.19.0 to 1.1.0
- [Release notes](https://github.com/mmkal/expect-type/releases)
- [Commits](mmkal/expect-type@0.19.0...v1.1.0)

Updates `npm-run-all2` from 6.2.6 to 7.0.1
- [Release notes](https://github.com/bcomnes/npm-run-all2/releases)
- [Changelog](https://github.com/bcomnes/npm-run-all2/blob/master/CHANGELOG.md)
- [Commits](bcomnes/npm-run-all2@v6.2.6...v7.0.1)

Updates `typescript` from 5.5.4 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.5.4...v5.6.3)

Updates `xo` from 0.58.0 to 0.59.3
- [Release notes](https://github.com/xojs/xo/releases)
- [Commits](xojs/xo@v0.58.0...v0.59.3)

---
updated-dependencies:
- dependency-name: expect-type
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: npm-run-all2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: xo
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 1, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 2, 2024

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@sindresorhus sindresorhus deleted the dependabot/npm_and_yarn/development-dependencies-4bfd574a53 branch November 2, 2024 05:28
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.

1 participant