Skip to content

Commit a195431

Browse files
chore: bump Bingo versions to 0.5.1
1 parent b6447a5 commit a195431

File tree

3 files changed

+85
-85
lines changed

3 files changed

+85
-85
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,18 +37,18 @@
3737
"*": "prettier --ignore-unknown --write"
3838
},
3939
"dependencies": {
40-
"bingo": "^0.5.0",
41-
"bingo-fs": "^0.5.0",
42-
"bingo-stratum": "^0.5.0",
40+
"bingo": "^0.5.1",
41+
"bingo-fs": "^0.5.1",
42+
"bingo-stratum": "^0.5.1",
4343
"cspell-populate-words": "^0.3.0",
4444
"execa": "^9.5.2",
4545
"git-remote-origin-url": "^4.0.0",
4646
"git-url-parse": "^16.0.1",
4747
"html-to-text": "^9.0.5",
4848
"image-size": "^1.2.0",
49-
"input-from-file": "^0.5.0",
50-
"input-from-file-json": "^0.5.0",
51-
"input-from-script": "^0.5.0",
49+
"input-from-file": "^0.5.1",
50+
"input-from-file-json": "^0.5.1",
51+
"input-from-script": "^0.5.1",
5252
"js-yaml": "^4.1.0",
5353
"lazy-value": "^3.0.0",
5454
"lodash": "^4.17.21",
@@ -78,8 +78,8 @@
7878
"@vitest/coverage-v8": "3.0.6",
7979
"@vitest/eslint-plugin": "1.1.31",
8080
"all-contributors-cli": "6.26.1",
81-
"bingo-stratum-testers": "0.5.0",
82-
"bingo-testers": "0.5.0",
81+
"bingo-stratum-testers": "0.5.1",
82+
"bingo-testers": "0.5.1",
8383
"console-fail-test": "0.5.0",
8484
"cspell": "8.17.3",
8585
"eslint": "9.20.1",

pnpm-lock.yaml

Lines changed: 75 additions & 75 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/integration.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import prettier from "@prettier/sync";
22
import { prepareOptions } from "bingo";
3-
import { intakeFromDirectory } from "bingo-fs";
3+
import { intake } from "bingo-fs";
44
import { producePreset } from "bingo-stratum";
55
import { diffCreatedDirectory } from "bingo-testers";
66
import { expect, test } from "vitest";
@@ -35,7 +35,7 @@ import {
3535
// For example, if you change blockTypeScript's target from "ES2022 to "ES2023",
3636
// you'll also need to update the ./tsconfig.json on disk in the same way.
3737
test("Producing the everything preset matches the files in this repository", async () => {
38-
const actual = await intakeFromDirectory(".", {
38+
const actual = await intake(".", {
3939
exclude: /node_modules|^\.git$/,
4040
});
4141

0 commit comments

Comments
 (0)