Skip to content

Commit

Permalink
Bump wireit (#3652)
Browse files Browse the repository at this point in the history
Relevant changelog entries from https://github.com/google/wireit/blob/main/CHANGELOG.md

## [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
  <script>` or similar, but they can still be used as dependencies by other
  wireit scripts.
  • Loading branch information
aomarks committed Feb 7, 2023
1 parent c6a9d8d commit 3df014b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@
"rollup-plugin-terser": "^7.0.2",
"typescript": "~4.7.4",
"uvu": "^0.5.6",
"wireit": "^0.9.3"
"wireit": "^0.9.5"
},
"lint-staged": {
"**/*.{cjs,html,js,json,md,ts}": "prettier --write",
Expand Down

0 comments on commit 3df014b

Please sign in to comment.