Bump @faker-js/faker from 9.7.0 to 10.4.0#111
Conversation
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
d77f67b to
5e9ab5a
Compare
118a4b4 to
624db7c
Compare
624db7c to
517fcb6
Compare
Greptile SummaryThis dependabot PR bumps
Confidence Score: 4/5Safe to merge if the CDN import in test-data-grid-controller.js is also updated to v10.4.0, otherwise the npm and browser versions will diverge. The npm package is correctly bumped and no removed deprecated APIs are used in the codebase. However, the production browser code loads faker directly from the Skypack CDN at the old v9.7.0 URL, so the effective runtime version for end users does not change. Jest tests now run against 10.4.0 via the moduleNameMapper redirect, creating a test/production version split that could hide behavioral regressions. packages/core-ui/js/gui_components/app/test-data-grid/controller/test-data-grid-controller.js — the CDN import still pins faker to v9.7.0 Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Jest Tests] -->|moduleNameMapper remaps CDN URL| B["@faker-js/faker npm\n(v10.4.0 installed)"]
C[Browser / Production] -->|direct CDN import| D["Skypack CDN\nhttps://cdn.skypack.dev/@faker-js/faker@v9.7.0"]
B -->|v10.4.0 behaviour| E[Test results]
D -->|v9.7.0 behaviour| F[User-facing results]
E -.->|version mismatch| F
Reviews (3): Last reviewed commit: "Bump @faker-js/faker from 9.7.0 to 10.4...." | Re-trigger Greptile |
517fcb6 to
fd4f590
Compare
Bumps [@faker-js/faker](https://github.com/faker-js/faker) from 9.7.0 to 10.4.0. - [Release notes](https://github.com/faker-js/faker/releases) - [Changelog](https://github.com/faker-js/faker/blob/next/CHANGELOG.md) - [Commits](faker-js/faker@v9.7.0...v10.4.0) --- updated-dependencies: - dependency-name: "@faker-js/faker" dependency-version: 10.4.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
fd4f590 to
4b85511
Compare
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps @faker-js/faker from 9.7.0 to 10.4.0.
Release notes
Sourced from @faker-js/faker's releases.
... (truncated)
Changelog
Sourced from @faker-js/faker's changelog.
... (truncated)
Commits
b8abfc6chore(release): 10.4.0 (#3768)7108155chore(deps): lock file maintenance (#3758)5e6cf2bchore(deps): update all non-major dependencies (#3767)91c944bchore(deps): update pnpm/action-setup action to v5 (#3766)cb18595chore(deps): update vitest (#3765)af25d6bchore(deps): update devdependencies (#3764)2e72c27chore(deps): update eslint (#3763)9a18091chore(deps): update mcr.microsoft.com/devcontainers/typescript-node:24 docker...aa7b6c0chore(deps): lock file maintenance (#3756)89ba345chore(deps): update devdependencies (#3755)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@faker-js/fakersince your current version.