AtomLinter / linter-glsl

Atom package that lints GLSL shaders on the fly.
https://atom.io/packages/linter-glsl
MIT License
15 stars 6 forks source link

fix(deps): update dependency which to v3 #122

Open renovate[bot] opened 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
which 1.3.1 -> 3.0.1 age adoption passing confidence

Release Notes

npm/node-which (which) ### [`v3.0.1`](https://togithub.com/npm/node-which/blob/HEAD/CHANGELOG.md#301-2023-05-01) [Compare Source](https://togithub.com/npm/node-which/compare/v3.0.0...v3.0.1) ##### Bug Fixes - [`c3a543e`](https://togithub.com/npm/node-which/commit/c3a543e589a3ac7876df0fc6927f24d74065a267) [#​100](https://togithub.com/npm/node-which/pull/100) check lower case extensions in windows ([#​100](https://togithub.com/npm/node-which/issues/100)) ([@​wraithgar](https://togithub.com/wraithgar)) ##### Documentation - [`ba58b51`](https://togithub.com/npm/node-which/commit/ba58b51805e001c7ea706bb45e6bee1b2be41673) [#​97](https://togithub.com/npm/node-which/pull/97) Replace binary `which` with `node-which` in README.md ([#​97](https://togithub.com/npm/node-which/issues/97)) ([@​DevDengChao](https://togithub.com/DevDengChao)) ### [`v3.0.0`](https://togithub.com/npm/node-which/blob/HEAD/CHANGELOG.md#300-2022-11-01) [Compare Source](https://togithub.com/npm/node-which/compare/v2.0.2...v3.0.0) ##### ⚠️ BREAKING CHANGES - refactored with the following breaking changes - callback has been removed from the async interface, it is now `Promise` only - `which` is now compatible with the following semver range for node: \`^14.17.0 || ^16.13.0 || >=18.0.0 - cli now ignores any arguments after `--` ##### Features - [`8b0187c`](https://togithub.com/npm/node-which/commit/8b0187ceab57b0814ad6a77a5706319ffa5bf103) add [@​npmcli/template-oss](https://togithub.com/npmcli/template-oss) and modernize ([#​86](https://togithub.com/npm/node-which/issues/86)) ([@​lukekarrys](https://togithub.com/lukekarrys)) ### [`v2.0.2`](https://togithub.com/npm/node-which/blob/HEAD/CHANGELOG.md#202) [Compare Source](https://togithub.com/npm/node-which/compare/v2.0.1...v2.0.2) - Rename bin to `node-which` ### [`v2.0.1`](https://togithub.com/npm/node-which/blob/HEAD/CHANGELOG.md#201) [Compare Source](https://togithub.com/npm/node-which/compare/v2.0.0...v2.0.1) - generate changelog and publish on version bump - enforce 100% test coverage - Promise interface ### [`v2.0.0`](https://togithub.com/npm/node-which/blob/HEAD/CHANGELOG.md#200) [Compare Source](https://togithub.com/npm/node-which/compare/v1.3.1...v2.0.0) - Parallel tests, modern JavaScript, and drop support for node < 8

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