bdukes / out-of-our-minds

A website with creative resources to bring order out of chaos for families
Other
2 stars 2 forks source link

Bump elm-review from 2.8.5 to 2.10.2 #65

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps elm-review from 2.8.5 to 2.10.2.

Release notes

Sourced from elm-review's releases.

Better starter templates for new-rule

  • Bump http-cache-semantics from 4.1.0 to 4.1.1 c6066084
  • Bump json5 and tsconfig-paths 72ae555a
  • Bump decode-uri-component from 0.2.0 to 0.2.2 f256efc3
  • Bump minimatch from 3.0.4 to 3.0.8 248eb108
  • Remove mentions of 'Downloading elm-json' in test output f8fdbe73
  • Fix formatting e538ad19
  • Add a hint in the prompt 479d85c9
  • Generate a separate template for project rules a2b790ec
  • Split body template into a separate function 4bba8a42
  • Add the --rule-type flag to new-package 42a832d8
  • Prompt for the rule-type if needed 4d0cf4ff
  • Add --rule-type in tests and create a project rule in the tests 691fa8d0
  • Add --rule-type flag to new-rule 731f5152
  • Add a test by default that does not expect errors d8fe9984
  • Change the template for new-rule 86e7dd06
  • Update dependencies created by new-package 58e1ebfb
  • Fix formatting issues dd928fbc
  • Fix file caching issue on Windows a8d37e7b
  • Use longer timeout in jest 7fbe0581
  • Fix xo errors 0f472bfe
  • Cache replacer: Don't crash when null is encountered d35e8211
  • Update snapshots a0f3095c
  • Enable NoDeprecated in the review configuration for new-package 983c073e
  • Bump dependencies for new-package review configuration d1fe9b9d

https://github.com/jfmengels/node-elm-review/compare/v2.9.1...v2.9.2

What's Changed

New Contributors

Full Changelog: https://github.com/jfmengels/node-elm-review/compare/v2.9.1...v2.9.2

Improve serialization of contexts

Optimizes the internal stringification of project contexts. Hopefully this will improve performance, but it's mostly useful to avoid stack overflows during that process.


  • Add changelog for 2.9.1 c1ee1097

... (truncated)

Changelog

Sourced from elm-review's changelog.

[2.10.2] - 2023-05-05

Replace some npm dependencies.

[2.10.1] - 2023-04-19

Improved error message when the version of the jfmengels/elm-review Elm package is not supported.

[2.10.0] - 2023-04-16

Now requires jfmengels/elm-review v2.13.0.

  • Fixes are now no longer applied in the CLI, but are entirely handled by the jfmengels/elm-review package. This should improve some incorrect behavior where fixes were not applied as expected.
  • Re-organization of how fixes to elm.json are handled in autofix mode.

[2.9.2] - 2023-03-21

elm-review new-rule now creates a more helpful starting rule. It can also generate a project rule if you think that you will need that. This change also applies to the rule created using elm-review new-package.

Bug fixes:

[2.9.1] - 2022-12-20

Optimizes the internal stringification of project contexts. Hopefully this will improve performance, but it's mostly useful to avoid stack overflows during that process.

[2.9.0] - 2022-12-18

Now requires jfmengels/elm-review v2.11.0.

  • Adds a file-system cache for the linting results, which improves performance by quite a bit.
  • Improve the error message when indicated that the package version is not supported
  • Fix a problem where in watch and fix mode, the CLI sometimes remained stuck.

[2.8.4] - 2022-12-02

  • Fix incorrect reports in --watch mode

[2.8.3] - 2022-12-01

  • Document the --debug flag better in --help
  • Document the --extract flag better in --help
  • Document the --benchmark-info flag in --help
  • Give a more helpful error when using an outdated version of the package
  • Fix a crash when running with --fix in non-TTY mode (in CI for instance)

[2.8.2] - 2022-11-09

... (truncated)

Commits


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 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)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

dependabot[bot] commented 1 year ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.