Closed wkeese closed 6 days ago
Name | Link |
---|---|
Latest commit | 02822cf636c5fba2394f329b3548057664559ad4 |
Latest deploy log | https://app.netlify.com/sites/v11-carbon-web-components/deploys/673bdf403af0960008563834 |
Deploy Preview | https://deploy-preview-18096--v11-carbon-web-components.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Name | Link |
---|---|
Latest commit | 02822cf636c5fba2394f329b3548057664559ad4 |
Latest deploy log | https://app.netlify.com/sites/carbon-elements/deploys/673bdf4074d695000841648d |
Deploy Preview | https://deploy-preview-18096--carbon-elements.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Built without sensitive environment variables
Name | Link |
---|---|
Latest commit | 02822cf636c5fba2394f329b3548057664559ad4 |
Latest deploy log | https://app.netlify.com/sites/v11-carbon-react/deploys/673bdf40d4180200083a871d |
Deploy Preview | https://deploy-preview-18096--v11-carbon-react.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Hey this makes sense but failing test cases.
I saw that, but isn't that an infrastructure problem, some issue with Jenkins etc.?
For me, the tests are all failing locally even on the main/ branch, with an error that
Cannot find module '@carbon/feature-flags' from 'packages/react/src/components/FeatureFlags/index.tsx'
That may be unrelated though.
LGTM, just need to update the public api snapshot and push it up. yarn test -u at the root will do it
Ah thanks, I got it to work via running this from the root:
yarn install
yarn run build
yarn test -u
git commit -a --amend
(It's never clear to me when to run from root vs. when to run from packages/react.)
I force-pushed the latest.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 82.21%. Comparing base (
4fb87e7
) to head (02822cf
). Report is 3 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
I also updated the tests to remove the deprecated parameters.
Still getting minor visual diff failures, at https://percy.io/538fc19a/web/Carbon-Monorepo-/builds/37441342/changed/2039245365?browser=chrome&browser_ids=59&group_snapshots_by=similar_diff&subcategories=unreviewed%2Cchanges_requested&utm_source=github_status_public&viewLayout=side-by-side&viewMode=new&width=1366&widths=1366.
Any ideas how to fix those? I assume they are unrelated to my changes.
The visual diffs are unrelated to this PR, you can see the same thing happening in #18106.
Hey there! v11.71.0 was just released that references this issue/PR.
Fixes #16977. Refs #13537, #13631.
Update PropTypes so "name" and "value" are reported as deprecated. (The descriptions already included @deprecated, but that's different.)
More importantly, stop marking "value" as required. Properties cannot be deprecated and required at the same time.
Changelog
Changed
Testing / Reviewing
Tested locally. Updated snapshot, and updated test file to stop using the deprecated parameters.