Closed renovate[bot] closed 2 years ago
Name | Link |
---|---|
Latest commit | 4568d996924a1f0539459cabfee705cbde188232 |
Latest deploy log | https://app.netlify.com/sites/preview-for-download-directory-github-io/deploys/6360742dbaf69400092e382e |
Deploy Preview | https://deploy-preview-77--preview-for-download-directory-github-io.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site settings.
As this PR has been closed unmerged, Renovate will now ignore this update (^0.52.0). You will still receive a PR once a newer version is released, so if you wish to permanently ignore this dependency, please add it to the ignoreDeps
array of your renovate config.
If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.
This PR contains the following updates:
^0.50.0
->^0.52.0
Release Notes
xojs/xo
### [`v0.52.4`](https://togithub.com/xojs/xo/releases/tag/v0.52.4) [Compare Source](https://togithub.com/xojs/xo/compare/v0.52.3...v0.52.4) - Fix a bug with relative `extends` ([#686](https://togithub.com/xojs/xo/issues/686)) [`e69a192`](https://togithub.com/xojs/xo/commit/e69a192) ### [`v0.52.3`](https://togithub.com/xojs/xo/releases/tag/v0.52.3) [Compare Source](https://togithub.com/xojs/xo/compare/v0.52.2...v0.52.3) - Fix compatibility problem with Windows ([#687](https://togithub.com/xojs/xo/issues/687)) [`a608bf1`](https://togithub.com/xojs/xo/commit/a608bf1) ### [`v0.52.2`](https://togithub.com/xojs/xo/releases/tag/v0.52.2) [Compare Source](https://togithub.com/xojs/xo/compare/v0.52.1...v0.52.2) - Fix tsconfig resolution quirks ([#683](https://togithub.com/xojs/xo/issues/683)) [`4cf8b05`](https://togithub.com/xojs/xo/commit/4cf8b05) ### [`v0.52.1`](https://togithub.com/xojs/xo/releases/tag/v0.52.1) [Compare Source](https://togithub.com/xojs/xo/compare/v0.52.0...v0.52.1) - Ensure tsconfig lookups work as expected ([#680](https://togithub.com/xojs/xo/issues/680)) [`de5f878`](https://togithub.com/xojs/xo/commit/de5f878) ### [`v0.52.0`](https://togithub.com/xojs/xo/releases/tag/v0.52.0) [Compare Source](https://togithub.com/xojs/xo/compare/v0.51.0...v0.52.0) ##### New rules - [`@typescript-eslint/consistent-type-exports`](https://typescript-eslint.io/rules/consistent-type-exports) - [`@typescript-eslint/consistent-type-imports`](https://typescript-eslint.io/rules/consistent-type-imports/) - [`@typescript-eslint/consistent-generic-constructors`](https://togithub.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/docs/rules/consistent-generic-constructors.md) - [`@typescript-eslint/consistent-type-definitions`](https://togithub.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/docs/rules/consistent-type-definitions.md) - `type` and `interface` are almost interchangeable. The main difference is that `interface` can be extended from anywhere, which can be useful in a few cases, but can most often cause surprising hard to track down behavior. XO prefers being strict by default and have chosen `type`. Just use an `eslint-disable` comment in the few cases where you need the declaration to be extendable. - [More info](https://stackoverflow.com/a/65948871/64949) ##### Improvements - Implement full tsconfig resolution ([#677](https://togithub.com/xojs/xo/issues/677)) [`b661eb8`](https://togithub.com/xojs/xo/commit/b661eb8) ### [`v0.51.0`](https://togithub.com/xojs/xo/releases/tag/v0.51.0) [Compare Source](https://togithub.com/xojs/xo/compare/v0.50.0...v0.51.0) - Internal: Include `rulesMeta` in linting results ([#674](https://togithub.com/xojs/xo/issues/674)) [`cd86133`](https://togithub.com/xojs/xo/commit/cd86133) - This is meant for editor plugins and formatters.Configuration
📅 Schedule: Branch creation - "every 5 months" (UTC), 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.