@leaflink/dom-testing-utils 0.0.0-PR-264--5e972e2 → 0.0.0-PR-287--433984e
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -57,7 +57,7 @@ Dependency updates are handled by self-hosted [Renovate](https://docs.renovatebo
|
|
|
57
57
|
|
|
58
58
|
### Schedule
|
|
59
59
|
|
|
60
|
-
- Workflow cron wakes Renovate hourly; Renovate only opens or rebases PRs between
|
|
60
|
+
- Workflow cron wakes Renovate hourly; Renovate only opens or rebases PRs on **Mondays between 1am–5am America/New_York** (`updateNotScheduled: false` keeps rebases inside the window too). Security PRs skip the window.
|
|
61
61
|
- A new release must be **≥ 10 days old** (`minimumReleaseAge`) before Renovate will propose it — buffer against compromised/withdrawn publishes. Pending updates park on the Dependency Dashboard (`internalChecksFilter: strict`) instead of opening un-mergeable PRs. pnpm enforces the same gate at install time (`minimumReleaseAge` in `pnpm-workspace.yaml`), covering the transitives Renovate doesn't gate. `@leaflink/*` packages are exempt on both sides.
|
|
62
62
|
- Merging is GitHub-native auto-merge (see [Auto-merge](#auto-merge)) and lands as soon as required CI passes — independent of Renovate's schedule.
|
|
63
63
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@leaflink/dom-testing-utils",
|
|
3
|
-
"version": "0.0.0-PR-
|
|
3
|
+
"version": "0.0.0-PR-287--433984e",
|
|
4
4
|
"description": "Frontend DOM testing utilities",
|
|
5
5
|
"packageManager": "pnpm@11.22.0",
|
|
6
6
|
"engines": {
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
},
|
|
60
60
|
"peerDependencies": {
|
|
61
61
|
"@testing-library/dom": "^7 || ^8 || ^9 || ^10",
|
|
62
|
-
"@testing-library/jest-dom": "^
|
|
62
|
+
"@testing-library/jest-dom": "^6",
|
|
63
63
|
"@testing-library/user-event": "^12 || ^13 || ^14",
|
|
64
64
|
"@testing-library/vue": "^7 || ^8",
|
|
65
65
|
"@vue/test-utils": "^2",
|