Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps ignore from 4.0.6 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')

5.1.9

  • PATCH fixes ignorecase when internal cache is hit. (#74)

An upgrade is recommended for all dependents.

5.1.5

  • PATCH fixes escaping for square brackets (#59)

An upgrade is recommended for all dependents.

5.1.3

An upgrade is recommended for all dependents.

5.1.1

  • PATCH fixes isPathValid on Windows (#54)

On Windows, if path is an absolute path, ig.ignores(path), ig.test(path) and related methods will now throw an error as expected.

2019-04-14, Version 5.1.0

  • FEATURE: Typescript: export interface Ignore (#53)

5.0.4

... (truncated)

Changelog

Sourced from ignore's changelog.

node-ignore 5 ChangeLog

5.x

2018-08-14, Version 5.0.1

  • PATCH: fixes for windows.
  • PATCH: improves tests for typescript and windows.

2018-08-13, Version 5.0.0

  • SEMVER-MAJOR: #20: it will throw if an invalid pathname passes into .ignores(pathname), see Upgrade 4.x -> 5.x.
  • FEATURE: #31: adds a new method .test(pathname).
  • BENCHMARK: improves performance by 26%.

4.x

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
  • aeb459d 5.1.9: fixes ignorecase with internal caching, related to #74
  • 7879eef #74 (chore): avoid assignment chaining
  • 1ba7096 chore: define KEY_IGNORE first
  • f19a790 Merge pull request #74 from forking-repos/tap-cache-fixes
  • f2f67cb Fix case-insensitivity of internal cache
  • 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 dependabot bot added javascript Pull requests that update Javascript code scope:dependency Issues that cannot be solved inside Prettier itself, and must be fixed in a dependency labels Dec 19, 2021
@fisker
Copy link
Member

fisker commented Dec 20, 2021

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ignore-5.2.0 branch from 5ed52b6 to b80214d Compare December 20, 2021 00:56
@fisker fisker mentioned this pull request Dec 20, 2021
4 tasks
@github-actions
Copy link
Contributor

github-actions bot commented Dec 20, 2021

Size Change: -10.6 kB (0%)

Total Size: 11.9 MB

Filename Size Change
dist/index.js 1.72 MB -10.6 kB (-1%)
ℹ️ View Unchanged
Filename Size
dist/bin-prettier.js 522 kB
dist/doc.js 166 kB
dist/parser-angular.js 108 kB
dist/parser-babel.js 385 kB
dist/parser-espree.js 245 kB
dist/parser-flow.js 3.19 MB
dist/parser-glimmer.js 196 kB
dist/parser-graphql.js 41.1 kB
dist/parser-html.js 178 kB
dist/parser-markdown.js 181 kB
dist/parser-meriyah.js 249 kB
dist/parser-postcss.js 220 kB
dist/parser-typescript.js 3.46 MB
dist/parser-yaml.js 156 kB
dist/standalone.js 539 kB
dist/third-party.js 324 kB

compressed-size-action

@fisker fisker merged commit ae56136 into main Dec 22, 2021
@fisker fisker deleted the dependabot/npm_and_yarn/ignore-5.2.0 branch December 22, 2021 07:40
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 23, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

javascript Pull requests that update Javascript code scope:dependency Issues that cannot be solved inside Prettier itself, and must be fixed in a dependency

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants