Skip to content
This repository has been archived by the owner on Sep 21, 2024. It is now read-only.

chore(deps): bump wireit from 0.8.0 to 0.9.5 in /typescript #430

Merged
merged 1 commit into from
Jul 1, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 21, 2023

Bumps wireit from 0.8.0 to 0.9.5.

Changelog

Sourced from wireit's changelog.

[0.9.5] - 2023-02-06

Changed

  • Better attribute socket errors, and don't crash when a socket is closed unexpectedly.

Fixed

  • Fixed infinite loops that could occur in watch mode when a script failed, but still emitted output that was configured as the input files for another script.

  • Don't clear the console or emit "no-op" style log messages in watch mode for iterations that don't do anything useful.

[0.9.4] - 2023-01-30

Changed

  • It is now allowed to define a wireit script without a corresponding entry in the scripts section. Such scripts cannot be directly invoked with `npm run

[0.9.3] - 2023-01-03

Fixed

  • In watch mode, watchers are no longer created for package-lock.json files that don't yet exist at the time of analysis. This saves resources, and on Windows should reduce errors such as EBUSY: resource busy or locked, lstat 'C:\DumpStack.log.tmp.

[0.9.2] - 2022-12-09

Fixed

  • Fixed bug relating to services not getting shut down following an error in one of its dependencies.
  • Fixed some cases of errors being logged multiple times.
  • Errors are now consistently logged immediately when they occur, instead of sometimes only at the end of all execution.

[0.9.1] - 2022-12-06

Added

  • Added env setting which allows either directly assigning environment variables, or indicating that an externally-provided environment variable

... (truncated)

Commits
  • 94776ce Release 0.9.5 (#668)
  • e53341f Fix infinite loop and unnecessary logging in watch mode (#665)
  • 003b8e3 Bump @​typescript-eslint/eslint-plugin from 5.49.0 to 5.50.0 (#667)
  • 45f3232 Bump @​types/vscode from 1.74.0 to 1.75.0 (#666)
  • a129596 Bump typescript from 4.9.4 to 4.9.5 (#659)
  • 9f52715 Bump pnpm from 7.26.1 to 7.26.3 (#662)
  • 2d2d248 Bump @​typescript-eslint/parser from 5.48.0 to 5.50.0 (#661)
  • 1981b2b Bump @​vscode/test-electron from 2.2.2 to 2.2.3 (#660)
  • afc2430 Bump eslint from 8.31.0 to 8.33.0 (#656)
  • 600cb5b Handle a closed socket with error as an error in github-actions-cache (#664)
  • 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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 21, 2023
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/typescript/wireit-0.9.5 branch 2 times, most recently from ad8038d to a17a476 Compare June 30, 2023 23:42
Bumps [wireit](https://github.com/google/wireit) from 0.8.0 to 0.9.5.
- [Changelog](https://github.com/google/wireit/blob/main/CHANGELOG.md)
- [Commits](google/wireit@v0.8.0...v0.9.5)

---
updated-dependencies:
- dependency-name: wireit
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/typescript/wireit-0.9.5 branch from a17a476 to 20a4c21 Compare July 1, 2023 00:09
Copy link
Collaborator

@cdata cdata left a comment

Choose a reason for hiding this comment

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

LGTM

@cdata cdata merged commit b09fd0b into main Jul 1, 2023
@cdata cdata deleted the dependabot/npm_and_yarn/typescript/wireit-0.9.5 branch July 1, 2023 00:27
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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