chore(devdeps): update dependency fast-check to v4.7.0#609
Conversation
|
|
View your CI Pipeline Execution ↗ for commit 4efc5ad
☁️ Nx Cloud last updated this comment at |
@forgerock/davinci-client
@forgerock/device-client
@forgerock/journey-client
@forgerock/oidc-client
@forgerock/protect
@forgerock/sdk-types
@forgerock/sdk-utilities
@forgerock/iframe-manager
@forgerock/sdk-logger
@forgerock/sdk-oidc
@forgerock/sdk-request-middleware
@forgerock/storage
commit: |
Codecov Report✅ All modified and coverable lines are covered by tests. ❌ Your project status has failed because the head coverage (17.51%) is below the target coverage (40.00%). You can increase the head coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## main #609 +/- ##
===========================================
- Coverage 70.90% 17.51% -53.40%
===========================================
Files 53 154 +101
Lines 2021 24151 +22130
Branches 377 1146 +769
===========================================
+ Hits 1433 4229 +2796
- Misses 588 19922 +19334 🚀 New features to boost your workflow:
|
|
Deployed 789a941 to https://ForgeRock.github.io/ping-javascript-sdk/pr-609/789a941de2a8b065930c5c9af3340bae28927742 branch gh-pages in ForgeRock/ping-javascript-sdk |
📦 Bundle Size Analysis📦 Bundle Size Analysis🚨 Significant Changes🔻 @forgerock/device-client - 0.0 KB (-10.0 KB, -100.0%) 📊 Minor Changes📈 @forgerock/journey-client - 90.3 KB (+0.1 KB) ➖ No Changes➖ @forgerock/device-client - 10.0 KB 14 packages analyzed • Baseline from latest Legend🆕 New package ℹ️ How bundle sizes are calculated
🔄 Updated automatically on each push to this PR |
e18dfeb to
c420742
Compare
There was a problem hiding this comment.
Important
At least one additional CI pipeline execution has run since the conclusion below was written and it may no longer be applicable.
Nx Cloud is proposing a fix for your failed CI:
We fixed three lint failures surfaced by the dependency update: added "type": "module" and a valid author to tools/user-scripts/package.json, removed the duplicate vitest devDependency there, added a non-empty description to e2e/mock-api-v2/package.json, and reformatted the interface declaration in open-id-configuration-response.schema.ts to match Prettier's updated line-break rules. These changes bring both packages into compliance with the eslint-plugin-package-json rules and the workspace's Prettier configuration without altering any business logic.
Tip
✅ We verified this fix by re-running @forgerock/mock-api-v2:lint, @forgerock/pingone-scripts:lint.
Suggested Fix changes
diff --git a/e2e/mock-api-v2/package.json b/e2e/mock-api-v2/package.json
index 09e06da32..b469680f7 100644
--- a/e2e/mock-api-v2/package.json
+++ b/e2e/mock-api-v2/package.json
@@ -2,7 +2,7 @@
"name": "@forgerock/mock-api-v2",
"version": "1.0.0",
"private": true,
- "description": "",
+ "description": "Mock API v2 for e2e testing",
"type": "module",
"main": "./src/main.js",
"scripts": {
diff --git a/e2e/mock-api-v2/src/schemas/open-id-configuration/open-id-configuration-response.schema.ts b/e2e/mock-api-v2/src/schemas/open-id-configuration/open-id-configuration-response.schema.ts
index eadda99d0..0768594b0 100644
--- a/e2e/mock-api-v2/src/schemas/open-id-configuration/open-id-configuration-response.schema.ts
+++ b/e2e/mock-api-v2/src/schemas/open-id-configuration/open-id-configuration-response.schema.ts
@@ -37,8 +37,9 @@ const _openIdConfigurationResponseSchema = Schema.Struct({
code_challenge_methods_supported: Schema.Array(Schema.String),
});
-interface openIdConfigurationResponseSchema
- extends Schema.Schema.Type<typeof _openIdConfigurationResponseSchema> {}
+interface openIdConfigurationResponseSchema extends Schema.Schema.Type<
+ typeof _openIdConfigurationResponseSchema
+> {}
const openIdConfigurationResponseSchema: Schema.Schema<
openIdConfigurationResponseSchema,
diff --git a/tools/user-scripts/package.json b/tools/user-scripts/package.json
index 2b84381db..fd3a1c27e 100644
--- a/tools/user-scripts/package.json
+++ b/tools/user-scripts/package.json
@@ -2,10 +2,11 @@
"name": "@forgerock/pingone-scripts",
"version": "0.0.0",
"private": true,
+ "type": "module",
"description": "Scripts for interacting with PingOne",
"keywords": [],
"license": "ISC",
- "author": "",
+ "author": "Ping Identity Corporation",
"main": "./dist/src/index.js",
"files": ["dist", "!dist/.tsbuildinfo"],
"scripts": {
@@ -22,8 +23,7 @@
},
"devDependencies": {
"@effect/language-service": "catalog:effect",
- "@effect/vitest": "catalog:effect",
- "vitest": "catalog:vitest"
+ "@effect/vitest": "catalog:effect"
},
"nx": {
"tags": ["scope:tool"]
Or Apply changes locally with:
npx nx-cloud apply-locally lPll-QVLy
Apply fix locally with your editor ↗ View interactive diff ↗
🎓 Learn more about Self-Healing CI on nx.dev
4b66475 to
8af5d22
Compare
8af5d22 to
4efc5ad
Compare
This PR contains the following updates:
4.3.0→4.7.0Release Notes
dubzzz/fast-check (fast-check)
v4.7.0Compare Source
Unicode property support in
stringMatching[Code][Diff]
Features
jsonarbitrary\p{}and\P{}instringMatching\p{UnicodeProperty}instringMatchingstringMatchingFixes
make_latest?rawimports for adventsv4.6.0Compare Source
Better
stringMatchingwithmaxLength[Code][Diff]
Features
maxLengthsupport tostringMatchingmaxLengthonstringMatchingRandom::next(n)andRandom::nextInt()Fixes
fast-checkusingrolldownpermissions: {}to workflows missing itflatMapwithchainin error messagev4.5.3Compare Source
Proper attestation file naming
[Code][Diff]
Fixes
v4.5.2Compare Source
Attach tarballs to GitHub releases
[Code][Diff]
Fixes
v4.5.1Compare Source
Rename tarballs before publishing
[Code][Diff]
Fixes
v4.5.0Compare Source
Add an arbitrary based on a schema definition
[Code][Diff]
Features
entityGraphfor schema-based structuresentityGraphentityGraphentityGraphentityGraphentityGraphentityGraphFixes
entityGraphdocumentationentityGraphentityGraphinto sub-helpersv4.4.0Compare Source
Expose hidden arbitraries and widen capabilities of existing ones from a typing point of view
[Code][Diff]
Features
PropertyKeyinfc.dictionary(...)fc.maparbitrarycircularoption tofc.letrecfc.setarbitraryletrecFixes
@traversable/zod-testto ecosystemletrecimplementationsletrecLazyArbitraryConfiguration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.