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

Bump chromatic from 11.3.0 to 11.3.2 in /frontend-react #14374

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 12, 2024

Bumps chromatic from 11.3.0 to 11.3.2.

Release notes

Sourced from chromatic's releases.

v11.3.2

🐛 Bug Fix

  • Use current working directory as default value for storybookBaseDir #976 (@​ghengeveld)

Authors: 1

v11.3.1

🐛 Bug Fix

  • Properly check storybookBaseDir against repository root rather than CWD #974 (@​ghengeveld)

Authors: 1

Changelog

Sourced from chromatic's changelog.

v11.3.2 (Wed May 08 2024)

🐛 Bug Fix

  • Use current working directory as default value for storybookBaseDir #976 (@​ghengeveld)

Authors: 1


v11.3.1 (Tue May 07 2024)

🐛 Bug Fix

  • Properly check storybookBaseDir against repository root rather than CWD #974 (@​ghengeveld)

Authors: 1


Commits
  • 16585d1 Bump version to: 11.3.2 [skip ci]
  • 818bb3d Update CHANGELOG.md [skip ci]
  • a3744e6 Merge pull request #976 from chromaui/fix-storybook-base-dir-check-2
  • 3d44093 Log storybookBaseDir value on error
  • 71f6fc6 Use current working directory as default value for storybookBaseDir, like get...
  • da800dd Bump version to: 11.3.1 [skip ci]
  • de31e98 Update CHANGELOG.md [skip ci]
  • c066f80 Merge pull request #974 from chromaui/fix-storybook-base-dir-check
  • 10ac294 Update tests
  • 70098f4 Properly check storybookBaseDir against repository root rather than current w...
  • See full diff in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 12, 2024
Copy link

github-actions bot commented May 12, 2024

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails
npm/chromatic 11.3.2 🟢 4.9
Details
CheckScoreReason
Code-Review🟢 5Found 8/16 approved changesets -- score normalized to 5
Maintained🟢 1030 commit(s) and 6 issue activity found in the last 90 days -- score normalized to 10
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
License🟢 10license file detected
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration
Security-Policy🟢 9security policy file detected
Packaging⚠️ -1packaging workflow not detected
Binary-Artifacts🟢 10no binaries found in the repo
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Fuzzing⚠️ 0project is not fuzzed
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
Vulnerabilities⚠️ 023 existing vulnerabilities detected
npm/chromatic 11.3.0 🟢 4.9
Details
CheckScoreReason
Code-Review🟢 5Found 8/16 approved changesets -- score normalized to 5
Maintained🟢 1030 commit(s) and 6 issue activity found in the last 90 days -- score normalized to 10
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
License🟢 10license file detected
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration
Security-Policy🟢 9security policy file detected
Packaging⚠️ -1packaging workflow not detected
Binary-Artifacts🟢 10no binaries found in the repo
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Fuzzing⚠️ 0project is not fuzzed
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
Vulnerabilities⚠️ 023 existing vulnerabilities detected

Scanned Manifest Files

frontend-react/package.json
  • chromatic@^11.3.2
  • chromatic@^11.3.0
frontend-react/yarn.lock
  • chromatic@11.3.2
  • chromatic@11.3.0

@snesm
Copy link
Collaborator

snesm commented May 13, 2024

@dependabot rebase

Bumps [chromatic](https://github.com/chromaui/chromatic-cli) from 11.3.0 to 11.3.2.
- [Release notes](https://github.com/chromaui/chromatic-cli/releases)
- [Changelog](https://github.com/chromaui/chromatic-cli/blob/main/CHANGELOG.md)
- [Commits](chromaui/chromatic-cli@v11.3.0...v11.3.2)

---
updated-dependencies:
- dependency-name: chromatic
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/frontend-react/chromatic-11.3.2 branch from 134b8df to abc00d2 Compare May 13, 2024 19:30
Copy link
Contributor Author

dependabot bot commented on behalf of github May 19, 2024

Superseded by #14440.

@dependabot dependabot bot closed this May 19, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/frontend-react/chromatic-11.3.2 branch May 19, 2024 04:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant