cucumber / gherkin-utils

API for working with Gherkin documents
MIT License
9 stars 4 forks source link

Update dependency @teppeis/multimaps to v3 #19

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@teppeis/multimaps 2.0.0 -> 3.0.0 age adoption passing confidence

Release Notes

teppeis/multimaps ### [`v3.0.0`](https://togithub.com/teppeis/multimaps/releases/tag/v3.0.0) [Compare Source](https://togithub.com/teppeis/multimaps/compare/v2.0.0...v3.0.0) #### Breaking Changes - Support Node v14+ - Dual package #### Dual package Now this package includes both pure ESM and CJS files. You can use either `import` or `require`. ```js import { ArrayMultimap } from '@​teppeis/multimaps'; ``` ```js const { ArrayMultimap } = require('@​teppeis/multimaps'); ```

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

β™» Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.