wix-incubator / lerna-script

Lerna addon for adding custom tasks
MIT License
164 stars 13 forks source link

fix(deps): update dependency depcheck to v1 #414

Open renovate[bot] opened 4 years ago

renovate[bot] commented 4 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
depcheck 0.9.2 -> 1.4.3 age adoption passing confidence

Release Notes

depcheck/depcheck ### [`v1.4.3`](https://togithub.com/depcheck/depcheck/blob/HEAD/CHANGELOG.md#​143-httpsgithubcomdepcheckdepchecktree143-2022-01-09) [Compare Source](https://togithub.com/depcheck/depcheck/compare/1.4.2...1.4.3) [Full Changelog](https://togithub.com/depcheck/depcheck/compare/1.4.2...1.4.3) **Fixed bugs:** - Different results when running depcheck from npm install -g vs npx [#​689](https://togithub.com/depcheck/depcheck/issues/689) - Fails with Top-Level Await [#​671](https://togithub.com/depcheck/depcheck/issues/671) **Closed issues:** - false alert on file src/server.js [#​655](https://togithub.com/depcheck/depcheck/issues/655) - Svelte Support [#​650](https://togithub.com/depcheck/depcheck/issues/650) - False positive: types-only dependencies [#​568](https://togithub.com/depcheck/depcheck/issues/568) **Merged pull requests:** - feat(eslint): add support for .eslintrc.cjs [#​681](https://togithub.com/depcheck/depcheck/pull/681) ([shian15810](https://togithub.com/shian15810)) - feat(types): improve typings [#​680](https://togithub.com/depcheck/depcheck/pull/680) ([shian15810](https://togithub.com/shian15810)) - cli: --oneline option [#​679](https://togithub.com/depcheck/depcheck/pull/679) ([webdevium](https://togithub.com/webdevium)) - fix: allow using [@​types-module](https://togithub.com/types-module) for typescript type-only imports [#​670](https://togithub.com/depcheck/depcheck/pull/670) ([rexxars](https://togithub.com/rexxars)) - Support next.config.js with next-transpile-modules [#​660](https://togithub.com/depcheck/depcheck/pull/660) ([crossjs](https://togithub.com/crossjs)) - Fix scss parsing for non-import '@​' keywords [#​658](https://togithub.com/depcheck/depcheck/pull/658) ([Dylanlan](https://togithub.com/Dylanlan)) - feat: detect deps used with -r in package.json [#​657](https://togithub.com/depcheck/depcheck/pull/657) ([Dylanlan](https://togithub.com/Dylanlan)) - Support babel.config.js(on) files [#​656](https://togithub.com/depcheck/depcheck/pull/656) ([crossjs](https://togithub.com/crossjs)) ### [`v1.4.2`](https://togithub.com/depcheck/depcheck/blob/HEAD/CHANGELOG.md#​142-httpsgithubcomdepcheckdepchecktree142-2021-06-08) [Compare Source](https://togithub.com/depcheck/depcheck/compare/1.4.1...1.4.2) [Full Changelog](https://togithub.com/depcheck/depcheck/compare/1.4.1...1.4.2) **Fixed bugs:** - Fails to parse `serverless.yml` if it contains certain CloudFormation syntax [#​639](https://togithub.com/depcheck/depcheck/issues/639) **Closed issues:** - False positive: eslint overrides [#​570](https://togithub.com/depcheck/depcheck/issues/570) **Merged pull requests:** - Svelte [#​652](https://togithub.com/depcheck/depcheck/pull/652) ([pouya-eghbali](https://togithub.com/pouya-eghbali)) - Respect overrides in eslint configs [#​641](https://togithub.com/depcheck/depcheck/pull/641) ([Xyaren](https://togithub.com/Xyaren)) - Support node: prefix for builtin modules [#​635](https://togithub.com/depcheck/depcheck/pull/635) ([karlhorky](https://togithub.com/karlhorky)) ### [`v1.4.1`](https://togithub.com/depcheck/depcheck/blob/HEAD/CHANGELOG.md#​141-httpsgithubcomdepcheckdepchecktree141-2021-05-11) [Compare Source](https://togithub.com/depcheck/depcheck/compare/1.4.0...1.4.1) [Full Changelog](https://togithub.com/depcheck/depcheck/compare/1.4.0...1.4.1) **Fixed bugs:** - punycode being listed as unused, although the built in version is deprecated [#​628](https://togithub.com/depcheck/depcheck/issues/628) - Not working with Vue3 [#​610](https://togithub.com/depcheck/depcheck/issues/610) **Merged pull requests:** - Update config reader to work in monorepo [#​631](https://togithub.com/depcheck/depcheck/pull/631) ([AminFazlMondo](https://togithub.com/AminFazlMondo)) - Remove punycode from the buildin modules [#​629](https://togithub.com/depcheck/depcheck/pull/629) ([rumpl](https://togithub.com/rumpl)) ### [`v1.4.0`](https://togithub.com/depcheck/depcheck/blob/HEAD/CHANGELOG.md#​140-httpsgithubcomdepcheckdepchecktree140-2021-02-16) [Compare Source](https://togithub.com/depcheck/depcheck/compare/1.3.1...1.4.0) [Full Changelog](https://togithub.com/depcheck/depcheck/compare/1.3.1...1.4.0) **Fixed bugs:** - updating from 1.2.0 to 1.3.1 parsers glob stopped working [#​606](https://togithub.com/depcheck/depcheck/issues/606) - 非常差劲 导致我项目启动不了了!!!!误报非常的多 提issue 都不可能提的过来 [#​604](https://togithub.com/depcheck/depcheck/issues/604) - False positive: eslint-import-resolver-typescript [#​603](https://togithub.com/depcheck/depcheck/issues/603) - Depcheck Fails Incorrectly at "=" sign starting v1.3.0 [#​601](https://togithub.com/depcheck/depcheck/issues/601) - False positive in Next.js Config file: `next.config.js` [#​583](https://togithub.com/depcheck/depcheck/issues/583) **Closed issues:** - Different output when invoking from shell script [#​617](https://togithub.com/depcheck/depcheck/issues/617) - How to disable a special when using the API? [#​614](https://togithub.com/depcheck/depcheck/issues/614) **Merged pull requests:** - Use [@​vue/compiler-sfc](https://togithub.com/vue/compiler-sfc) [#​625](https://togithub.com/depcheck/depcheck/pull/625) ([rumpl](https://togithub.com/rumpl)) - fix: fixing broken gatsby parser [#​622](https://togithub.com/depcheck/depcheck/pull/622) ([chris-hammond](https://togithub.com/chris-hammond)) - Update the docs to a confirmed working config [#​616](https://togithub.com/depcheck/depcheck/pull/616) ([Milad](https://togithub.com/Milad)) ### [`v1.3.1`](https://togithub.com/depcheck/depcheck/blob/HEAD/CHANGELOG.md#​131-httpsgithubcomdepcheckdepchecktree131-2020-11-09) [Compare Source](https://togithub.com/depcheck/depcheck/compare/1.3.0...1.3.1) [Full Changelog](https://togithub.com/depcheck/depcheck/compare/1.3.0...1.3.1) **Merged pull requests:** - Fix extracting dependencies from webpack [#​602](https://togithub.com/depcheck/depcheck/pull/602) ([rumpl](https://togithub.com/rumpl)) ### [`v1.3.0`](https://togithub.com/depcheck/depcheck/blob/HEAD/CHANGELOG.md#​130-httpsgithubcomdepcheckdepchecktree130-2020-11-09) [Compare Source](https://togithub.com/depcheck/depcheck/compare/1.2.0...1.3.0) [Full Changelog](https://togithub.com/depcheck/depcheck/compare/1.2.0...1.3.0) **Fixed bugs:** - False positive: eslint import resolvers [#​571](https://togithub.com/depcheck/depcheck/issues/571) **Closed issues:** - false alert for React 17 [#​591](https://togithub.com/depcheck/depcheck/issues/591) - false alert with typescript path aliases [#​590](https://togithub.com/depcheck/depcheck/issues/590) - Allow to define patterns against absolute file path (again) [#​589](https://togithub.com/depcheck/depcheck/issues/589) - Can't read property 'name' of undefined [#​579](https://togithub.com/depcheck/depcheck/issues/579) - Support .\*ignore files [#​497](https://togithub.com/depcheck/depcheck/issues/497) **Merged pull requests:** - Update dependencies [#​599](https://togithub.com/depcheck/depcheck/pull/599) ([rumpl](https://togithub.com/rumpl)) - Support webpack's `oneOf` in rules [#​598](https://togithub.com/depcheck/depcheck/pull/598) ([rumpl](https://togithub.com/rumpl)) - Fix eslint when eslint-plugin-import is used [#​597](https://togithub.com/depcheck/depcheck/pull/597) ([rumpl](https://togithub.com/rumpl)) - The error thrown is not always a YAML error [#​596](https://togithub.com/depcheck/depcheck/pull/596) ([rumpl](https://togithub.com/rumpl)) - Support parser patterns based on file paths [#​595](https://togithub.com/depcheck/depcheck/pull/595) ([rumpl](https://togithub.com/rumpl)) - Support react >= 17.0.0 that doesn't need to be imported [#​594](https://togithub.com/depcheck/depcheck/pull/594) ([rumpl](https://togithub.com/rumpl)) - Use the promise version of the api in the example [#​593](https://togithub.com/depcheck/depcheck/pull/593) ([rumpl](https://togithub.com/rumpl)) - Add option to run depcheck through npx [#​586](https://togithub.com/depcheck/depcheck/pull/586) ([elrumordelaluz](https://togithub.com/elrumordelaluz)) - fix(sass-parser): ignore local import in scss [#​581](https://togithub.com/depcheck/depcheck/pull/581) ([YonatanKra](https://togithub.com/YonatanKra)) - Improved webpack support [#​580](https://togithub.com/depcheck/depcheck/pull/580) ([cwillisf](https://togithub.com/cwillisf)) ### [`v1.2.0`](https://togithub.com/depcheck/depcheck/blob/HEAD/CHANGELOG.md#​120-httpsgithubcomdepcheckdepchecktree120-2020-08-12) [Compare Source](https://togithub.com/depcheck/depcheck/compare/adb216659b9f4d3ffe7e34fbae88d56e142ad090...1.2.0) [Full Changelog](https://togithub.com/depcheck/depcheck/compare/1.0.0...1.2.0) **Closed issues:** - Sass 'use' syntax not working [#​576](https://togithub.com/depcheck/depcheck/issues/576) - depcheck should ignore depcheck by default [#​565](https://togithub.com/depcheck/depcheck/issues/565) - False unused dev dependencies report [#​560](https://togithub.com/depcheck/depcheck/issues/560) - False alert for eslint packages [#​554](https://togithub.com/depcheck/depcheck/issues/554) - Bug: specials are not working [#​551](https://togithub.com/depcheck/depcheck/issues/551) - depcheck should ignore hidden folders and files [#​543](https://togithub.com/depcheck/depcheck/issues/543) - ignore-patterns option from readme description is not supported in latest release [#​537](https://togithub.com/depcheck/depcheck/issues/537) - Option to exit without error code (when running via "npm run depcheck") [#​533](https://togithub.com/depcheck/depcheck/issues/533) - babelrc format [#​527](https://togithub.com/depcheck/depcheck/issues/527) - Support Gatsby plugins with resolve [#​525](https://togithub.com/depcheck/depcheck/issues/525) **Merged pull requests:** - fix: now supports multi ignore in ignorePattern [#​578](https://togithub.com/depcheck/depcheck/pull/578) ([YonatanKra](https://togithub.com/YonatanKra)) - feat(sass parser): support [@​use](https://togithub.com/use) and namespace syntax [#​577](https://togithub.com/depcheck/depcheck/pull/577) ([YonatanKra](https://togithub.com/YonatanKra)) - Add resolve and nested dependency check for Gatsby [#​573](https://togithub.com/depcheck/depcheck/pull/573) ([nagygergo](https://togithub.com/nagygergo)) - fix: support eslint config that needs to be required [#​561](https://togithub.com/depcheck/depcheck/pull/561) ([znarf](https://togithub.com/znarf)) - Feat: Special for serverless config [#​559](https://togithub.com/depcheck/depcheck/pull/559) ([mzl-md](https://togithub.com/mzl-md)) - Add node 14.x to the matrix [#​557](https://togithub.com/depcheck/depcheck/pull/557) ([rumpl](https://togithub.com/rumpl)) - Try to parse JSON5 babelrc files [#​556](https://togithub.com/depcheck/depcheck/pull/556) ([rumpl](https://togithub.com/rumpl)) - chore: update all dependencies (July 2020) [#​555](https://togithub.com/depcheck/depcheck/pull/555) ([znarf](https://togithub.com/znarf)) ### [`v1.1.0`](https://togithub.com/depcheck/depcheck/compare/1.0.0...adb216659b9f4d3ffe7e34fbae88d56e142ad090) [Compare Source](https://togithub.com/depcheck/depcheck/compare/1.0.0...adb216659b9f4d3ffe7e34fbae88d56e142ad090) ### [`v1.0.0`](https://togithub.com/depcheck/depcheck/blob/HEAD/CHANGELOG.md#​100-httpsgithubcomdepcheckdepchecktree100-2020-05-14) [Compare Source](https://togithub.com/depcheck/depcheck/compare/0.9.2...1.0.0) [Full Changelog](https://togithub.com/depcheck/depcheck/compare/0.9.2...1.0.0) **Closed issues:** - Error when running from script [#​531](https://togithub.com/depcheck/depcheck/issues/531) - Missing Changelog for 0.9.2 [#​521](https://togithub.com/depcheck/depcheck/issues/521) - Depcheck should only process files that are relevant to depcheck [#​420](https://togithub.com/depcheck/depcheck/issues/420) - False positive when using inline Webpack loader [#​236](https://togithub.com/depcheck/depcheck/issues/236) - Dependencies out of date [#​273](https://togithub.com/depcheck/depcheck/issues/273) - Add support for [@​types](https://togithub.com/types) declaration packages [#​163](https://togithub.com/depcheck/depcheck/issues/163) - Improvements for CI use [#​162](https://togithub.com/depcheck/depcheck/issues/162) **Merged pull requests:** - fix: sass parser not working with monorepo setup [#​536](https://togithub.com/depcheck/depcheck/pull/536) ([yingzhe](https://togithub.com/yingzhe)) - chore: build on linux and windows on GH actions [#​535](https://togithub.com/depcheck/depcheck/pull/535) ([rumpl](https://togithub.com/rumpl)) - Chore update deps [#​534](https://togithub.com/depcheck/depcheck/pull/534) ([rumpl](https://togithub.com/rumpl)) - Support resolve.alias in fakeConfig for next.js [#​532](https://togithub.com/depcheck/depcheck/pull/532) ([znarf](https://togithub.com/znarf)) - feat: Detect inline webpack loaders [#​520](https://togithub.com/depcheck/depcheck/pull/520) ([rumpl](https://togithub.com/rumpl)) - chore: Update all dependencies [#​519](https://togithub.com/depcheck/depcheck/pull/519) ([rumpl](https://togithub.com/rumpl)) - Config cli argument [#​517](https://togithub.com/depcheck/depcheck/pull/517) ([dword-design](https://togithub.com/dword-design)) - Support for .\*ignore files [#​498](https://togithub.com/depcheck/depcheck/pull/498) ([znarf](https://togithub.com/znarf)) - Add export detection (`export x from y`) [#​272](https://togithub.com/depcheck/depcheck/pull/272) ([mnkhouri](https://togithub.com/mnkhouri)) - Bump nyc to 13.x [#​267](https://togithub.com/depcheck/depcheck/pull/267) ([LinusU](https://togithub.com/LinusU)) - Enable the plugins for Typescript parser, too [#​258](https://togithub.com/depcheck/depcheck/pull/258) ([cdagli](https://togithub.com/cdagli))

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.