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 atom-package-deps to v7 - autoclosed #107

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
atom-package-deps 5.1.0 -> 7.2.3 age adoption passing confidence

Release Notes

steelbrain/package-deps ### [`v7.2.3`](https://togithub.com/steelbrain/package-deps/compare/v7.2.2...v7.2.3) [Compare Source](https://togithub.com/steelbrain/package-deps/compare/v7.2.2...v7.2.3) ### [`v7.2.2`](https://togithub.com/steelbrain/package-deps/blob/master/CHANGELOG.md#​722) [Compare Source](https://togithub.com/steelbrain/package-deps/compare/v7.2.1...v7.2.2) - Another attempt to fix Windows usages - [#​332](https://togithub.com/steelbrain/package-deps/issues/332) (Thanks [@​UziTech](https://togithub.com/UziTech)) ### [`v7.2.1`](https://togithub.com/steelbrain/package-deps/blob/master/CHANGELOG.md#​721) [Compare Source](https://togithub.com/steelbrain/package-deps/compare/v7.2.0...v7.2.1) - Fix compatibility with Windows usernames with spaces - [#​331](https://togithub.com/steelbrain/package-deps/issues/331) (Thanks [@​deankevorkian](https://togithub.com/deankevorkian)) ### [`v7.2.0`](https://togithub.com/steelbrain/package-deps/blob/master/CHANGELOG.md#​720) [Compare Source](https://togithub.com/steelbrain/package-deps/compare/v7.1.0...v7.2.0) - Add Typescript definitions - Fix installing dependencies in CI on Windows - Allow purely string entries for name in dependencies ### [`v7.1.0`](https://togithub.com/steelbrain/package-deps/blob/master/CHANGELOG.md#​710) [Compare Source](https://togithub.com/steelbrain/package-deps/compare/v7.0.3...v7.1.0) - Readd ability to hide user prompt ### [`v7.0.3`](https://togithub.com/steelbrain/package-deps/blob/master/CHANGELOG.md#​703) [Compare Source](https://togithub.com/steelbrain/package-deps/compare/v7.0.2...v7.0.3) - Fix support for `notifications-plus` package (Thanks [@​UziTech](https://togithub.com/UziTech)) ### [`v7.0.2`](https://togithub.com/steelbrain/package-deps/blob/master/CHANGELOG.md#​702) [Compare Source](https://togithub.com/steelbrain/package-deps/compare/v7.0.1...v7.0.2) - Fix a bug where error would be thrown if user already had one of the packages installed (Thanks [@​lierdakil](https://togithub.com/lierdakil)) ### [`v7.0.1`](https://togithub.com/steelbrain/package-deps/blob/master/CHANGELOG.md#​701) [Compare Source](https://togithub.com/steelbrain/package-deps/compare/v7.0.0...v7.0.1) - Fix a dev dependency accidentally slipping into `post-install` script ### [`v7.0.0`](https://togithub.com/steelbrain/package-deps/blob/master/CHANGELOG.md#​700) [Compare Source](https://togithub.com/steelbrain/package-deps/compare/v6.0.0...v7.0.0) - **BREAKING** Change function signature to get rid of `promptUser` - **BREAKING** Change format of `package-deps` in manifest from `"my-name:my-version"` to be `{ "name": "my-name", "minimumVersion": "my-version" }` - **BREAKING** Instead of accepting a semver-range for version, you can now only specify a minimum version in `x.y.z` format, instead of for example `>=2` - Add support for optional/group packages where users only have to install one of many, and are given a choice at runtime. Signature becomes `Dependency[][]` instead of `Dependency[]` - Add support for using through CLI for CI and similar purposes ### [`v6.0.0`](https://togithub.com/steelbrain/package-deps/blob/master/CHANGELOG.md#​600) [Compare Source](https://togithub.com/steelbrain/package-deps/compare/v5.1.0...v6.0.0) - Fix progress bar on newer Atom versions - Use rollup to bundle dependencies to decrease load times (Thanks [@​aminya](https://togithub.com/aminya)) While there's no API breaking change, the distribution format and internal code has changed signficiantly enough that it MAY have some bugs left despite our testing. Therefore, to not break existing expectations, I ([@​steelbrain](https://togithub.com/steelbrain)) am pushing this out as semver-major.

Configuration

📅 Schedule: 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 WhiteSource Renovate. View repository job log here.