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 3 updates #845

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 22, 2024

Bumps the development-dependencies group with 3 updates: @sindresorhus/tsconfig, expect-type and tsd.

Updates @sindresorhus/tsconfig from 0.7.0 to 5.0.0

Release notes

Sourced from @​sindresorhus/tsconfig's releases.

v5.0.0

Breaking

  • Require Node.js 18 (#24) 8ed49ab

sindresorhus/tsconfig@v4.0.0...v5.0.0

v4.0.0

Breaking

  • Require Node.js 16 3ae0110

sindresorhus/tsconfig@v3.0.1...v4.0.0

v3.0.1

  • Fix v3 regression e18d3b4

sindresorhus/tsconfig@v3.0.0...v3.0.1

v3.0.0

Breaking

  • Require Node.js 14 and TS 4.7 44a7e4c

sindresorhus/tsconfig@v2.0.0...v3.0.0

v2.0.0

Breaking

Improvements

  • Add DOM.Iterable to libs (#13) 77c4741

sindresorhus/tsconfig@v1.0.2...v2.0.0

v1.0.2

  • Include DOM lib in types (#11) 3189d78 It was accidentally left out in the previous release.

sindresorhus/tsconfig@v1.0.1...v1.0.2

v1.0.1

  • Internal fixes (#9) 48287f6

sindresorhus/tsconfig@v1.0.0...v1.0.1

v1.0.0

  • Target Node.js 12 and move to ESM f5aa5f5

... (truncated)

Commits

Updates expect-type from 0.15.0 to 0.19.0

Release notes

Sourced from expect-type's releases.

0.19.0

What's Changed

Full Changelog: mmkal/expect-type@0.18.0...0.19.0

0.18.0

What's Changed

New Contributors

Full Changelog: mmkal/expect-type@v0.17.3...0.18.0

v0.17.3

mmkal/expect-type@v0.17.3-0...v0.17.3

v0.17.2

  • Improve tuple errors (#40) 4b38117

Diff(truncated - scroll right!):

test('toEqualTypeOf with tuples', () => {
  const assertion = `expectTypeOf<[[number], [1], []]>().toEqualTypeOf<[[number], [2], []]>()`
  expect(tsErrors(assertion)).toMatchInlineSnapshot(`
-    "test/test.ts:999:999 - error TS2344: Type '[[number], [2], []]' does not satisfy the constraint '{ [x: number]: { [x: number]: number; [iterator]: (() => IterableIterator<1>) | (() => IterableIterator<number>) | (() => IterableIterator<never>); [unscopables]: (() => { copyWithin: boolean; entries: boolean; fill: boolean; find: boolean; findIndex: boolean; keys: boolean; values: boolean; }) | (() => { copyWithin: boolean; entries: boolean; fill: boolean; find: boolean; findIndex: boolean; keys: boolean; values: boolean; }) | (() => { copyWithin: boolean; entries: boolean; fill: boolean; find: boolean; findIndex: boolean; keys: boolean; values: boolean; }); length: 0 | 1; toString:  ... truncated!!!!'.
-      Types of property 'sort' are incompatible.
-        Type '(compareFn?: ((a: [] | [number] | [2], b: [] | [number] | [2]) => number) | undefined) => [[number], [2], []]' is not assignable to type '\\"Expected: function, Actual: function\\"'.
+    "test/test.ts:999:999 - error TS2344: Type '[[number], [2], []]' does not satisfy the constraint '{ 0: { 0: number; }; 1: { 0: \\"Expected: literal number: 2, Actual: literal number: 1\\"; }; 2: {}; }'.
+      The types of '1[0]' are incompatible between these types.
+        Type '2' is not assignable to type '\\"Expected: literal number: 2, Actual: literal number: 1\\"'.
    999 expectTypeOf<[[number], [1], []]>().toEqualTypeOf<[[number], [2], []]>()
                                                          ~~~~~~~~~~~~~~~~~~~"
  `)
})

mmkal/expect-type@v0.17.1...v0.17.2

v0.17.1

  • disallow .not and .branded together cf38918

(this was actually documented in the v0.17.0 release but really it was only pushed here)

... (truncated)

Commits

Updates tsd from 0.28.1 to 0.30.7

Release notes

Sourced from tsd's releases.

v0.30.7

  • Add ts18046 to known errors (#211) 700679e

tsdjs/tsd@v0.30.6...v0.30.7

v0.30.6

  • Add ts2551 to known errors (#209) f17b96f

tsdjs/tsd@v0.30.5...v0.30.6

v0.30.5

  • Add code 2740 to known errors (#208) 12b8fcf

tsdjs/tsd@v0.30.4...v0.30.5

v0.30.4

  • Add decorator-related diagnostic codes to expectError (#207) 8eeab3d

tsdjs/tsd@v0.30.3...v0.30.4

v0.30.3

  • Add code 2561 to known errors (#205) 6896a11

tsdjs/tsd@v0.30.2...v0.30.3

v0.30.2

  • Actually add ts2353 to known errors (#204) 9b8dc9b

tsdjs/tsd@v0.30.1...v0.30.2

v0.30.1

  • Add ts2353 to known errors (#202) f75a8b4

tsdjs/tsd@v0.30.0...v0.30.1

v0.30.0

  • Upgrade to TypeScript 5.3 5859b92

tsdjs/tsd@v0.29.0...v0.30.0

v0.29.0

  • Upgrade to TypeScript 5.2 701e314

tsdjs/tsd@v0.28.1...v0.29.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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 22, 2024
@sindresorhus
Copy link
Owner

The tsconfig update needs to be ignored.

@voxpelli
Copy link
Collaborator

@sindresorhus Just this once or all future ones as well?

If the latter, then maybe we can copy the old setup into this package and let this one have a bespoke one that's separate from your reusable one?

@sindresorhus
Copy link
Owner

I guess we could override the relevant keys in tsconfig, but now we are back to this update thing being annoying and forcing extra work 🤷‍♂️

@voxpelli
Copy link
Collaborator

@sindresorhus well, I can do the extra work, I was actually looking at updating that package after I updated xo but I wanted to do tsd first and that one got stuck

Bumps the development-dependencies group with 3 updates: [@sindresorhus/tsconfig](https://github.com/sindresorhus/tsconfig), [expect-type](https://github.com/mmkal/expect-type) and [tsd](https://github.com/tsdjs/tsd).


Updates `@sindresorhus/tsconfig` from 0.7.0 to 5.0.0
- [Release notes](https://github.com/sindresorhus/tsconfig/releases)
- [Commits](sindresorhus/tsconfig@v0.7.0...v5.0.0)

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

Updates `tsd` from 0.28.1 to 0.30.7
- [Release notes](https://github.com/tsdjs/tsd/releases)
- [Commits](tsdjs/tsd@v0.28.1...v0.30.7)

---
updated-dependencies:
- dependency-name: "@sindresorhus/tsconfig"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: expect-type
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: tsd
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/development-dependencies-a9b3b06a77 branch from 8acf76c to 13ddf4b Compare March 24, 2024 07:02
@voxpelli
Copy link
Collaborator

Side note: May want to disable automatic rebasing of these PR:s, would decrease noise

@sindresorhus
Copy link
Owner

The tsconfig dependency has been removed.

Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 30, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Mar 30, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/development-dependencies-a9b3b06a77 branch March 30, 2024 16:44
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.

None yet

2 participants