Skip to content

chore: bump ignore from 5.1.9 to 5.2.0 #4329

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

Merged
merged 1 commit into from
Dec 20, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 20, 2021

Bumps ignore from 5.1.9 to 5.2.0.

Release notes

Sourced from ignore's releases.

5.2.0

  • PATCH support readonly arrays of typescript. (#70)
  • MINOR bring backward compatibility with relative paths. (#75)

An upgrade is recommended for all dependents.


ignore().ignores('../foo/bar.js') // will throw

And the code below will not throw, however it is not recommended

ignore({
  allowRelativePaths: true
}).ignores('../foo/bar.js')

Recommend:

ignore().ignores('foo/bar.js')
Commits
  • 5768b70 5.2.0: #70, #75: ts: adds more test cases for typescript
  • 950d665 #75: README.md: improves explanation of options.allowRelativePaths
  • 052a722 #75: main, README.md, test, ts: new options.allowRelativePaths to bring backw...
  • 92e83e2 #70: test: improve ts cases
  • 7785ba8 Merge pull request #70 from nicojs/patch-1
  • 64e9992 fix(types): allow for readonly arrays
  • See full diff 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 [ignore](https://github.com/kaelzhang/node-ignore) from 5.1.9 to 5.2.0.
- [Release notes](https://github.com/kaelzhang/node-ignore/releases)
- [Changelog](https://github.com/kaelzhang/node-ignore/blob/master/CHANGELOG.md)
- [Commits](kaelzhang/node-ignore@5.1.9...5.2.0)

---
updated-dependencies:
- dependency-name: ignore
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Issue about dependencies of the package label Dec 20, 2021
@typescript-eslint
Copy link
Contributor

Thanks for the PR, @dependabot[bot]!

typescript-eslint is a 100% community driven project, and we are incredibly grateful that you are contributing to that community.

The core maintainers work on this in their personal time, so please understand that it may not be possible for them to review your work immediately.

Thanks again!


🙏 Please, if you or your company is finding typescript-eslint valuable, help us sustain the project by sponsoring it transparently on https://opencollective.com/typescript-eslint. As a thank you, your profile/company logo will be added to our main README which receives thousands of unique visitors per day.

@nx-cloud
Copy link

nx-cloud bot commented Dec 20, 2021

☁️ Nx Cloud Report

CI ran the following commands for commit 146ead6. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this branch


✅ Successfully ran 44 targets

Sent with 💌 from NxCloud.

@netlify
Copy link

netlify bot commented Dec 20, 2021

✔️ Deploy Preview for typescript-eslint ready!

🔨 Explore the source changes: 146ead6

🔍 Inspect the deploy log: https://app.netlify.com/sites/typescript-eslint/deploys/61c02b200b80c80007d3219a

😎 Browse the preview: https://deploy-preview-4329--typescript-eslint.netlify.app

@codecov
Copy link

codecov bot commented Dec 20, 2021

Codecov Report

Merging #4329 (146ead6) into main (9f58eab) will increase coverage by 0.78%.
The diff coverage is 95.32%.

@@            Coverage Diff             @@
##             main    #4329      +/-   ##
==========================================
+ Coverage   92.73%   93.52%   +0.78%     
==========================================
  Files         335      336       +1     
  Lines       11542    11596      +54     
  Branches     3289     3291       +2     
==========================================
+ Hits        10704    10845     +141     
- Misses        364      479     +115     
+ Partials      474      272     -202     
Flag Coverage Δ
unittest 93.52% <95.32%> (+0.78%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
packages/eslint-plugin/src/rules/array-type.ts 97.18% <ø> (ø)
...kages/eslint-plugin/src/rules/no-empty-function.ts 80.00% <ø> (ø)
packages/eslint-plugin/src/rules/no-shadow.ts 76.33% <ø> (ø)
packages/eslint-plugin/src/rules/semi.ts 92.85% <ø> (ø)
...ges/experimental-utils/src/ts-eslint/RuleTester.ts 100.00% <ø> (ø)
packages/scope-manager/src/lib/dom.iterable.ts 100.00% <ø> (ø)
packages/scope-manager/src/lib/dom.ts 100.00% <ø> (ø)
packages/scope-manager/src/lib/es5.ts 100.00% <ø> (ø)
...ckages/scope-manager/src/lib/webworker.iterable.ts 100.00% <ø> (ø)
packages/scope-manager/src/lib/webworker.ts 100.00% <ø> (ø)
... and 91 more

@bradzacher bradzacher merged commit eb41a3a into main Dec 20, 2021
@bradzacher bradzacher deleted the dependabot/npm_and_yarn/ignore-5.2.0 branch December 20, 2021 08:07
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 20, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Issue about dependencies of the package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant