algolia / algolia-sitemap

a node library allowing you to generate sitemaps from an Algolia index.
https://yarn.pm/algolia-sitemap
MIT License
35 stars 15 forks source link

chore(deps): update dependency babel-eslint to v9 - autoclosed #166

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
babel-eslint 8.2.3 -> 9.0.0 age adoption passing confidence

Release Notes

babel/babel-eslint ### [`v9.0.0`](https://togithub.com/babel/babel-eslint/releases/tag/v9.0.0) [Compare Source](https://togithub.com/babel/babel-eslint/compare/v8.2.6...v9.0.0) ### v9.0.0 We've released v7: https://twitter.com/left_pad/status/1034204330352500736, so this just updates babel-eslint to use those versions internally. That in itself doesn't break anything but: - Babel now supports the new decorators proposal by default, so we need to switch between the new and the old proposal. This is a breaking change. To enable the legacy decorators proposal users should add a specific parser option: ```js { parserOptions: { ecmaFeatures: { legacyDecorators: true } } } ``` - Babel removed the support for Node 4 , so I propagated that here. ### [`v8.2.6`](https://togithub.com/babel/babel-eslint/compare/v8.2.5...v8.2.6) [Compare Source](https://togithub.com/babel/babel-eslint/compare/v8.2.5...v8.2.6) ### [`v8.2.5`](https://togithub.com/babel/babel-eslint/compare/v8.2.4...v8.2.5) [Compare Source](https://togithub.com/babel/babel-eslint/compare/v8.2.4...v8.2.5) ### [`v8.2.4`](https://togithub.com/babel/babel-eslint/compare/v8.2.3...v8.2.4) [Compare Source](https://togithub.com/babel/babel-eslint/compare/v8.2.3...v8.2.4)

Configuration

📅 Schedule: Branch creation - "after 4pm on friday,before 9am on monday,every weekend" in timezone Europe/Paris, Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR becomes conflicted, 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.