lazy-tree-with-zipper
lazy-tree-with-zipper copied to clipboard
Bump glob-parent and elm-test
Bumps glob-parent to 5.1.2 and updates ancestor dependency elm-test. These dependencies need to be updated together.
Updates glob-parent from 3.1.0 to 5.1.2
Release notes
Sourced from glob-parent's releases.
v5.1.2
Bug Fixes
v5.1.1
Bug Fixes
v5.1.0
Features
v5.0.0
⚠ BREAKING CHANGES
- Drop support for node <6 & bump dependencies
Miscellaneous Chores
- Drop support for node <6 & bump dependencies (896c0c0)
v4.0.0
⚠ BREAKING CHANGES
- question marks are valid path characters on Windows so avoid flagging as a glob when alone
- Update is-glob dependency
Features
Changelog
Sourced from glob-parent's changelog.
5.1.2 (2021-03-06)
Bug Fixes
6.0.2 (2021-09-29)
Bug Fixes
6.0.1 (2021-07-20)
Bug Fixes
6.0.0 (2021-05-03)
⚠ BREAKING CHANGES
- Correct mishandled escaped path separators (#34)
- upgrade scaffold, dropping node <10 support
Bug Fixes
Miscellaneous Chores
- upgrade scaffold, dropping node <10 support (e83d0c5)
5.1.1 (2021-01-27)
Bug Fixes
5.1.0 (2021-01-27)
Features
5.0.0 (2021-01-27)
⚠ BREAKING CHANGES
- Drop support for node <6 & bump dependencies
... (truncated)
Commits
eb2c439chore: update changelog12bcb6cchore: release 5.1.2f923116fix: eliminate ReDoS (#36)0b014a7chore: add JSDoc returns information (#33)2b24ebdchore: generate initial changelog9b6e874chore: release 5.1.1749c35eci: try wrapping the JOB_ID in a string5d39defci: attempt to switch to published coveralls0b5b37fci: put the npm step back in for only Windows473f5d8ci: update azure build images- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by phated, a new releaser for glob-parent since your current version.
Updates elm-test from 0.19.0-rev6 to 0.19.1
Release notes
Sourced from elm-test's releases.
0.19.1-revision12
Fixed
elm-test --report junitnow works with elm-program-test. Thejunitreport is XML.elm-program-testuses some characters that are not allowed in XML. This version replaces such disallowed characters with an Elm-style escape sequence, instead of crashing like it did before. Thanks to Christoph Hermann for reporting and to Ilias Van Peer for fixing!0.19.1-revision11
Fixed
elm-test initnow prints a working link to theelm-explorations/testpackage. Thanks to Max Strübing!- If you ever saw
RuntimeError: unreachablewhen trying to useelm-test, that should not be possible to happen anymore. elm-test now depends on the latest version ofelm-solve-deps-wasmwhich solved that problem. (Previously, you had to make sure you had that version installed yourself).0.19.1-revision10
⚠️ Updating to this version also requires upgrading to the just released elm-explorations/test 2.0.0!
Breaking
This version of
elm-testonly works with elm-explorations/test 2.x (2.0.0 <= v < 3.0.0), which was just released. The versions table should make it clear which versions work together.Removed
elm-test install-unstable-test-masterandelm-test uninstall-unstable-test-master. They are no longer needed since elm-explorations/test 2.0.0 has been released.Added
Fuzzer distribution statistics report. Fuzzer distribution is new in elm-explorations/test 2.0.0, and it required a change in how things are reported from Elm to the test runner, which is why elm-test 0.19.1-revision10 is not compatible with older elm-explorations/test versions.
The
--no-clear-consoleflag. By default,elm-test --watchclears the screen on every re-run, so you only see up-to-date output. With--no-clear-console, the console is not cleared and a separator is instead printed between the old and new output instead (similar to how elm-test-rs works). This is useful if you are running several commands in the same terminal and don’t wantelm-test --watchto clear away output from other commands.0.19.1-revision9
Fixed
elm-test install-unstable-test-master(added in the previous version) now works with packages.0.19.1-revision8
Breaking
- Removed support for Node.js 10 (which reached end of life 2021-04-30). Node.js 12.20.0 is now the minimum supported Node.js version. (Node.js 12 actually reached end of life 2022-04-30, but we decided to keep support for it for a while longer since there was no need of dropping it right now.)
Added
elm-test install-unstable-test-master
- which installs the
masterversion of the elm-explorations/test library in place of the1.2.2version in yourELM_HOMEelm-test uninstall-unstable-test-master
- which undoes that
This let’s you test the upcoming major version of elm-explorations/test. Big thanks to Martin Janiczek!
Changed
elm-test no longer uses elm-json to calculate the set of dependencies needed to run your tests. Instead, we use elm-solve-deps-wasm which basically is a WebAssembly port of the dependency solver in elm-test-rs. Big thanks to Matthieu Pizenberg! Benefits of this change:
- elm-test no longer needs to download the elm-json binary at install time or run time. elm-solve-deps-wasm is a regular, cross platform npm package.
... (truncated)
Changelog
Sourced from elm-test's changelog.
0.19.1 - 2019-12-04
Breaking
- drop support for elm 0.19.0
elm-test --helpnow exits with code0.Added
elm-testsupports elm 0.19.1.- Node 12.
Commits
ceac573Merge pull request #389 from rtfeldman/0.19.17ea9d4cMerge remote-tracking branch 'origin/master' into 0.19.198d826fUpdate package.json9a6a645Depend on 0.19.1 compiler030dc24Use 0.19.0 in the example package version range1255f98Bump to beta3 for release77fbb31Pass --compiler version to elmi-to-json7ac6505Update elmi-to-json to 1.2.05eeb190Only regenerate elm.json when it has changed8a80da0Drop dead code- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.