data-viz-lab / elm-chart-builder

Easy to use and accessible charting library for Elm.
https://package.elm-lang.org/packages/data-viz-lab/elm-chart-builder/latest/
MIT License
16 stars 1 forks source link

Bump got and elm-review #21

Open dependabot[bot] opened 1 year ago

dependabot[bot] commented 1 year ago

Bumps got to 11.8.6 and updates ancestor dependency elm-review. These dependencies need to be updated together.

Updates got from 10.7.0 to 11.8.6

Release notes

Sourced from got's releases.

v11.8.6

  • Destroy request object after successful response

https://github.com/sindresorhus/got/compare/v11.8.5...v11.8.6

v11.8.5

https://github.com/sindresorhus/got/compare/v11.8.4...v11.8.5

v11.8.3

  • Bump cacheable-request dependency (#1921) 9463bb6
  • Fix HTTPError missing .code property (#1739) 0e167b8

https://github.com/sindresorhus/got/compare/v11.8.2...v11.8.3

v11.8.2

  • Make the dnsCache option lazy (#1529) 3bd245f This slightly improves Got startup performance and fixes an issue with Jest.

https://github.com/sindresorhus/got/compare/v11.8.1...v11.8.2

v11.8.1

  • Do not throw on custom stack traces (#1491) 4c815c3a609eb74d0eb139414d9996b4f65dc3c0

v11.8.0

  • Fix for sending files with size 0 on stat (#1488) 7acd380
  • beforeRetry allows stream body if different from original (#1501) 3dd2273
  • Set default value for an options object (#1495) 390b145

https://github.com/sindresorhus/got/compare/v11.7.0...v11.8.0

v11.7.0

Improvements

  • Add pfx HTTPS option (#1364) c33df7f
  • Update body after beforeRequest (#1453) e1c1844
  • Don't allocate buffer twice (#1403) 7bc69d9

Fixes

  • Fix a regression where body was sent after redirect 88b32ea
  • Fix destructure error on promise.json() c97ce7c
  • Do not ignore userinfo on a redirect to the same origin 52de13b

https://github.com/sindresorhus/got/compare/v11.6.2...v11.7.0

v11.6.2

Bug fixes

... (truncated)

Commits


Updates elm-review from 2.5.3 to 2.10.1

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

The tests/ folder at the root of the project is now included in the tests folder to look for.

[2.8.0] / [2.8.1] - 2022-11-08

... (truncated)

Commits


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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/data-viz-lab/elm-chart-builder/network/alerts).