Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️ Updates eslint-plugin-unicorn to v55 - autoclosed #947

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jul 25, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-plugin-unicorn ^34.0.1 -> ^55.0.0 age adoption passing confidence

Release Notes

sindresorhus/eslint-plugin-unicorn (eslint-plugin-unicorn)

v55.0.0

Compare Source

New rules
Improvements
Fixes
  • no-single-promise-in-promise-methods: Remove broken autofix for Promise.all() (#​2386) 8d28b6e
  • prefer-node-protocol: Ignore Bun modules (#​2384) a45b24a
  • no-negation-in-equality-check: Ignore boolean type casting (#​2379) 37e00dd

v54.0.0

Compare Source

New rules
Breaking
Improvements
Fixes

v53.0.0

Compare Source

New rules
Breaking
Meta
Improvements
  • Support ESLint 9 (#​2250) 598f57b
  • no-array-method-this-argument: Check Array.fromAsync() (#​2330) 99489b9
  • prefer-number-properties: Add checkNaN option (#​2315) d30de50
  • template-indent: Support member expression paths in tags and functions (#​2346) aabcf1d
  • prefer-number-properties: Don't require by default for Infinity/-Infinity to be written as Number.POSITIVE_INFINITY/Number.NEGATIVE_INFINITY (#​2312) e0dfed2
  • escape-case: Ignore String.raw (#​2342) 45bd444
  • no-hex-escape: Ignore String.raw (#​2343) cc02a7f
  • prefer-dom-node-dataset: Ignore awaited getAttribute call (#​2334) 45f23d5
  • prevent-abbreviations: Support non-ASCII filenames (#​2308) 28762c8
  • throw-new-error: Check all call expressions instead of just argument of ThrowStatement (#​2332) 1626852

v52.0.0

Compare Source

New rules
Improvements
  • filename-case: Add option for multiple file extensions (#​2186) 4594020
  • import-style: Support node: protocol (#​2297) c28a086
  • prefer-array-find: Check array.filter().at(0) (#​2284) e6074fe
  • prefer-prototype-methods: Check Object.prototype methods from globalThis (#​2286) 1792d33
  • no-array-callback-reference: Check logical expressions and check ternaries deeply (#​2289) 231529a
Fixes

v51.0.1

Compare Source

  • prefer-node-protocol: Fix false positive on bun:* modules (#​2272) 43fc638

v51.0.0

Compare Source

Breaking
  • consistent-destructuring: Remove from recommended preset (#​2260) 702d51b
Improvements
Fixes

v50.0.1

Compare Source

Fixes
  • no-unnecessary-polyfills: Fix missing dependency error (#​2242) 3df1606

v50.0.0

Compare Source

New rules
Improvements
Fixes

v49.0.0

Compare Source

Improvements
  • expiring-todo-comments: Support monorepos (#​2159) ac51d40
  • prefer-module: Allow module as TSIndexSignature names or TSTypeAliasDeclaration ids (#​2209) ea94b3b
  • Support RegExp v flag (#​2195) 28e7498
  • prefer-event-target: Ignore EventEmitter from @angular/core and eventemitter3 (#​2197) 1629ebe

v48.0.1

Compare Source

  • no-empty-file: Fix directive check for TypeScript parser (#​2180) 1bb9ce8

v48.0.0

Compare Source

Improvements
  • Deprecate no-unsafe-regex rule (#​2135) 7b473aa
  • prefer-top-level-await: Ignore promises inside Promise.{all,allSettled,any,race}() (#​2139) d3f6b60
  • no-process-exit: Ignore when using node:worker_threads module (#​2136) 2907805
  • prefer-array-some: Ignore filter calls with literal argument (#​2097) 7a32edb
  • prefer-modern-math-api: Check cases that Math.hypot() should be preferred (#​2080) 9bbc948
  • explicit-length-check: Ignore .length || number (#​1977) b9b8794
Fixes

v47.0.0

Compare Source

Breaking
New rules
Improvements
Fixes

v46.0.1

Compare Source

v46.0.0

Compare Source

Improvements
Fixes

v45.0.2

Compare Source

  • prefer-string-replace-all: Don't crash on invalid pattern (#​2011) 3bbe027
  • prevent-abbreviations: Skip fix for variables used in Vue template (#​2012) 8cd1ded

v45.0.1

Compare Source

v45.0.0

Compare Source

New rules
Improvements
  • prefer-at: Support private fields (#​1929) 60bb455
  • no-useless-undefined: Ignore Array#includes() and Set#has() (#​1951) 8dfd5a7
  • no-useless-spread: Check cloning inline arrays (#​1980) 5d90d73
  • prefer-top-level-await: Ignore expressions in class (#​1976) b90a3aa
  • prefer-string-replace-all: Improve RegExp to string fix (#​1971) b844dbc
  • prefer-string-replace-all: Check pattern even if it's already using .replaceAll (#​1981) e8c5156
  • prefer-string-replace-all: Report all String#replace() when the pattern has g flag (#​1965) 6316f05
  • prefer-string-replace-all: Ignore regex with pipe (#​1962) 76deaa3
  • prefer-regexp-test: Use suggestions if not sure regexp without g flag (#​1954) 505a203
  • no-array-for-each: Skip fix for some edge cases (#​1979) 48efc7a
  • prefer-add-event-listener: Only fix ExpressionStatement, check operator (#​1955) aca21f2
  • prevent-abbreviations: Improve fix for retVal (#​1953) 25cd810
Fixes

v44.0.2

Compare Source

  • no-array-method-this-argument: Ignore lodash.findLast and lodash.findLastIndex (#​1927) 86e8add

v44.0.1

Compare Source

v44.0.0

Compare Source

New rules
Improvements
Fixes
  • no-await-expression-member: Fix crash on TypeScript parser (#​1910) b002e75
  • prevent-abbreviations: Skip fix when variable is JSX component (#​1907) 9ed08ab
  • better-regexp: Don't fix if .source or .toString() is used (#​1903) 8ad592b

v43.0.2

Compare Source

  • prefer-spread: Ignore Array#join().concat() and (a + b).concat() (#​1859) ab71971

v43.0.1

Compare Source

  • Remove prefer-event-target from the recommended preset 4d2faac
    • EventTarget requires Node.js 16 and we target Node.js 14. We'll enable it again in a year when we can target Node.js 16.

v43.0.0

Compare Source

New rules
Breaking
  • Require Node.js 14
Improvements
Fixes

v42.0.0

Compare Source

The project has passed 100 lint rules 🎉

Thanks to everyone that has contributed so far.

And special thanks to our team member @​fisker for doing most of the work on this project. We could not have gotten this far without him.

New rules
Improvements
Fixes

v41.0.1

Compare Source

v41.0.0

Compare Source

New rules
Breaking
Fixes

v40.1.0

Compare Source

v40.0.0

Compare Source

New rules
Improvements
Fixes

v39.0.0

Compare Source

New rules
Improvements
Fixes
  • no-empty-file: Fix false positive with triple-slash directives (#​1605) 6354bb8
  • require-number-to-fixed-digits-argument: Ignore .toFixed from new expression (#​1601) 20d61e7
  • prefer-export-from: Fix bug on fixing export namespace as default (#​1583) b564ff1
  • Add missing additionalProperties to schema (#​1589) 579d05d

v38.0.1

Compare Source

v38.0.0

Compare Source

New rules
Improvements

v37.0.1

Compare Source

v37.0.0

Compare Source

New rules
Improvements

[v36.0.0](https://togithub.com/sindresorhus/eslint-plugin-unicorn/releases/tag


Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" in timezone Europe/Moscow, Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Copy link

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@babel/compat-data@7.24.9 None 0 65.6 kB nicolo-ribaudo
npm/@babel/core@7.24.9 environment, filesystem, unsafe 0 788 kB nicolo-ribaudo
npm/@babel/generator@7.24.10 None 0 496 kB nicolo-ribaudo
npm/@babel/helper-compilation-targets@7.24.8 None 0 52.2 kB nicolo-ribaudo
npm/@babel/helper-environment-visitor@7.24.7 None 0 6.72 kB nicolo-ribaudo
npm/@babel/helper-function-name@7.24.7 None 0 21.7 kB nicolo-ribaudo
npm/@babel/helper-hoist-variables@7.24.7 None 0 6.99 kB nicolo-ribaudo
npm/@babel/helper-module-imports@7.24.7 None 0 63.7 kB nicolo-ribaudo
npm/@babel/helper-module-transforms@7.24.9 None 0 160 kB nicolo-ribaudo
npm/@babel/helper-plugin-utils@7.24.8 None 0 114 kB nicolo-ribaudo
npm/@babel/helper-simple-access@7.24.7 None 0 14.1 kB nicolo-ribaudo
npm/@babel/helper-split-export-declaration@7.24.7 None 0 10.8 kB nicolo-ribaudo
npm/@babel/helper-string-parser@7.24.8 None 0 31.8 kB nicolo-ribaudo
npm/@babel/helper-validator-option@7.24.8 None 0 11.8 kB nicolo-ribaudo
npm/@babel/helpers@7.24.8 None 0 868 kB nicolo-ribaudo
npm/@babel/parser@7.24.8 None 0 1.89 MB nicolo-ribaudo
npm/@babel/plugin-syntax-top-level-await@7.14.5 None 0 2.74 kB nicolo-ribaudo
npm/@babel/plugin-syntax-typescript@7.24.7 None 0 72.8 kB nicolo-ribaudo
npm/@babel/template@7.24.7 None 0 69 kB nicolo-ribaudo
npm/@babel/traverse@7.24.8 None 0 637 kB nicolo-ribaudo
npm/@babel/types@7.24.9 environment 0 2.41 MB nicolo-ribaudo
npm/@balena/dockerignore@1.0.2 None 0 36.7 kB balena.io
npm/@blakeembrey/deque@1.0.5 None 0 58.6 kB blakeembrey
npm/@blakeembrey/template@1.1.0 None 0 9.03 kB blakeembrey
npm/@colors/colors@1.5.0 environment 0 39.5 kB dabh
npm/@cspotcode/source-map-support@0.8.1 filesystem 0 102 kB cspotcode
npm/@eslint-community/eslint-utils@4.4.0 None 0 379 kB eslint-community-bot
npm/@eslint-community/regexpp@4.11.0 None 0 446 kB eslint-community-bot
npm/@eslint/eslintrc@0.4.3 filesystem, unsafe 0 158 kB eslintbot
npm/@github/browserslist-config@1.0.0 None 0 3.39 kB koddsson
npm/@hapi/hoek@9.3.0 None 0 51.5 kB devinivy
npm/@hapi/topo@5.1.0 None 0 10.7 kB devinivy
npm/@humanwhocodes/config-array@0.5.0 None 0 34.9 kB nzakas
npm/@humanwhocodes/object-schema@1.2.1 None 0 49.4 kB nzakas
npm/@jest/console@27.5.1 None 0 21.6 kB simenb
npm/@jest/core@27.5.1 unsafe 0 174 kB simenb
npm/@jest/environment@27.5.1 None 0 12.4 kB simenb
npm/@jest/fake-timers@27.5.1 None 0 26.5 kB simenb
npm/@jest/globals@27.5.1 None 0 3.56 kB simenb
npm/@jest/reporters@27.5.1 environment, unsafe 0 103 kB simenb
npm/@jest/source-map@27.5.1 None 0 5.65 kB simenb
npm/@jest/test-result@27.5.1 None 0 17.1 kB simenb
npm/@jest/test-sequencer@27.5.1 None 0 10.5 kB simenb
npm/@jest/transform@27.5.1 None 0 51.5 kB simenb
npm/@jest/types@27.5.1 None 0 27.6 kB simenb
npm/@jridgewell/gen-mapping@0.3.5 None 0 81.6 kB jridgewell
npm/@jridgewell/resolve-uri@3.1.2 None 0 53.2 kB jridgewell
npm/@jridgewell/set-array@1.2.1 None 0 17.9 kB jridgewell
npm/@jridgewell/sourcemap-codec@1.5.0 None 0 113 kB jridgewell
npm/@jridgewell/trace-mapping@0.3.25 None 0 169 kB jridgewell
npm/@nodelib/fs.scandir@2.1.5 filesystem 0 22.2 kB mrmlnc
npm/@nodelib/fs.stat@2.0.5 filesystem 0 11.8 kB mrmlnc
npm/@nodelib/fs.walk@1.2.8 None 0 26.4 kB mrmlnc
npm/@octokit/auth-token@2.5.0 None 0 25.8 kB octokitbot
npm/@octokit/core@3.6.0 None 0 52.1 kB octokitbot
npm/@octokit/endpoint@6.0.12 None 0 116 kB octokitbot
npm/@octokit/graphql@4.8.0 None 0 42.7 kB octokitbot
npm/@octokit/openapi-types@12.11.0 None 0 2.09 MB octokitbot
npm/@octokit/plugin-paginate-rest@2.21.3 None 0 206 kB octokitbot
npm/@octokit/plugin-request-log@1.0.4 None 0 11.6 kB gr2m
npm/@octokit/plugin-rest-endpoint-methods@5.16.2 None 0 1.38 MB octokitbot
npm/@octokit/request-error@2.1.0 None 0 21.9 kB octokitbot
npm/@octokit/request@5.6.3 network 0 57.5 kB octokitbot
npm/@octokit/rest@18.12.0 None 0 8.67 kB octokitbot
npm/@octokit/types@6.41.0 None 0 226 kB octokitbot
npm/@pkgr/core@0.1.1 None 0 8.54 kB jounqin
npm/@semantic-release/github@7.2.3 filesystem, network 0 64.9 kB semantic-release-bot
npm/@semantic-release/npm@7.1.3 filesystem 0 27.4 kB semantic-release-bot
npm/@semantic-release/release-notes-generator@9.0.3 None 0 33.1 kB semantic-release-bot
npm/@sideway/address@4.1.5 None 0 55.9 kB marsup
npm/@sideway/formula@3.0.1 None 0 16.9 kB marsup
npm/@sideway/pinpoint@2.0.0 None 0 3.64 kB hueniverse
npm/@sinonjs/commons@1.8.6 None 0 38.7 kB mrgnrdrck
npm/@sinonjs/fake-timers@8.1.0 eval 0 89.1 kB fatso83
npm/@tsconfig/node10@1.0.11 None 0 2.31 kB typescript-deploys
npm/@tsconfig/node12@1.0.11 None 0 2.5 kB typescript-deploys
npm/@tsconfig/node14@1.0.3 None 0 2.39 kB typescript-deploys
npm/@tsconfig/node16@1.0.4 None 0 2.45 kB typescript-deploys
npm/@types/babel__core@7.20.5 None 0 33 kB types
npm/@types/babel__generator@7.6.8 None 0 11.4 kB types
npm/@types/babel__template@7.4.4 None 0 6.41 kB types
npm/@types/babel__traverse@7.20.6 None 0 84.1 kB types
npm/@types/graceful-fs@4.1.9 None 0 3.9 kB types
npm/@types/istanbul-lib-coverage@2.0.6 None 0 5.45 kB types
npm/@types/istanbul-lib-report@3.0.3 None 0 7.92 kB types
npm/@types/istanbul-reports@3.0.4 None 0 6.68 kB types
npm/@types/jest@27.5.2 None 0 71.4 kB types
npm/@types/json-schema@7.0.15 None 0 31.7 kB types
npm/@types/parse-json@4.0.2 None 0 2.95 kB types
npm/@types/prettier@2.7.3 None 0 49.8 kB types
npm/@types/stack-utils@2.0.3 None 0 6.43 kB types
npm/@types/yargs-parser@21.0.3 None 0 8.65 kB types
npm/@types/yargs@16.0.9 None 0 53 kB types
npm/@typescript-eslint/eslint-plugin@4.33.0 None 0 2.36 MB jameshenry
npm/@typescript-eslint/experimental-utils@4.33.0 None 0 422 kB jameshenry
npm/@typescript-eslint/parser@4.33.0 None 0 71.5 kB jameshenry
npm/@typescript-eslint/scope-manager@4.33.0 None 0 560 kB jameshenry
npm/@typescript-eslint/type-utils@7.17.0 None 0 109 kB jameshenry
npm/@typescript-eslint/types@4.33.0 None 0 145 kB jameshenry
npm/@typescript-eslint/typescript-estree@4.33.0 environment, filesystem 0 513 kB jameshenry
npm/@typescript-eslint/utils@7.17.0 None 0 284 kB jameshenry
npm/@typescript-eslint/visitor-keys@4.33.0 None 0 31.4 kB jameshenry
npm/@vercel/node-bridge@2.2.2 None 0 183 kB vercel-release-bot
npm/@vercel/node@1.15.4 None 0 3.21 MB vercel-release-bot
npm/abab@2.0.6 None 0 10.4 kB jeffcarp
npm/acorn-jsx@5.3.2 None 0 24.4 kB rreverser
npm/acorn@8.12.1 None 0 538 kB marijn
npm/ansi-colors@4.1.3 environment 0 26.1 kB jonschlinkert
npm/ansi-escapes@4.3.2 None 0 16.4 kB sindresorhus
npm/argv@0.0.2 environment 0 24.2 kB codenothing
npm/aria-query@5.3.0 None 0 192 kB jessebeach
npm/array-buffer-byte-length@1.0.1 None 0 13.5 kB ljharb
npm/array-includes@3.1.8 None 0 26.3 kB ljharb
npm/array.prototype.findlastindex@1.2.5 None 0 29.4 kB ljharb
npm/array.prototype.flat@1.3.2 None 0 18.7 kB ljharb
npm/array.prototype.flatmap@1.3.2 None 0 19.1 kB ljharb
npm/arraybuffer.prototype.slice@1.0.3 None 0 20.2 kB ljharb
npm/ast-types-flow@0.0.8 None 0 126 kB kyldvs
npm/async-retry@1.3.3 None 0 5.21 kB leerobinson
npm/available-typed-arrays@1.0.7 None 0 20.4 kB ljharb
npm/axe-core@4.9.1 None 0 2.78 MB npmdeque
npm/axios@0.21.4 environment, network 0 375 kB jasonsaayman
npm/axobject-query@3.1.1 None 0 111 kB jessebeach
npm/babel-jest@27.5.1 environment 0 14.4 kB simenb
npm/babel-plugin-istanbul@6.1.1 environment, filesystem, shell 0 25.7 kB oss-bot
npm/babel-plugin-jest-hoist@27.5.1 None 0 13.7 kB simenb
npm/babel-polyfill@6.26.0 None 0 461 kB hzoo
npm/babel-preset-jest@27.5.1 None 0 2.73 kB simenb
npm/babel-runtime@6.26.0 None 0 46.8 kB hzoo
npm/before-after-hook@2.2.3 None 0 37 kB gr2m
npm/better-opn@2.1.1 environment, shell 0 251 kB exiasr
npm/browserslist@4.23.2 environment, filesystem 0 62.9 kB ai
npm/buffer-alloc-unsafe@1.1.0 None 0 1.94 kB linusu
npm/buffer-alloc@1.2.0 None 0 2.27 kB linusu
npm/buffer-fill@1.0.0 None 0 4.39 kB linusu
npm/buildcheck@0.0.6 environment, filesystem, shell 0 45.3 kB mscdex
npm/builtin-modules@3.3.0 unsafe 0 4.51 kB sindresorhus
npm/call-bind@1.0.7 None 0 22.1 kB ljharb
npm/camelcase-keys@7.0.2 None 0 10.9 kB sindresorhus
npm/caniuse-lite@1.0.30001643 None 0 2.08 MB caniuse-lite
npm/ci-info@4.0.0 environment 0 27.3 kB sibiraj-s
npm/cjs-module-lexer@1.3.1 None 0 139 kB guybedford
npm/cli-progress@3.12.0 None 0 62.2 kB andidittrich
npm/cli-table3@0.6.5 None 0 46.2 kB speedytwenty
npm/cliui@7.0.4 None 0 30.6 kB oss-bot
npm/coalescy@1.0.0 None 0 28 kB royriojas
npm/codecov@3.8.3 environment, filesystem, shell 0 83.9 kB thomasrockhu
npm/collect-v8-coverage@1.0.2 unsafe 0 5.14 kB simenb
npm/conventional-commit-types@2.3.0 None 0 3.29 kB andersdjohnson
npm/convert-source-map@1.9.0 filesystem 0 11.4 kB thlorenz
npm/core-js-compat@3.37.1 None 0 731 kB zloirock
npm/cosmiconfig@7.1.0 filesystem 0 92 kB d-fischer
npm/coveralls@3.1.1 environment, filesystem, shell 0 33 kB nickmerwin
npm/cpu-features@0.0.10 None 0 576 kB mscdex
npm/cssom@0.5.0 None 0 52.1 kB nv
npm/cycle@1.0.3 None 0 8.1 kB dscape
npm/damerau-levenshtein@1.0.8 None 0 11.8 kB lazurski
npm/data-urls@3.0.2 None 0 8.07 kB domenic
npm/data-view-buffer@1.0.1 None 0 12.3 kB ljharb
npm/data-view-byte-length@1.0.1 None 0 9.99 kB ljharb
npm/data-view-byte-offset@1.0.0 None 0 12.2 kB ljharb
npm/date-format@0.0.2 None 0 5.94 kB csausdev
npm/decimal.js@10.4.3 None 0 283 kB mikemcl
npm/deep-equal@2.2.3 None 0 90.3 kB ljharb
npm/deep-is@0.1.4 None 0 8.11 kB thlorenz
npm/deepmerge@4.3.1 None 0 31.2 kB tehshrike
npm/define-data-property@1.1.4 None 0 30.9 kB ljharb
npm/define-properties@1.2.1 None 0 12.9 kB ljharb
npm/del-cli@4.0.1 None 0 3.83 kB sindresorhus
npm/del@6.1.1 None 0 12.7 kB sindresorhus
npm/dequal@2.0.3 None 0 14.2 kB lukeed
npm/diff-sequences@27.5.1 None 0 53 kB simenb
npm/docker-modem@1.0.9 environment, filesystem, network 0 34.5 kB apocas
npm/dockerfile_lint@0.3.4 environment, eval, filesystem 0 193 kB lphiri
npm/dockerode@2.5.8 filesystem 0 190 kB apocas
npm/duplexer@0.1.2 None 0 5.47 kB raynos
npm/electron-to-chromium@1.5.1 None 0 144 kB kilianvalkhof
npm/emittery@0.8.1 None 0 35.5 kB sindresorhus
npm/enquirer@2.4.1 environment 0 189 kB jonschlinkert
npm/env-ci@5.5.0 environment 0 48.5 kB semantic-release-bot
npm/es-abstract@1.23.3 None 0 2.38 MB ljharb
npm/es-define-property@1.0.0 None 0 11.8 kB ljharb
npm/es-errors@1.3.0 None 0 12.3 kB ljharb
npm/es-get-iterator@1.1.3 None 0 31.6 kB ljharb
npm/es-iterator-helpers@1.0.19 None 0 156 kB ljharb
npm/es-object-atoms@1.0.0 None 0 9.17 kB ljharb
npm/es-set-tostringtag@2.0.3 None 0 13.9 kB ljharb
npm/es-shim-unscopables@1.0.2 None 0 11 kB ljharb
npm/escalade@3.1.2 filesystem 0 11.6 kB lukeed
npm/escodegen@2.1.0 None 0 109 kB michaelficarra
npm/eslint-config-prettier@8.10.0 None 0 19.9 kB lydell
npm/eslint-friendly-formatter@4.0.1 environment 0 43.1 kB royriojas
npm/eslint-import-resolver-node@0.3.9 None 0 5.29 kB ljharb
npm/eslint-module-utils@2.8.1 None 0 51.1 kB ljharb
npm/eslint-plugin-escompat@3.11.0 None 0 26.8 kB keithamus
npm/eslint-plugin-filenames@1.3.2 None 0 15.9 kB selaux
npm/eslint-plugin-github@4.10.2 None 0 60.4 kB githubbot
npm/eslint-plugin-i18n-text@1.0.1 None 0 9.72 kB dgraham
npm/eslint-plugin-import@2.29.1 filesystem, unsafe 0 1.21 MB ljharb
npm/eslint-plugin-jest@24.7.0 filesystem 0 292 kB simenb
npm/eslint-plugin-jsx-a11y@6.9.0 None 0 756 kB ljharb
npm/eslint-plugin-no-only-tests@3.1.0 None 0 9.54 kB levibuzolic
npm/eslint-plugin-prettier@3.4.1 filesystem 0 52.5 kB bpscott
npm/eslint-plugin-spellcheck@0.0.19 filesystem 0 2.42 MB aotaduy
npm/eslint-plugin-unicorn@55.0.0 None 0 698 kB fisker, sindresorhus
npm/eslint-visitor-keys@2.1.0 None 0 24.7 kB eslintbot
npm/eslint@7.32.0 filesystem 0 3.19 MB eslintbot
npm/esquery@1.6.0 None 0 1.04 MB michaelficarra
npm/estraverse@5.3.0 None 0 37.1 kB michaelficarra
npm/event-stream@3.3.4 None 0 44.8 kB dominictarr
npm/expect-puppeteer@5.0.4 None 0 44.6 kB tonybrix
npm/expect@27.5.1 eval 0 172 kB simenb
npm/eyes@0.1.8 None 0 14 kB indexzero
npm/fast-diff@1.3.0 None 0 52.3 kB luin
npm/fast-glob@3.3.2 filesystem 0 96.7 kB mrmlnc
npm/fast-uri@3.0.1 None 0 111 kB gurgunday
npm/fast-url-parser@1.1.3 None 0 38.1 kB esailija
npm/fastq@1.17.1 None 0 41.9 kB matteo.collina
npm/fb-watchman@2.0.2 environment, network, shell 0 11 kB bolinfest
npm/file-entry-cache@6.0.1 filesystem 0 25.6 kB royriojas
npm/find-parent-dir@0.3.1 filesystem 0 5.16 kB thlorenz
npm/find-process@1.4.7 filesystem, shell 0 28.4 kB yibn2008
npm/findup@0.1.5 filesystem 0 10.5 kB filirom1
npm/flat-cache@3.2.0 filesystem 0 29.4 kB jaredwray
npm/flatted@3.3.1 None 0 40.3 kB webreflection
npm/follow-redirects@1.15.6 network 0 29.4 kB rubenverborgh
npm/for-each@0.3.3 None 0 13 kB ljharb
npm/from@0.1.7 None 0 8.49 kB dominictarr
npm/fromentries@1.3.2 None 0 4.95 kB feross
npm/fs-extra@10.1.0 None 0 63.3 kB ryanzim
npm/function.prototype.name@1.1.6 None 0 25.5 kB ljharb
npm/functions-have-names@1.2.3 None 0 16.7 kB ljharb
npm/get-intrinsic@1.2.4 eval 0 41.6 kB ljharb
npm/get-symbol-description@1.0.2 None 0 14.3 kB ljharb
npm/git-cz@4.9.0 None 0 153 MB streamich
npm/git-log-parser@1.2.1 shell 0 6.84 kB bendrucker
npm/globals@13.24.0 None 0 52.1 kB sindresorhus
npm/globalthis@1.0.4 None 0 23.7 kB ljharb
npm/globby@11.1.0 filesystem 0 21.8 kB sindresorhus
npm/gopd@1.0.1 None 0 7.7 kB ljharb
npm/graceful-readlink@1.0.1 filesystem 0 2.38 kB zhiyelee
npm/graphemer@1.4.0 None 0 812 kB mattpauldavies
npm/has-bigints@1.0.2 None 0 12.8 kB ljharb
npm/has-property-descriptors@1.0.2 None 0 10.9 kB ljharb
npm/has-proto@1.0.3 None 0 12 kB ljharb
npm/has-symbols@1.0.3 None 0 20.6 kB ljharb
npm/has-tostringtag@1.0.2 None 0 17.6 kB ljharb
npm/hasown@2.0.2 None 0 8.77 kB ljharb
npm/husky@7.0.4 filesystem, shell 0 6.06 kB typicode
npm/if-env@1.0.4 None 0 5.31 kB ericclemmons
npm/ignore-by-default@1.0.1 None 0 2.82 kB novemberborn
npm/ignore-walk@3.0.4 filesystem 0 11 kB isaacs
npm/ignore@5.3.1 None 0 51.5 kB kael
npm/import-local@3.2.0 None 0 4.73 kB sindresorhus
npm/internal-slot@1.0.7 None 0 20.5 kB ljharb
npm/into-stream@6.0.0 None 0 7.45 kB sindresorhus
npm/is-arguments@1.1.1 None 0 28.8 kB ljharb
npm/is-array-buffer@3.0.4 None 0 17.6 kB ljharb
npm/is-async-function@2.0.0 eval 0 19.5 kB ljharb
npm/is-bigint@1.0.4 None 0 14.8 kB ljharb
npm/is-boolean-object@1.1.2 None 0 22.1 kB ljharb
npm/is-builtin-module@3.2.1 None 0 3.88 kB sindresorhus
npm/is-callable@1.2.7 None 0 28.9 kB ljharb
npm/is-data-view@1.0.1 None 0 15.6 kB ljharb
npm/is-date-object@1.0.5 None 0 20.8 kB ljharb
npm/is-docker@2.2.1 filesystem 0 3.01 kB sindresorhus
npm/is-extendable@0.1.1 None 0 5.09 kB jonschlinkert
npm/is-finalizationregistry@1.0.2 None 0 12.7 kB ljharb
npm/is-generator-function@1.0.10 eval 0 31.9 kB ljharb
npm/is-map@2.0.3 None 0 20.4 kB ljharb
npm/is-negative-zero@2.0.3 None 0 27.1 kB ljharb
npm/is-number-object@1.0.7 None 0 22.2 kB ljharb
npm/is-path-inside@3.0.3 None 0 4.12 kB sindresorhus
npm/is-plain-object@5.0.0 None 0 9.16 kB trysound
npm/is-potential-custom-element-name@1.0.1 None 0 3.92 kB mathias
npm/is-regex@1.1.4 None 0 30.1 kB ljharb
npm/is-set@2.0.3 None 0 19.7 kB ljharb
npm/is-shared-array-buffer@1.0.3 None 0 18.7 kB ljharb
npm/is-string@1.0.7 None 0 19.1 kB ljharb
npm/is-symbol@1.0.4 None 0 22 kB ljharb
npm/is-typed-array@1.1.13 None 0 23.3 kB ljharb
npm/is-weakmap@2.0.2 None 0 20.6 kB ljharb
npm/is-weakref@1.0.2 None 0 12.1 kB ljharb
npm/is-weakset@2.0.3 None 0 21.2 kB ljharb
npm/is-windows@0.2.0 None 0 2.77 kB jonschlinkert
npm/istanbul-lib-coverage@3.2.2 None 0 34.4 kB oss-bot
npm/istanbul-lib-instrument@5.2.1 None 0 70.2 kB oss-bot
npm/istanbul-lib-report@3.0.1 filesystem 0 37.6 kB oss-bot
npm/istanbul-lib-source-maps@4.0.1 filesystem 0 34.1 kB oss-bot
npm/istanbul-reports@3.1.7 None 0 294 kB oss-bot
npm/iterator.prototype@1.1.2 None 0 10.1 kB ljharb
npm/jest-changed-files@27.5.1 environment 0 15.1 kB simenb
npm/jest-circus@27.5.1 eval 0 78.1 kB simenb
npm/jest-config@27.5.1 None 0 112 kB simenb
npm/jest-dev-server@5.0.3 environment, network 0 23.1 kB tonybrix
npm/jest-diff@27.5.1 eval 0 85.2 kB simenb
npm/jest-docblock@27.5.1 None 0 9.08 kB simenb
npm/jest-each@27.5.1 None 0 39.9 kB simenb
npm/jest-environment-jsdom@27.5.1 None 0 8.1 kB simenb
npm/jest-environment-node@27.5.1 unsafe 0 7.32 kB simenb
npm/jest-environment-puppeteer@5.0.4 environment, filesystem 0 34.8 kB tonybrix
npm/jest-get-type@27.5.1 None 0 3.81 kB simenb
npm/jest-haste-map@27.5.1 environment, filesystem, shell 0 135 kB simenb
npm/jest-jasmine2@27.5.1 eval 0 137 kB simenb
npm/jest-leak-detector@27.5.1 unsafe 0 5.75 kB simenb
npm/jest-matcher-utils@27.5.1 None 0 28.6 kB simenb
npm/jest-message-util@27.5.1 eval 0 18.1 kB simenb
npm/jest-mock@27.5.1 None 0 39.1 kB simenb
npm/jest-pnp-resolver@1.2.3 None 0 5.68 kB arcanis
npm/jest-puppeteer@5.0.4 None 0 12 kB tonybrix
npm/jest-regex-util@27.5.1 None 0 3.37 kB simenb
npm/jest-resolve-dependencies@27.5.1 None 0 9.11 kB simenb
npm/jest-resolve@27.5.1 environment, unsafe 0 52.9 kB simenb
npm/jest-runner@27.5.1 environment 0 30.8 kB simenb
npm/jest-runtime@27.5.1 unsafe 0 82 kB simenb
npm/jest-serializer@27.5.1 unsafe 0 7.12 kB simenb
npm/jest-snapshot@27.5.1 eval 0 93.2 kB simenb
npm/jest-util@27.5.1 environment 0 41.9 kB simenb
npm/jest-validate@27.5.1 None 0 32 kB simenb
npm/jest-watcher@27.5.1 None 0 26.7 kB simenb
npm/jest-worker@27.5.1 environment, shell 0 81.9 kB simenb
npm/jest@27.5.1 None 0 4.74 kB simenb
npm/joi@17.13.3 None 0 531 kB marsup
npm/jsdom@17.0.0 eval, filesystem, network, shell, unsafe 0 2.77 MB domenic
npm/jsesc@3.0.2 None 0 31.7 kB mathias
npm/json-buffer@3.0.1 None 0 5.4 kB dominictarr
npm/jsonc-parser@3.3.1 None 0 213 kB vscode-bot
npm/jsx-ast-utils@3.3.5 None 0 236 kB ljharb
npm/junit-report-builder@2.1.0 filesystem 0 13.3 kB david.parsson
npm/keyv@4.5.4 None 0 27.8 kB jaredwray
npm/language-subtag-registry@0.3.23 None 0 1.54 MB mcg
npm/language-tags@1.0.9 None 0 32 kB mcg
npm/load-json-file@4.0.0 None 0 3.21 kB sindresorhus
npm/lodash.camelcase@4.3.0 None 0 21.9 kB jdalton
npm/lodash.kebabcase@4.1.1 None 0 17.7 kB jdalton
npm/lodash.memoize@4.1.2 None 0 20.1 kB jdalton
npm/lodash.merge@4.6.2 None 0 54.1 kB jdalton
npm/lodash.snakecase@4.1.1 None 0 17.7 kB jdalton
npm/lodash.truncate@4.4.2 None 0 19.8 kB jdalton
npm/lodash.upperfirst@4.3.1 None 0 11.4 kB jdalton
npm/lodash@4.17.21 None 0 1.41 MB bnjmnt4n
npm/make-dir@1.3.0 filesystem 0 6.53 kB sindresorhus
npm/makeerror@1.0.12 None 0 6.07 kB daaku
npm/map-obj@4.3.0 None 0 9.49 kB sindresorhus
npm/map-stream@0.1.0 None 0 13.6 kB dominictarr
npm/marked-terminal@4.2.0 None 0 18.9 kB mikaelb
npm/marked@2.1.3 None 0 310 kB tonybrix
npm/meow@10.1.5 None 0 25.2 kB sindresorhus
npm/micromatch@4.0.7 None 0 56.3 kB paulmillr
npm/mime@2.6.0 None 0 60.1 kB broofa
npm/minimist-options@4.1.0 None 0 8.53 kB vdemedes
npm/mkdirp@0.5.6 filesystem 0 7.69 kB isaacs
npm/nan@2.20.0 None 0 430 kB kkoopa
npm/node-emoji@1.11.0 None 0 224 kB omnidan
npm/node-releases@2.0.18 None 0 35.7 kB chicoxyzzy
npm/nodemon@2.0.22 environment, filesystem, shell 0 206 kB remy
npm/normalize-url@6.1.0 None 0 21.2 kB sindresorhus
npm/npm-run-all@1.4.0 None 0 46.5 kB mysticatea
npm/npm@7.24.2 environment, eval, filesystem, network, shell, unsafe 0 12 MB lukekarrys
npm/nwsapi@2.2.12 None 0 80.6 kB diego
npm/object-inspect@1.13.2 None 0 99.1 kB ljharb
npm/object-is@1.1.6 None 0 27 kB ljharb
npm/object.assign@4.1.5 None 0 72.7 kB ljharb
npm/object.fromentries@2.0.8 None 0 16.3 kB ljharb
npm/object.groupby@1.0.3 None 0 14.6 kB ljharb
npm/object.values@1.2.0 None 0 31.5 kB ljharb
npm/onchange@7.1.0 environment 0 41.7 kB blakeembrey
npm/optionator@0.9.4 None 0 50.2 kB gkz
npm/p-map@2.1.0 None 0 7.49 kB sindresorhus
npm/p-retry@4.6.2 None 0 11 kB sindresorhus
npm/parse5@6.0.1 None 0 331 kB inikulin
npm/pause-stream@0.0.11 None 0 15.1 kB dominictarr
npm/picocolors@1.0.1 environment 0 5.15 kB alexeyraspopov
npm/pirates@4.0.6 unsafe 0 13.5 kB danez
npm/pkg-dir@4.2.0 None 0 4.75 kB sindresorhus
npm/playwright-chromium@1.45.3 None 0 16.4 kB yurys
npm/playwright-core@1.45.3 environment, eval, filesystem, network, shell, unsafe 0 7.23 MB yurys
npm/pluralize@8.0.0 None 0 17.7 kB blakeembrey
npm/possible-typed-array-names@1.0.0 None 0 10.9 kB ljharb
npm/pretty-format@27.5.1 eval 0 70.1 kB simenb
npm/prompts@2.4.2 None 0 187 kB terkelg
npm/ps-tree@1.2.0 shell 0 9.31 kB indexzero
npm/pstree.remy@1.1.8 environment, shell 0 15 kB remy
npm/qawolf@2.6.1 environment 0 63.2 kB jperl
npm/querystringify@2.2.0 None 0 6.96 kB lpinca
npm/queue-microtask@1.2.3 None 0 8.37 kB feross
npm/quick-lru@5.1.1 None 0 8.64 kB sindresorhus
npm/react-is@17.0.2 environment 0 24.8 kB gaearon
npm/read-pkg-up@7.0.1 None 0 6.73 kB sindresorhus
npm/read-pkg@5.2.0 filesystem 0 6.05 kB sindresorhus
npm/redent@4.0.0 None 0 3.85 kB sindresorhus
npm/reflect.getprototypeof@1.0.6 None 0 20.7 kB ljharb
npm/regenerator-runtime@0.10.5 None 0 26.7 kB benjamn
npm/regexp-tree@0.1.27 None 0 314 kB dmitrysoshnikov
npm/regexp.prototype.flags@1.5.2 None 0 40.4 kB ljharb
npm/registry-auth-token@4.2.2 environment 0 12 kB rexxars
npm/regjsparser@0.10.0 None 0 66 kB jviereck
npm/requires-port@1.0.0 None 0 8.56 kB 3rdeden
npm/resolve-from@5.0.0 filesystem, unsafe 0 5.82 kB sindresorhus
npm/resolve.exports@1.1.1 None 0 20.9 kB lukeed
npm/retry@0.13.1 None 0 18.9 kB tim-kos
npm/rxjs@6.6.7 None 0 5.13 MB blesh
npm/safe-array-concat@1.1.2 None 0 16.4 kB ljharb
npm/safe-regex-test@1.0.3 None 0 10.2 kB ljharb
npm/semantic-release@17.4.7 environment, network 0 252 kB semantic-release-bot
npm/semver-regex@3.1.4 None 0 3.96 kB sindresorhus
npm/set-function-length@1.2.2 None 0 14.7 kB ljharb
npm/set-function-name@2.0.2 None 0 16.7 kB ljharb
npm/shell-quote@1.8.1 None 0 45 kB ljharb
npm/shiki@0.9.15 filesystem, network 0 8.04 MB octref
npm/side-channel@1.0.6 None 0 23.2 kB ljharb
npm/simple-update-notifier@1.1.0 environment, filesystem, network 0 26.4 kB aejbrazier
npm/source-map-support@0.5.21 filesystem 0 85.2 kB linusu
npm/spawnd@5.0.0 shell 0 6.77 kB tonybrix
npm/split-ca@1.0.1 filesystem 0 9.61 kB bushong1
npm/ssh2@1.15.0 environment, eval, filesystem, network, shell 0 1.11 MB mscdex
npm/stack-trace@0.0.10 None 0 8.85 kB felixge
npm/stack-utils@2.0.6 unsafe 0 14.6 kB isaacs
npm/stop-iteration-iterator@1.0.0 None 0 8.69 kB ljharb
npm/stream-combiner@0.0.4 None 0 4.54 kB dominictarr
npm/stream-events@1.0.5 None 0 3.03 kB stephenplusplus
npm/string-length@4.0.2 None 0 4.05 kB sindresorhus
npm/string.prototype.includes@2.0.0 None 0 13.8 kB nicolo-ribaudo
npm/string.prototype.trim@1.2.9 None 0 33.5 kB ljharb
npm/string.prototype.trimend@1.0.8 None 0 22.1 kB ljharb
npm/string.prototype.trimstart@1.0.8 None 0 22.9 kB ljharb
npm/strip-bom@3.0.0 None 0 3 kB sindresorhus
npm/strip-indent@4.0.0 None 0 3.64 kB sindresorhus
npm/stubs@3.0.0 None 0 6.25 kB stephenplusplus
npm/supports-hyperlinks@2.3.0 None 0 6.93 kB sindresorhus
npm/supports-preserve-symlinks-flag@1.0.0 None 0 9.18 kB ljharb
npm/synckit@0.9.1 environment 0 55.7 kB jounqin
npm/table@6.8.2 None 0 335 kB gajus-table
npm/teeny-request@7.1.1 environment, network 0 61.6 kB google-wombot
npm/tempy@1.0.1 filesystem 0 12.5 kB sindresorhus
npm/throat@6.0.2 None 0 9.14 kB throat-bot
npm/tmpl@1.0.5 None 0 2.77 kB daaku
npm/to-buffer@1.1.1 None 0 3.25 kB mafintosh
npm/touch@3.1.1 filesystem 0 10.2 kB isaacs
npm/tough-cookie@4.1.4 None 0 112 kB ccasey
npm/tr46@3.0.0 None 0 215 kB domenic
npm/traverse@0.6.8 None 0 78.6 kB ljharb
npm/trim-newlines@4.1.1 None 0 4.62 kB sindresorhus
npm/ts-api-utils@1.3.0 None 0 828 kB joshuakgoldberg
npm/ts-jest@27.1.5 environment, filesystem, unsafe 0 260 kB kul
npm/ts-node@10.9.2 environment, filesystem, unsafe 0 757 kB blakeembrey
npm/tsutils@3.21.0 None 0 382 kB ajaff
npm/typed-array-buffer@1.0.2 None 0 13.1 kB ljharb
npm/typed-array-byte-length@1.0.1 None 0 20 kB ljharb
npm/typed-array-byte-offset@1.0.2 None 0 20.3 kB ljharb
npm/typed-array-length@1.0.6 None 0 23.3 kB ljharb
npm/typedoc@0.21.10 environment, filesystem, shell, unsafe 0 1.51 MB gerrit0
npm/typescript@4.9.5 None 0 66.8 MB typescript-bot
npm/unbox-primitive@1.0.2 None 0 14.9 kB ljharb
npm/undefsafe@2.0.5 None 0 7.6 kB remy

🚮 Removed packages: npm/@babel/core@7.12.16, npm/@babel/generator@7.12.15, npm/@babel/helper-function-name@7.12.13, npm/@babel/helper-get-function-arity@7.12.13, npm/@babel/helper-member-expression-to-functions@7.12.16, npm/@babel/helper-module-imports@7.12.13, npm/@babel/helper-module-transforms@7.12.13, npm/@babel/helper-optimise-call-expression@7.12.13, npm/@babel/helper-plugin-utils@7.12.13, npm/@babel/helper-replace-supers@7.12.13, npm/@babel/helper-simple-access@7.12.13, npm/@babel/helper-split-export-declaration@7.12.13, npm/@babel/helpers@7.12.13, npm/@babel/parser@7.12.16, npm/@babel/plugin-syntax-top-level-await@7.12.13, npm/@babel/template@7.12.13, npm/@babel/traverse@7.12.13, npm/@babel/types@7.12.13, npm/@cnakazawa/watch@1.0.4, npm/@eslint/eslintrc@0.3.0, npm/@hapi/address@2.1.4, npm/@hapi/bourne@1.3.2, npm/@hapi/hoek@8.5.1, npm/@hapi/joi@15.1.1, npm/@hapi/topo@3.1.6, npm/@jest/console@26.6.2, npm/@jest/core@26.6.3, npm/@jest/environment@26.6.2, npm/@jest/fake-timers@26.6.2, npm/@jest/globals@26.6.2, npm/@jest/reporters@26.6.2, npm/@jest/source-map@26.6.2, npm/@jest/test-result@26.6.2, npm/@jest/test-sequencer@26.6.3, npm/@jest/transform@26.6.2, npm/@jest/types@26.6.2, npm/@nodelib/fs.scandir@2.1.4, npm/@nodelib/fs.stat@2.0.4, npm/@nodelib/fs.walk@1.2.6, npm/@octokit/auth-token@2.4.5, npm/@octokit/core@3.2.5, npm/@octokit/endpoint@6.0.11, npm/@octokit/graphql@4.6.0, npm/@octokit/openapi-types@5.0.0, npm/@octokit/plugin-paginate-rest@2.9.1, npm/@octokit/plugin-request-log@1.0.3, npm/@octokit/plugin-rest-endpoint-methods@4.10.3, npm/@octokit/request-error@2.0.5, npm/@octokit/request@5.4.14, npm/@octokit/rest@18.1.1, npm/@octokit/types@6.9.0, npm/@qawolf/jest-reporter@0.1.0, npm/@semantic-release/github@7.2.0, npm/@semantic-release/npm@7.0.10, npm/@semantic-release/release-notes-generator@9.0.1, npm/@sindresorhus/is@0.14.0, npm/@sinonjs/commons@1.8.2, npm/@sinonjs/fake-timers@6.0.1, npm/@szmarczak/http-timer@1.1.2, npm/@types/babel__core@7.1.12, npm/@types/babel__generator@7.6.2, npm/@types/babel__template@7.4.0, npm/@types/babel__traverse@7.11.0, npm/@types/glob@7.1.3, npm/@types/graceful-fs@4.1.5, npm/@types/istanbul-lib-coverage@2.0.3, npm/@types/istanbul-lib-report@3.0.0, npm/@types/istanbul-reports@3.0.0, npm/@types/jest@26.0.20, npm/@types/json-schema@7.0.7, npm/@types/parse-json@4.0.0, npm/@types/prettier@2.2.1, npm/@types/stack-utils@2.0.0, npm/@types/yargs-parser@20.2.0, npm/@types/yargs@15.0.13, npm/@typescript-eslint/eslint-plugin@4.15.0, npm/@typescript-eslint/experimental-utils@4.15.0, npm/@typescript-eslint/parser@4.15.0, npm/@typescript-eslint/scope-manager@4.15.0, npm/@typescript-eslint/types@4.15.0, npm/@typescript-eslint/typescript-estree@4.15.0, npm/@typescript-eslint/visitor-keys@4.15.0, npm/@vercel/node@1.9.0, npm/abab@2.0.5, npm/acorn-jsx@5.3.1, npm/acorn@7.4.1, npm/an-array-of-english-words@2.0.0, npm/ansi-colors@4.1.1, npm/ansi-escapes@4.3.1, npm/arr-diff@4.0.0, npm/arr-flatten@1.1.0, npm/array-includes@3.1.2, npm/array-unique@0.3.2, npm/array.prototype.flat@1.2.4, npm/assign-symbols@1.0.0, npm/async-limiter@1.0.1, npm/async-to-gen@1.3.3, npm/at-least-node@1.0.0, npm/atob@2.1.2, npm/await-outside@3.0.0, npm/babel-jest@26.6.3, npm/babel-plugin-istanbul@6.0.0, npm/babel-plugin-jest-hoist@26.6.2, npm/babel-preset-jest@26.6.2, npm/babylon@6.18.0, npm/base@0.11.2, npm/before-after-hook@2.1.1, npm/cache-base@1.0.1, npm/cacheable-request@6.1.0, npm/call-bind@1.0.2, npm/camelcase-keys@4.2.0, npm/capture-exit@2.0.0, npm/chardet@0.7.0, npm/ci-info@2.0.0, npm/cjs-module-lexer@0.6.0, npm/class-utils@0.3.6, npm/cli-cursor@3.1.0, npm/cli-table@0.3.5, npm/cli-width@3.0.0, npm/cliui@6.0.0, npm/clone-response@1.0.2, npm/collect-v8-coverage@1.0.1, npm/collection-visit@1.0.0, npm/component-emitter@1.3.0, npm/configstore@5.0.1, npm/contains-path@0.1.0, npm/convert-source-map@1.7.0, npm/copy-descriptor@0.1.1, npm/cosmiconfig@7.0.0, npm/coveralls@3.1.0, npm/create-qawolf@1.7.0, npm/cssom@0.4.4, npm/data-urls@2.0.0, npm/decimal.js@10.2.1, npm/decode-uri-component@0.2.0, npm/decompress-response@3.3.0, npm/deep-is@0.1.3, npm/deepmerge@4.2.2, npm/defer-to-connect@1.1.3, npm/define-properties@1.1.3, npm/define-property@2.0.2, npm/del-cli@3.0.0, npm/del@5.1.0, npm/diff-sequences@26.6.2, npm/duplexer3@0.1.4, npm/emittery@0.7.2, npm/enquirer@2.3.6, npm/env-ci@5.0.2, npm/es-abstract@1.18.0-next.2, npm/escalade@3.1.1, npm/escape-goat@2.1.1, npm/escodegen@1.14.3, npm/eslint-ast-utils@1.1.0, npm/eslint-config-prettier@6.15.0, npm/eslint-import-resolver-node@0.3.4, npm/eslint-module-utils@2.6.0, npm/eslint-plugin-github@4.1.1, npm/eslint-plugin-import@2.22.1, npm/eslint-plugin-jest@23.20.0, npm/eslint-plugin-prettier@3.3.1, npm/eslint-plugin-spellcheck@0.0.8, npm/eslint-plugin-unicorn@17.2.0, npm/eslint-template-visitor@1.1.0, npm/eslint-visitor-keys@2.0.0, npm/eslint@7.20.0, npm/esquery@1.4.0, npm/estraverse@4.3.0, npm/exec-sh@0.3.4, npm/expand-brackets@2.1.4, npm/expect-puppeteer@4.4.0, npm/expect@26.6.2, npm/extend-shallow@3.0.2, npm/external-editor@3.1.0, npm/extglob@2.0.4, npm/fast-diff@1.2.0, npm/fast-glob@3.2.5, npm/fastq@1.10.1, npm/fb-watchman@2.0.1, npm/file-entry-cache@6.0.0, npm/find-process@1.4.4, npm/flat-cache@3.0.4, npm/flatted@3.1.1, npm/fluent-ffmpeg@2.1.2, npm/fragment-cache@0.2.1, npm/fs-extra@9.1.0, npm/get-intrinsic@1.1.1, npm/get-stdin@6.0.0, npm/get-value@2.0.6, npm/git-log-parser@1.2.0, npm/global-dirs@2.1.0, npm/globals@12.4.0, npm/globby@11.0.2, npm/got@9.6.0, npm/growly@1.3.0, npm/has-symbols@1.0.1, npm/has-value@1.0.0, npm/has-values@1.0.0, npm/has-yarn@2.1.0, npm/http-cache-semantics@4.1.0, npm/husky@5.1.3, npm/ignore@4.0.6, npm/import-lazy@2.1.0, npm/import-local@3.0.2, npm/import-modules@2.1.0, npm/inquirer@7.3.3, npm/into-stream@5.1.1, npm/ip-regex@2.1.0, npm/is-accessor-descriptor@1.0.0, npm/is-callable@1.2.3, npm/is-ci@2.0.0, npm/is-data-descriptor@1.0.0, npm/is-date-object@1.0.2, npm/is-descriptor@1.0.2, npm/is-docker@2.1.1, npm/is-extendable@1.0.1, npm/is-installed-globally@0.3.2, npm/is-negative-zero@2.0.1, npm/is-npm@4.0.0, npm/is-path-inside@3.0.2, npm/is-plain-object@2.0.4, npm/is-potential-custom-element-name@1.0.0, npm/is-regex@1.1.2, npm/is-string@1.0.5, npm/is-symbol@1.0.3, npm/is-windows@1.0.2, npm/is-yarn-global@0.3.0, npm/istanbul-lib-coverage@3.0.0, npm/istanbul-lib-instrument@4.0.3, npm/istanbul-lib-report@3.0.0, npm/istanbul-lib-source-maps@4.0.0, npm/istanbul-reports@3.0.2, npm/jest-changed-files@26.6.2, npm/jest-circus@26.6.3, npm/jest-cli@26.6.3, npm/jest-config@26.6.3, npm/jest-dev-server@4.4.0, npm/jest-diff@26.6.2, npm/jest-docblock@26.0.0, npm/jest-each@26.6.2, npm/jest-environment-jsdom@26.6.2, npm/jest-environment-node@26.6.2, npm/jest-environment-puppeteer@4.4.0, npm/jest-get-type@26.3.0, npm/jest-haste-map@26.6.2, npm/jest-jasmine2@26.6.3, npm/jest-leak-detector@26.6.2, npm/jest-matcher-utils@26.6.2, npm/jest-message-util@26.6.2, npm/jest-mock@26.6.2, npm/jest-pnp-resolver@1.2.2, npm/jest-puppeteer@4.4.0, npm/jest-regex-util@26.0.0, npm/jest-resolve-dependencies@26.6.3, npm/jest-resolve@26.6.2, npm/jest-runner@26.6.3, npm/jest-runtime@26.6.3, npm/jest-serializer@26.6.2, npm/jest-snapshot@26.6.2, npm/jest-util@26.6.2, npm/jest-validate@26.6.2, npm/jest-watcher@26.6.2, npm/jest-worker@26.6.2, npm/jest@26.6.3, npm/jpeg-js@0.4.3, npm/jsdom@16.4.0, npm/jsesc@2.5.2, npm/json-buffer@3.0.0, npm/keyv@3.1.0, npm/latest-version@5.1.0, npm/load-json-file@2.0.0, npm/lodash.get@4.4.2, npm/lodash.sortby@4.7.0, npm/lodash.toarray@4.4.0, npm/lodash.zip@4.2.0, npm/lodash@4.17.20, npm/lowercase-keys@1.0.1, npm/magic-string@0.19.1, npm/make-dir@3.1.0, npm/makeerror@1.0.11, npm/map-cache@0.2.2, npm/map-obj@2.0.0, npm/map-visit@1.0.0, npm/marked-terminal@4.1.0, npm/marked@2.0.0, npm/meow@5.0.0, npm/micromatch@4.0.2, npm/mime@2.5.0, npm/mimic-response@1.0.1, npm/minimist-options@3.0.2, npm/mixin-deep@1.3.2, npm/mkdirp@1.0.4, npm/multimap@1.1.0, npm/mute-stream@0.0.8, npm/nanomatch@1.2.13, npm/node-emoji@1.10.0, npm/node-modules-regexp@1.0.0, npm/node-notifier@8.0.1, npm/normalize-url@4.5.0, npm/npm@6.14.11, npm/nwsapi@2.2.0, npm/object-copy@0.1.0, npm/object-inspect@1.9.0, npm/object-visit@1.0.1, npm/object.assign@4.1.2, npm/object.pick@1.3.0, npm/object.values@1.1.2, npm/onigasm@2.2.5, npm/optionator@0.9.1, npm/p-cancelable@1.1.0, npm/p-map@3.0.0, npm/p-retry@4.4.0, npm/package-json@6.5.0, npm/parse5@5.1.1, npm/pascalcase@0.1.1, npm/pirates@4.0.1, npm/pkg-dir@2.0.0, npm/playwright-chromium@1.8.1, npm/playwright-core@1.8.1, npm/playwright-video@2.4.0, npm/pngjs@5.0.0, npm/posix-character-classes@0.1.1, npm/prepend-http@2.0.0, npm/pretty-format@26.6.2, npm/prompts@2.4.0, npm/proper-lockfile@4.1.2, npm/pupa@2.1.1, npm/qawolf@1.2.0, npm/queue-microtask@1.2.2, npm/quick-lru@1.1.0, npm/react-is@17.0.1, npm/read-pkg-up@2.0.0, npm/read-pkg@2.0.0, npm/redent@2.0.0, npm/regex-not@1.0.2, npm/regexp-tree@0.1.23, npm/registry-auth-token@4.2.1, npm/registry-url@5.1.0, npm/remove-trailing-separator@1.1.0, npm/repeat-element@1.1.3, npm/request-promise-core@1.1.4, npm/request-promise-native@1.0.9, npm/require-main-filename@2.0.0, npm/reserved-words@0.1.2, npm/resolve-from@4.0.0, npm/resolve-url@0.2.1, npm/responselike@1.0.2, npm/restore-cursor@3.1.0, npm/ret@0.1.15, npm/retry@0.12.0, npm/rsvp@4.8.5, npm/run-async@2.4.1, npm/rx@4.1.0, npm/rxjs@6.6.3, npm/safe-regex@1.1.0, npm/sane@4.1.0, npm/semantic-release@17.3.9, npm/semver-regex@3.1.2, npm/set-blocking@2.0.0, npm/set-value@2.0.1, npm/shellwords@0.1.1, npm/shiki@0.9.3, npm/snapdragon-node@2.1.1, npm/snapdragon-util@3.0.1, npm/snapdragon@0.8.2, npm/source-map-resolve@0.5.3, npm/source-map-support@0.5.19, npm/source-map-url@0.4.1, npm/spawnd@4.4.0, npm/split-string@3.1.0, npm/stack-utils@2.0.3, npm/static-extend@0.1.2, npm/stealthy-require@1.1.1, npm/string-length@4.0.1, npm/string.prototype.trimend@1.0.3, npm/string.prototype.trimstart@1.0.3, npm/strip-bom@4.0.0, npm/strip-indent@2.0.0, npm/supports-hyperlinks@2.1.0, npm/table@6.0.7, npm/tempy@0.5.0, npm/term-size@2.2.1, npm/throat@5.0.0, npm/tmp@0.0.33, npm/tmpl@1.0.4, npm/to-object-path@0.3.0, npm/to-readable-stream@1.0.0, npm/to-regex@3.0.2, npm/tough-cookie@3.0.1, npm/tr46@2.0.2, npm/traverse@0.6.6, npm/trim-newlines@2.0.0, npm/ts-jest@26.5.1, npm/ts-node@9.1.1, npm/tsutils@3.20.0, npm/typedoc@0.20.35, npm/typescript@4.1.5, npm/unfetch@4.2.0, npm/unherit@1.1.3, npm/unified-args@8.1.0, npm/unified-engine@8.1.0, npm/unified-lint-rule@1.0.6, npm/unified@9.2.1, npm/union-value@1.0.1, npm/unique-string@2.0.0, npm/unist-util-generated@1.1.6, npm/unist-util-inspect@5.0.1, npm/unist-util-is@4.1.0, npm/unist-util-position@3.1.0, npm/unist-util-remove-position@1.1.4, npm/unist-util-stringify-position@2.0.3, npm/unist-util-visit-parents@3.1.1, npm/unist-util-visit@2.0.3, npm/universal-user-agent@6.0.0, npm/universalify@2.0.0, npm/unset-value@1.0.0, npm/untildify@2.1.0, npm/update-notifier@4.1.3, npm/uri-js@4.4.1, npm/urix@0.1.0, npm/url-join@4.0.1, npm/url-parse-lax@3.0.0, npm/use@3.1.1, npm/util-deprecate@1.0.2, npm/util-extend@1.0.3, npm/uuid@8.3.2, npm/v8-compile-cache@2.2.0, npm/v8-to-istanbul@7.1.0, npm/validate-npm-package-license@3.0.4, npm/verror@1.10.0, npm/vfile-location@2.0.6, npm/vfile-message@2.0.4, npm/vfile-reporter@6.0.2, npm/vfile-sort@2.2.2, npm/vfile-statistics@1.1.4, npm/vfile@4.2.1, npm/vlq@0.2.3, npm/vscode-textmate@5.4.0, npm/w3c-hr-time@1.0.2, npm/w3c-xmlserializer@2.0.0, npm/wait-on@3.3.0, npm/wait-port@0.2.9, npm/walker@1.0.7, npm/webidl-conversions@6.1.0, npm/whatwg-encoding@1.0.5, npm/whatwg-mimetype@2.3.0, npm/whatwg-url@8.4.0, npm/which-module@2.0.0, npm/which@2.0.2, npm/widest-line@3.1.0

View full report↗︎

Copy link

🚨 Potential security issues detected. Learn more about Socket for GitHub ↗︎

To accept the risk, merge this PR and you will not be notified again.

Alert Package NoteSourceCI
Install scripts npm/ssh2@1.15.0
  • Install script: install
  • Source: node install.js
🚫

View full report↗︎

Next steps

What is an install script?

Install scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.

Packages should not be running non-essential scripts during install and there are often solutions to problems people solve with install scripts that can be run at publish time instead.

Take a deeper look at the dependency

Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support [AT] socket [DOT] dev.

Remove the package

If you happen to install a dependency that Socket reports as Known Malware you should immediately remove it and select a different dependency. For other alert types, you may may wish to investigate alternative packages or consider if there are other ways to mitigate the specific risk posed by the dependency.

Mark a package as acceptable risk

To ignore an alert, reply with a comment starting with @SocketSecurity ignore followed by a space separated list of ecosystem/package-name@version specifiers. e.g. @SocketSecurity ignore npm/foo@1.0.0 or ignore all packages with @SocketSecurity ignore-all

  • @SocketSecurity ignore npm/ssh2@1.15.0

Copy link

Thanks for the PR!

This section of the codebase is owner by https://github.com/AlexRogalskiy/ - if they write a comment saying "LGTM" then it will be merged.

Copy link

Thanks for opening an issue! Make sure you've followed CONTRIBUTING.md.

Copy link

Hello from PR Helper

Is your PR ready for review and processing? Mark the PR ready by including #pr-ready in a comment.

If you still have work to do, even after marking this ready. Put the PR on hold by including #pr-onhold in a comment.

@renovate renovate bot changed the title ⬆️ Updates eslint-plugin-unicorn to v55 ⬆️ Updates eslint-plugin-unicorn to v55 - autoclosed Oct 4, 2024
@renovate renovate bot closed this Oct 4, 2024
@renovate renovate bot deleted the renovate/eslint-plugin-unicorn-55.x branch October 4, 2024 02:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants