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: verify changes on allowedFiles according to the template #1048

Merged
Merged
Show file tree
Hide file tree
Changes from 39 commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
255423e
add vitest test file
Aslemammad Nov 27, 2023
094710a
add vitest test file
Aslemammad Nov 27, 2023
cc7d20f
add vitest test file
Aslemammad Nov 27, 2023
8b92ae4
add vitest test file
Aslemammad Nov 27, 2023
acf2aeb
small update
Aslemammad Dec 9, 2023
b52a6a3
update snapshots
Aslemammad Dec 9, 2023
55bdaef
Merge branch 'main' into fix/verify-changes-in-hydration
JoshuaKGoldberg Dec 11, 2023
7b2a432
exit vitest
Aslemammad Dec 13, 2023
dd944f5
Merge branch 'fix/verify-changes-in-hydration' of github.com:Aslemamm…
Aslemammad Dec 13, 2023
7a3967f
feat: -u
Aslemammad Dec 16, 2023
fcb2e6f
fix: author
Aslemammad Dec 16, 2023
4b6ceb8
Revert "fix: author"
Aslemammad Dec 16, 2023
108a50c
Merge remote-tracking branch 'upstream/main' into fix/verify-changes-…
Aslemammad Dec 16, 2023
293f4a9
chore: update snapshot
Aslemammad Dec 16, 2023
8c6d07c
chore: remove few files from expected files to change
Aslemammad Dec 16, 2023
da560f1
update
Aslemammad Dec 24, 2023
90aafe4
update
Aslemammad Dec 24, 2023
2302edb
update
Aslemammad Dec 24, 2023
a1353be
remove verify-changes.test.ts
Aslemammad Dec 24, 2023
1f62b34
Merge remote-tracking branch 'upstream/main' into fix/verify-changes-…
Aslemammad Dec 24, 2023
e849ce4
update snapshots
Aslemammad Dec 24, 2023
7aa4c6e
fake update
Aslemammad Dec 24, 2023
b0caa2b
update
Aslemammad Dec 24, 2023
3199aea
update
Aslemammad Dec 24, 2023
f06909a
update
Aslemammad Dec 24, 2023
1f1c2d0
update
Aslemammad Dec 24, 2023
0a57ec1
update
Aslemammad Dec 24, 2023
ee2145d
update
Aslemammad Dec 24, 2023
e9185f8
update
Aslemammad Dec 24, 2023
6fab790
update snapshot
Aslemammad Dec 24, 2023
801c633
vitest run and throwing error
Aslemammad Dec 24, 2023
6fc4450
vitest run and throwing error
Aslemammad Dec 24, 2023
9df6075
Merge branch 'main' of github.com:JoshuaKGoldberg/create-typescript-a…
Aslemammad Dec 27, 2023
3efcf07
add bin/index.js to filesExpectedToBeChanged
JoshuaKGoldberg Dec 30, 2023
caf4793
Set --author manually from packageData
JoshuaKGoldberg Dec 30, 2023
25a103d
Updated migrate-test-e2e.js.snap for new author
JoshuaKGoldberg Dec 30, 2023
2d7a66b
pnpm@8.13.1
JoshuaKGoldberg Dec 30, 2023
c5abcd5
Merge branch 'main' into fix/verify-changes-in-hydration
JoshuaKGoldberg Dec 30, 2023
158a9cf
Merge branch 'main'
JoshuaKGoldberg Dec 30, 2023
44e4f2a
Merge branch 'main'
JoshuaKGoldberg Dec 30, 2023
b35f4e6
Update snapshot
JoshuaKGoldberg Dec 30, 2023
c938399
Merge branch 'main'
JoshuaKGoldberg Dec 30, 2023
ac3c2ac
Update script/migrate-test-e2e.js
JoshuaKGoldberg Dec 30, 2023
838340b
Update test snapshot
JoshuaKGoldberg Dec 30, 2023
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 cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"CHANGELOG.md",
"lib",
"node_modules",
"pnpm-lock.yaml"
"pnpm-lock.yaml",
"./script/__snapshots__"
],
"words": [
"allcontributors",
Expand Down
1 change: 1 addition & 0 deletions knip.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"script/*e2e.js"
],
"ignoreBinaries": ["gh"],
"ignoreDependencies": ["script"],
"ignoreExportsUsedInFile": {
"interface": true,
"type": true
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"test": "vitest",
"test:create": "node script/create-test-e2e.js",
"test:initialize": "node script/initialize-test-e2e.js",
"test:migrate": "node script/migrate-test-e2e.js",
"test:migrate": "vitest run -r script/",
"tsc": "tsc"
},
"lint-staged": {
Expand Down
Loading
Loading