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 dependency-cruiser from 9.16.0 to 9.21.1 #213

Merged

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps dependency-cruiser from 9.16.0 to 9.21.1.

Release notes

Sourced from dependency-cruiser's releases.

v9.21.1

☄️ performance improvements

  • refactor(extract): excludes excludable file name patterns earlier (#408) In cases where your exclude/ doNotFollow patterns happen to match the arguments to the depcruise command this can reduce running time, sometimes quite dramatically so. Thanks to @curledUpSheep for noticing and proposing & testing the improvement.

🎄 documentation

  • doc(config): adds declaration to types & tools dc configs

🎅 maintenance

  • chore(ci): reduce the scanned extensions in dc's ow config to the ones actually used
  • bugfix(init): correct typo's in template

v9.21.0

🌟 Features

  • feature(resolve): improves support for package entry points (#407)
  • feature(init): types the generated .dependency-cruiser.js Newly generated .dependency-cruiser.js get a comment on top that declares the type of the exported object. In editors that support this, this will grow you code completion for the configuration.

You can use this type declaration in your own .dependency-cruiser.js configurations too:

/** @type {import('dependency-cruiser').IConfiguration} */
module.exports = {
  forbidden: [
    ...
  ],
  options: {
    ...
  }
}

If you're using a .json configuration - if you point it to the location of the schema (with the "$schema" attribute at root level) it'll get you code completion as well

 {
   "$schema": "https://raw.githubusercontent.com/sverweij/dependency-cruiser/master/src/schema/configuration.schema.json",
   "forbidden": [
     ...
   ],
   "options": {
     ...
   }
}
Commits
  • 8fd0950 9.21.1
  • fd11673 chore(ci): reduce the scanned extensions in dc's ow config to the ones actual...
  • 4328967 refactor(extract): excludes excludable file name patterns earlier (#408)
  • 2d727c3 doc(config): adds declaration to types & tools dc configs
  • 10eacd1 bugfix(init): correct typo's in template
  • 8737759 9.21.0
  • 4223ce9 build(npm): ⬆️ @typescript-eslint/eslint-plugin, @typescript-eslint/p...
  • 85eb04d feature(resolve): improves support for package entry points (#407)
  • e7dfee9 feature(init): types the generated .dependency-cruiser.js
  • cbb9372 9.19.1
  • 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@Sv443 Sv443 changed the base branch from master to version/2.3.1 December 25, 2020 23:58
@Sv443
Copy link
Member

Sv443 commented Dec 25, 2020

@dependabot rebase

@dependabot-preview
Copy link
Contributor Author

Looks like this PR is already up-to-date with version/2.3.1! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@Sv443
Copy link
Member

Sv443 commented Dec 25, 2020

nah I'm good, thanks mister bot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant