Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .changes/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"tag": "rc",
"changes": [
".changes/cargo-workspace-deps.md",
".changes/fix-flaky-curl-test.md"
".changes/fix-flaky-curl-test.md",
".changes/fix-flaky-stream-handler-test.md"
]
}
20 changes: 10 additions & 10 deletions package-lock.json

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

6 changes: 6 additions & 0 deletions packages/action/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## \[0.12.5-rc.1]

### Dependencies

- Upgraded to `@fltsci/covector@0.12.5-rc.1`

## \[0.12.5-rc.0]

### Dependencies
Expand Down
2 changes: 1 addition & 1 deletion packages/action/dist/323.index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ exports.modules = {
/***/ 60323:
/***/ ((module) => {

module.exports = JSON.parse('{"name":"@fltsci/covector","version":"0.12.4","license":"Apache-2.0","homepage":"https://github.com/fltsci/covector#readme","author":"Jacob Bolda <me@jacobbolda.com> (https://www.jacobbolda.com/)","repository":{"type":"git","url":"https://github.com/fltsci/covector.git"},"engines":{"node":">=18"},"main":"dist/index.js","types":"dist/index.d.ts","exports":{"development":"./src/index.ts","default":"./dist/index.js"},"bin":{"covector":"./bin/covector.js"},"files":["bin","dist"],"scripts":{"build":"tsc -b","clean":"rimraf dist tsconfig.tsbuildinfo node_modules","prepublishOnly":"tsc -b","test":"vitest"},"dependencies":{"@clack/prompts":"^0.7.0","@fltsci/covector-apply":"0.10.0","@fltsci/covector-assemble":"0.12.0","@fltsci/covector-changelog":"0.12.0","@fltsci/covector-command":"0.8.0","@fltsci/covector-files":"0.8.0","effection":"^2.0.6","globby":"^11.1.0","js-yaml":"^4.1.0","lodash":"^4.17.21","pino":"^9.1.0","pino-abstract-transport":"^1.2.0","strip-ansi":"6.0.1","yargs":"^17.7.2"},"devDependencies":{"@fltsci/covector-types":"0.0.0","@types/inquirer":"^8.2.6","@types/yargs":"^17.0.32","fixturez":"^1.1.0","tslib":"^2.5.0","typescript":"^4.9.5"},"volta":{"extends":"../../package.json"}}');
module.exports = JSON.parse('{"name":"@fltsci/covector","version":"0.12.5-rc.0","license":"Apache-2.0","homepage":"https://github.com/fltsci/covector#readme","author":"Jacob Bolda <me@jacobbolda.com> (https://www.jacobbolda.com/)","repository":{"type":"git","url":"https://github.com/fltsci/covector.git"},"engines":{"node":">=18"},"main":"dist/index.js","types":"dist/index.d.ts","exports":{"development":"./src/index.ts","default":"./dist/index.js"},"bin":{"covector":"./bin/covector.js"},"files":["bin","dist"],"scripts":{"build":"tsc -b","clean":"rimraf dist tsconfig.tsbuildinfo node_modules","prepublishOnly":"tsc -b","test":"vitest"},"dependencies":{"@clack/prompts":"^0.7.0","@fltsci/covector-apply":"0.10.1-rc.0","@fltsci/covector-assemble":"0.12.1-rc.0","@fltsci/covector-changelog":"0.12.1-rc.0","@fltsci/covector-command":"0.8.1-rc.0","@fltsci/covector-files":"0.8.1-rc.0","effection":"^2.0.6","globby":"^11.1.0","js-yaml":"^4.1.0","lodash":"^4.17.21","pino":"^9.1.0","pino-abstract-transport":"^1.2.0","strip-ansi":"6.0.1","yargs":"^17.7.2"},"devDependencies":{"@fltsci/covector-types":"0.0.0","@types/inquirer":"^8.2.6","@types/yargs":"^17.0.32","fixturez":"^1.1.0","tslib":"^2.5.0","typescript":"^4.9.5"},"volta":{"extends":"../../package.json"}}');

/***/ })

Expand Down
Binary file modified packages/action/dist/covector_toml_bg.wasm
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/action/dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/action/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "action",
"version": "0.12.5-rc.0",
"version": "0.12.5-rc.1",
"main": "dist/index.js",
"license": "Apache-2.0",
"homepage": "https://github.com/fltsci/covector#readme",
Expand Down
6 changes: 6 additions & 0 deletions packages/assemble/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## \[0.12.1-rc.1]

### Dependencies

- Upgraded to `@fltsci/covector-command@0.8.1-rc.1`

## \[0.12.1-rc.0]

### Dependencies
Expand Down
4 changes: 2 additions & 2 deletions packages/assemble/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fltsci/covector-assemble",
"version": "0.12.1-rc.0",
"version": "0.12.1-rc.1",
"license": "Apache-2.0",
"homepage": "https://github.com/fltsci/covector#readme",
"author": "Jacob Bolda <me@jacobbolda.com> (https://www.jacobbolda.com/)",
Expand All @@ -21,7 +21,7 @@
"test": "vitest"
},
"dependencies": {
"@fltsci/covector-command": "0.8.1-rc.0",
"@fltsci/covector-command": "0.8.1-rc.1",
"@fltsci/covector-files": "0.8.1-rc.0",
"effection": "^2.0.6",
"js-yaml": "^4.1.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/command/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## \[0.8.1-rc.1]

- [`239e425`](https://www.github.com/fltsci/covector/commit/239e425047a1ba9c138d861630ca4143cd8aea15) ([#4](https://www.github.com/fltsci/covector/pull/4) by [@johncarmack1984](https://www.github.com/fltsci/covector/../../johncarmack1984)) Fix flaky test by using all() to await stream handlers before returning from sh()

## \[0.8.1-rc.0]

- [`c7cda11`](https://www.github.com/fltsci/covector/commit/c7cda1138799e67c348a4534a0f1526fd9fd6223) Fix flaky curl test in CI by adding User-Agent header and more specific error detection
Expand Down
2 changes: 1 addition & 1 deletion packages/command/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fltsci/covector-command",
"version": "0.8.1-rc.0",
"version": "0.8.1-rc.1",
"license": "Apache-2.0",
"homepage": "https://github.com/fltsci/covector#readme",
"author": "Jacob Bolda <me@jacobbolda.com> (https://www.jacobbolda.com/)",
Expand Down
7 changes: 7 additions & 0 deletions packages/covector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## \[0.12.5-rc.1]

### Dependencies

- Upgraded to `@fltsci/covector-command@0.8.1-rc.1`
- Upgraded to `@fltsci/covector-assemble@0.12.1-rc.1`

## \[0.12.5-rc.0]

### Dependencies
Expand Down
6 changes: 3 additions & 3 deletions packages/covector/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fltsci/covector",
"version": "0.12.5-rc.0",
"version": "0.12.5-rc.1",
"license": "Apache-2.0",
"homepage": "https://github.com/fltsci/covector#readme",
"author": "Jacob Bolda <me@jacobbolda.com> (https://www.jacobbolda.com/)",
Expand Down Expand Up @@ -33,9 +33,9 @@
"dependencies": {
"@clack/prompts": "^0.7.0",
"@fltsci/covector-apply": "0.10.1-rc.0",
"@fltsci/covector-assemble": "0.12.1-rc.0",
"@fltsci/covector-assemble": "0.12.1-rc.1",
"@fltsci/covector-changelog": "0.12.1-rc.0",
"@fltsci/covector-command": "0.8.1-rc.0",
"@fltsci/covector-command": "0.8.1-rc.1",
"@fltsci/covector-files": "0.8.1-rc.0",
"effection": "^2.0.6",
"globby": "^11.1.0",
Expand Down