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

chore(deps-dev): bump the development-dependencies group across 1 directory with 9 updates #326

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 28, 2024

Bumps the development-dependencies group with 9 updates in the / directory:

Package From To
@openally/config.eslint 1.0.0 1.1.0
@types/node 22.3.0 22.8.1
sinon 18.0.0 19.0.2
tsx 4.17.0 4.19.2
typescript 5.5.4 5.6.3
@myunisoft/httpie 5.0.0 5.0.1
astring 1.8.6 1.9.0
@faker-js/faker 8.4.1 9.1.0
tsd 0.31.1 0.31.2

Updates @openally/config.eslint from 1.0.0 to 1.1.0

Maintainer changes

This version was pushed to npm by pierred, a new releaser for @​openally/config.eslint since your current version.


Updates @types/node from 22.3.0 to 22.8.1

Commits

Updates sinon from 18.0.0 to 19.0.2

Changelog

Sourced from sinon's changelog.

19.0.2

  • 4eb4c4bc Use fix 13.0.2 version of fake-timers to get Date to pass instanceof checks (Carl-Erik Kopseng)
  • a5b03db3 Add links to code that is affected by the breaking changes (Carl-Erik Kopseng)

Released by Carl-Erik Kopseng on 2024-09-13.

19.0.1

  • 037ec2d2 Update migration docs (Carl-Erik Kopseng)

Released by Carl-Erik Kopseng on 2024-09-13.

19.0.0

  • 3534ab4f Bump samsam and nise to latest versions (#2617) (Carl-Erik Kopseng)

    Ensures consistency and less breakage when there are "circular" dependencies.

  • 912c568d upgrade fake timers and others (#2612) (Carl-Erik Kopseng)
    • Upgrade dependencies (includes breaking API in Fake Timers)
    • fake-timers: no longer creating dates using the original Date class, but a subclass (proxy)
  • 9715798e Use newer @mochify/* packages (#2609) (Carl-Erik Kopseng)

    Co-authored-by: Maximilian Antoni [email protected]

Released by Carl-Erik Kopseng on 2024-09-13.

18.0.1

Basically a patch release to update a transitive dependency in Nise.

... (truncated)

Commits

Updates tsx from 4.17.0 to 4.19.2

Release notes

Sourced from tsx's releases.

v4.19.2

4.19.2 (2024-10-26)

Bug Fixes

  • generate sourcesContent when Node.js debugger is enabled (#670) (7c47074)

This release is also available on:

v4.19.1

4.19.1 (2024-09-12)

Bug Fixes


This release is also available on:

v4.19.0

4.19.0 (2024-08-27)

Features

  • watch: deprecate ignore flag in favor or exclude flag (157c3ec)

This release is also available on:

v4.18.0

4.18.0 (2024-08-24)

... (truncated)

Commits
  • 7c47074 fix: generate sourcesContent when Node.js debugger is enabled (#670)
  • 315d5f4 docs(watch): document --include flag
  • 375e39a test: refactor enforce-timeout
  • 524cb77 docs(cjs): add compilation caveats
  • 7f8a051 chore(deps): update dependency node to v20.18.0 (#660)
  • 97e8de0 chore: upgrade pnpm
  • 95d2b0f chore: remove commit hooks
  • 0161078 docs: add prisma as a premium sponsor
  • 09f9532 chore(docs): fix typo (#655)
  • 0329bfc fix(cjs): patch module.path for accurate cache ID
  • 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 @myunisoft/httpie from 5.0.0 to 5.0.1

Release notes

Sourced from @​myunisoft/httpie's releases.

v5.0.1

What's Changed

New Contributors

Full Changelog: MyUnisoft/httpie@v5.0.0...v5.0.1

Commits
  • 09a9a32 5.0.1
  • 6a6746f chore(deps): bump the github-actions group with 3 updates (#255)
  • e70c419 feat: add httpie type for Error and Respond (#256)
  • 820f704 chore(deps-dev): bump @​types/node in the development-dependencies group (#253)
  • a1e58d2 chore(deps): bump lru-cache in the dependencies group (#252)
  • 34bd332 chore(deps): bump the github-actions group across 1 directory with 5 updates ...
  • See full diff in compare view

Updates astring from 1.8.6 to 1.9.0

Changelog

Sourced from astring's changelog.

1.9.0 (2024-08-25)

Features

Commits

Updates @faker-js/faker from 8.4.1 to 9.1.0

Release notes

Sourced from @​faker-js/faker's releases.

v9.1.0

What's Changed

... (truncated)

Changelog

Sourced from @​faker-js/faker's changelog.

9.1.0 (2024-10-26)

New Locales

Features

Changed Locales

Bug Fixes

  • food: use arrayElement instead of fake for adjective (#3178) (a8dfa2f)
  • location: fix US ZIP code anomalies for zipCode({state}) (#3180) (df59724)
  • location: update valid ZIP ranges for FL and VA (#3167) (e271d4a)

9.0.3 (2024-09-26)

Changed Locales

  • locale: update french legal entity types (#3142) (d6bceb6)

Bug Fixes

  • image: fix dataUri with type svg-base64 in browsers (#3144) (78b2a3a)

9.0.2 (2024-09-23)

Bug Fixes

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by st-ddt, a new releaser for @​faker-js/faker since your current version.


Updates tsd from 0.31.1 to 0.31.2

Release notes

Sourced from tsd's releases.

v0.31.2

  • Add ts2719 to known errors (#220) 0660059

tsdjs/tsd@v0.31.1...v0.31.2

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

…ectory with 9 updates

Bumps the development-dependencies group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| @openally/config.eslint | `1.0.0` | `1.1.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.3.0` | `22.8.1` |
| [sinon](https://github.com/sinonjs/sinon) | `18.0.0` | `19.0.2` |
| [tsx](https://github.com/privatenumber/tsx) | `4.17.0` | `4.19.2` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.5.4` | `5.6.3` |
| [@myunisoft/httpie](https://github.com/MyUnisoft/httpie) | `5.0.0` | `5.0.1` |
| [astring](https://github.com/davidbonnet/astring) | `1.8.6` | `1.9.0` |
| [@faker-js/faker](https://github.com/faker-js/faker) | `8.4.1` | `9.1.0` |
| [tsd](https://github.com/tsdjs/tsd) | `0.31.1` | `0.31.2` |



Updates `@openally/config.eslint` from 1.0.0 to 1.1.0

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

Updates `sinon` from 18.0.0 to 19.0.2
- [Release notes](https://github.com/sinonjs/sinon/releases)
- [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md)
- [Commits](sinonjs/sinon@v18.0.0...v19.0.2)

Updates `tsx` from 4.17.0 to 4.19.2
- [Release notes](https://github.com/privatenumber/tsx/releases)
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs)
- [Commits](privatenumber/tsx@v4.17.0...v4.19.2)

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 `@myunisoft/httpie` from 5.0.0 to 5.0.1
- [Release notes](https://github.com/MyUnisoft/httpie/releases)
- [Commits](MyUnisoft/httpie@v5.0.0...v5.0.1)

Updates `astring` from 1.8.6 to 1.9.0
- [Release notes](https://github.com/davidbonnet/astring/releases)
- [Changelog](https://github.com/davidbonnet/astring/blob/main/CHANGELOG.md)
- [Commits](davidbonnet/astring@v1.8.6...v1.9.0)

Updates `@faker-js/faker` from 8.4.1 to 9.1.0
- [Release notes](https://github.com/faker-js/faker/releases)
- [Changelog](https://github.com/faker-js/faker/blob/next/CHANGELOG.md)
- [Commits](faker-js/faker@v8.4.1...v9.1.0)

Updates `tsd` from 0.31.1 to 0.31.2
- [Release notes](https://github.com/tsdjs/tsd/releases)
- [Commits](tsdjs/tsd@v0.31.1...v0.31.2)

---
updated-dependencies:
- dependency-name: "@openally/config.eslint"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: sinon
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: tsx
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@myunisoft/httpie"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: astring
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@faker-js/faker"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: tsd
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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 Oct 28, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 4, 2024

Superseded by #328.

@dependabot dependabot bot closed this Nov 4, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/development-dependencies-f9b16042c4 branch November 4, 2024 09:58
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.

0 participants