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

build(deps-dev): bump dependency-cruiser from 12.11.1 to 12.12.0 #713

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 1, 2023

Bumps dependency-cruiser from 12.11.1 to 12.12.0.

Release notes

Sourced from dependency-cruiser's releases.

v12.12.0

📯 We'll soon be releasing dependency-cruiser v13, which is in beta right now.

  • If you want to test v13 beta: you're welcome to! Add dependency-cruiser@beta to your development dependencies.
  • see #794 for details & as a thread to post findings regarding v13.

Meanwhile here's still a v12 release. Most of the items are back-ports from the v13 beta - it might be a while before v13 is out of beta, and these items will be useful for users of v12 as well.

✨ features

  • 3108902f feature(progress): moves times closer to message in performance-log (back-port)
  • 489f9cf8 feature(report): adds a 'null' reporter (back-port)

🐛 fixes

  • 6c5dc62d bugfix(cache): handles empty known violations arrays (back-port)
  • 9ebfc4fc fix(schema|types): adds null reporter to schema and types (back-port)
  • deb7266a fix(schema|types): adds 'checksum' attribute to the module schema (#803) (back-port)

👷 maintenance

♻️ life cycle management

  • 945f4a9f build(npm): updates external dependencies

🏗️ ci & dx

  • be49230f chore: makes yarn --silent by default (back-port)
  • f13beb18 chore: snoozes nodejs module warnings while running tests (back-port)

🔏 shasum of the package as published on npmjs: 99810305b444a94d18dd07550f4e4f84e6366aee

v12.11.3

👷 maintenance

  • fb38030b build(npm): updates external dependencies
  • 6277bed9 chore(ci): ensures ci is run on v12 branch as well

🔒 shasum of the package as published on npmjs: 748b8f9deeaef31b58db0f20edb5ffa1d19781f8

Commits
  • 3d5b2b4 12.12.0
  • be49230 chore: makes yarn --silent by default (backport)
  • 945f4a9 build(npm): updates external dependencies
  • 6c5dc62 bugfix(cache): handles empty known violations arrays (backport)
  • 3108902 feature(progress): moves times closer to message in performance-log (backport)
  • 489f9cf feature(report): adds a 'null' reporter (backport)
  • f13beb1 chore: snoozes nodejs module warnings while running tests (backport)
  • 9ebfc4f fix(schema|types): adds null reporter to schema and types
  • deb7266 fix(schema|types): adds 'checksum' attribute to the module schema (#803)
  • 79feaf4 12.11.3
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 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)

Bumps [dependency-cruiser](https://github.com/sverweij/dependency-cruiser) from 12.11.1 to 12.12.0.
- [Release notes](https://github.com/sverweij/dependency-cruiser/releases)
- [Changelog](https://github.com/sverweij/dependency-cruiser/blob/develop/CHANGELOG.md)
- [Commits](sverweij/dependency-cruiser@v12.11.1...v12.12.0)

---
updated-dependencies:
- dependency-name: dependency-cruiser
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 1, 2023
@dependabot dependabot bot requested a review from hiro0218 May 1, 2023 16:58
@vercel
Copy link

vercel bot commented May 1, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
b-0218-jp ✅ Ready (Inspect) Visit Preview May 1, 2023 5:10pm

@github-actions
Copy link
Contributor

github-actions bot commented May 1, 2023

📦 Next.js Bundle Analysis for b.0218.jp

This analysis was generated by the Next.js Bundle Analysis action. 🤖

🎉 Global Bundle Size Decreased

Page Size (compressed)
global 123.12 KB (-2 B)
Details

The global bundle is the javascript bundle that loads alongside every page. It is in its own category because its impact is much higher - an increase to its size means that every page on your website loads slower, and a decrease means every page loads faster.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

If you want further insight into what is behind the changes, give @next/bundle-analyzer a try!

One Page Changed Size

The following page changed size from the code in this PR compared to its base branch:

Page Size (compressed) First Load % of Budget (350 KB)
/[slug] 9.15 KB 132.27 KB 37.79% (+/- <0.01%)
Details

Only the gzipped size is provided here based on an expert tip.

First Load is the size of the global bundle plus the bundle for the individual page. If a user were to show up to your website and land on a given page, the first load size represents the amount of javascript that user would need to download. If next/link is used, subsequent page loads would only need to download that page's bundle (the number in the "Size" column), since the global bundle has already been downloaded.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

The "Budget %" column shows what percentage of your performance budget the First Load total takes up. For example, if your budget was 100kb, and a given page's first load size was 10kb, it would be 10% of your budget. You can also see how much this has increased or decreased compared to the base branch of your PR. If this percentage has increased by 20% or more, there will be a red status indicator applied, indicating that special attention should be given to this. If you see "+/- <0.01%" it means that there was a change in bundle size, but it is a trivial enough amount that it can be ignored.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 12, 2023

Superseded by #717.

@dependabot dependabot bot closed this May 12, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/develop/dependency-cruiser-12.12.0 branch May 12, 2023 10:52
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants