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

chore(deps): bump the npm group across 1 directory with 8 updates #62

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 23, 2024

Bumps the npm group with 8 updates in the /playwright directory:

Package From To
@faker-js/faker 8.4.1 9.0.1
luxon 3.4.4 3.5.0
@playwright/test 1.42.1 1.47.2
eslint 8.57.0 9.11.0
eslint-plugin-import 2.29.1 2.30.0
eslint-plugin-n 16.6.2 17.10.3
eslint-plugin-promise 6.1.1 7.1.0
npm-check-updates 16.14.18 17.1.3

Updates @faker-js/faker from 8.4.1 to 9.0.1

Release notes

Sourced from @​faker-js/faker's releases.

v9.0.1

What's Changed

Full Changelog: faker-js/faker@v9.0.0...v9.0.1

v9.0.0

New & Noteworthy

  • Drop support for NodeJS prior to v18
  • Drop support for TypeScript prior to v5
  • Remove v8 deprecations
  • For more see our migration guide
  • You can already read a draft of upcoming change announcement in #3056

What's Changed

... (truncated)

Changelog

Sourced from @​faker-js/faker's changelog.

9.0.1 (2024-09-14)

Bug Fixes

9.0.0 (2024-09-02)

No noteworthy changes to 9.0.0-rc.1

For those upgrading from earlier versions, please refer to our Migration Guide for detailed instructions.

9.0.0-rc.1 (2024-08-19)

New Locales

  • locale: implement company info on pt_PT locale (#3022) (0fd0402)
  • locale: implement more colors to pt_PT locale (#3021) (a210619)
  • locale: implement state info on sk locale (#3054) (8c55493)

Features

9.0.0-rc.0 (2024-07-11)

Changed Locales

9.0.0-alpha.1 (2024-06-22)

⚠ BREAKING CHANGES

  • date: separate timeZone method (#2947)
  • locale: use singular locale definition keys (#2932)
  • locale: use snake case for all locale data (#2910)
  • locale: remove location data index-value-binding (#2476)

New Locales

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by st-ddt, a new releaser for @​faker-js/faker since your current version.


Updates luxon from 3.4.4 to 3.5.0

Changelog

Sourced from luxon's changelog.

3.5.0 (2024-08-03)

  • Various performance improvements
  • throwOnInvalid causes the constructor to throw if the year is invalid
Commits

Updates @playwright/test from 1.42.1 to 1.47.2

Release notes

Sourced from @​playwright/test's releases.

v1.47.2

Highlights

microsoft/playwright#32699 [REGRESSION]: fix(codegen): use content_frame property in python/.NET microsoft/playwright#32706 [REGRESSION]: page.pause() does not pause test timeout after 1.47 microsoft/playwright#32661 - fix(trace-viewer): time delta between local and remote actions

Browser Versions

  • Chromium 129.0.6668.29
  • Mozilla Firefox 130.0
  • WebKit 18.0

This version was also tested against the following stable channels:

  • Google Chrome 128
  • Microsoft Edge 128

v1.47.1

Highlights

microsoft/playwright#32480 - [REGRESSION]: tsconfig.json's compilerOptions.paths no longer working in 1.47 microsoft/playwright#32552 - [REGRESSION]: broken UI in Trace Viewer while showing network response body

Browser Versions

  • Chromium 129.0.6668.29
  • Mozilla Firefox 130.0
  • WebKit 18.0

This version was also tested against the following stable channels:

  • Google Chrome 128
  • Microsoft Edge 128

v1.47.0

Network Tab improvements

The Network tab in the UI mode and trace viewer has several nice improvements:

  • filtering by asset type and URL
  • better display of query string parameters
  • preview of font assets

Network tab now has filters

Credit to @​kubajanik for these wonderful improvements!

--tsconfig CLI option

By default, Playwright will look up the closest tsconfig for each imported file using a heuristic. You can now specify a single tsconfig file in the command line, and Playwright will use it for all imported files, not only test files:

# Pass a specific tsconfig
</tr></table> 

... (truncated)

Commits
  • d93029f chore: mark v1.47.2 (#32729)
  • 0c6217a cherry-pick(#32699): fix(codegen): use content_frame property in python
  • f96b487 cherry-pick(#32714): fix(test runner): page.pause() should enable debug mode ...
  • 937424f cherry-pick(#32661): fix(trace-viewer): time delta between local and … (#32663)
  • 3d2ffd0 chore: mark v1.47.1 (#32617)
  • dba1319 cherry-pick(#32589): docs: release note fixes for 1.47
  • 90f959a cherry-pick(#32553): fix(trace-viewer): fix ui issue on network request details
  • 13e6e48 cherry-pick(#32491): fix(test runner): allow directory imports with path mapp...
  • 8762407 cherry-pick(#32492): Revert "fix(test runner): align with typescript … (#32560)
  • f9145b1 cherry-pick(#32516): chore: allow query as string in Python/.NET
  • Additional commits viewable in compare view

Updates eslint from 8.57.0 to 9.11.0

Release notes

Sourced from eslint's releases.

v9.11.0

Features

  • ec30c73 feat: add "eslint/universal" to export Linter (#18883) (唯然)
  • c591da6 feat: Add language to types (#18917) (Nicholas C. Zakas)
  • 492eb8f feat: limit the name given to ImportSpecifier in id-length (#18861) (Tanuj Kanti)
  • 19c6856 feat: Add no-useless-constructor suggestion (#18799) (Jordan Thomson)
  • a48f8c2 feat: add type FormatterFunction, update LoadedFormatter (#18872) (Francesco Trotta)

Bug Fixes

  • 5e5f39b fix: add missing types for no-restricted-exports rule (#18914) (Kristóf Poduszló)
  • 8f630eb fix: add missing types for no-param-reassign options (#18906) (Kristóf Poduszló)
  • d715781 fix: add missing types for no-extra-boolean-cast options (#18902) (Kristóf Poduszló)
  • 2de5742 fix: add missing types for no-misleading-character-class options (#18905) (Kristóf Poduszló)
  • c153084 fix: add missing types for no-implicit-coercion options (#18903) (Kristóf Poduszló)
  • fa11b2e fix: add missing types for no-empty-function options (#18901) (Kristóf Poduszló)
  • a0deed1 fix: add missing types for camelcase options (#18897) (Kristóf Poduszló)

Documentation

  • e4e5709 docs: correct prefer-object-has-own type definition comment (#18924) (Nitin Kumar)
  • 91cbd18 docs: add unicode abbreviations in no-irregular-whitespace rule (#18894) (Alix Royere)
  • 59cfc0f docs: clarify resultsMeta in LoadedFormatter type (#18881) (Milos Djermanovic)
  • adcc50d docs: Update README (GitHub Actions Bot)
  • 4edac1a docs: Update README (GitHub Actions Bot)

Build Related

  • 959d360 build: Support updates to previous major versions (#18871) (Milos Djermanovic)

Chores

  • ca21a64 chore: upgrade @​eslint/js@​9.11.0 (#18927) (Milos Djermanovic)
  • a10f90a chore: package.json update for @​eslint/js release (Jenkins)
  • e4e02cc refactor: Extract processor logic into ProcessorService (#18818) (Nicholas C. Zakas)
  • 6d4484d chore: updates for v8.57.1 release (Jenkins)
  • 71f37c5 refactor: use optional chaining when validating config rules (#18893) (lucasrmendonca)
  • 2c2805f chore: Add PR note to all templates (#18892) (Nicholas C. Zakas)
  • 7b852ce refactor: use Directive class from @eslint/plugin-kit (#18884) (Milos Djermanovic)
  • d594ddd chore: update dependency @​eslint/core to ^0.6.0 (#18863) (renovate[bot])
  • 78b2421 chore: Update change.yml (#18882) (Nicholas C. Zakas)
  • a416f0a chore: enable $ExpectType comments in .ts files (#18869) (Francesco Trotta)

v9.10.0

Features

  • 301b90d feat: Add types (#18854) (Nicholas C. Zakas)
  • bcf0df5 feat: limit namespace import identifier in id-length rule (#18849) (ChaedongIm)
  • 45c18e1 feat: add requireFlag option to require-unicode-regexp rule (#18836) (Brett Zamir)
  • 183b459 feat: add error message for duplicate flags in no-invalid-regexp (#18837) (Tanuj Kanti)
  • c69b406 feat: report duplicate allowed flags in no-invalid-regexp (#18754) (Tanuj Kanti)

Documentation

  • bee0e7a docs: update README (#18865) (Milos Djermanovic)
  • 5d80b59 docs: specify that ruleId can be null in custom formatter docs (#18857) (Milos Djermanovic)

... (truncated)

Changelog

Sourced from eslint's changelog.

v9.11.0 - September 20, 2024

  • ca21a64 chore: upgrade @​eslint/js@​9.11.0 (#18927) (Milos Djermanovic)
  • a10f90a chore: package.json update for @​eslint/js release (Jenkins)
  • 5e5f39b fix: add missing types for no-restricted-exports rule (#18914) (Kristóf Poduszló)
  • e4e5709 docs: correct prefer-object-has-own type definition comment (#18924) (Nitin Kumar)
  • 8f630eb fix: add missing types for no-param-reassign options (#18906) (Kristóf Poduszló)
  • d715781 fix: add missing types for no-extra-boolean-cast options (#18902) (Kristóf Poduszló)
  • e4e02cc refactor: Extract processor logic into ProcessorService (#18818) (Nicholas C. Zakas)
  • ec30c73 feat: add "eslint/universal" to export Linter (#18883) (唯然)
  • c591da6 feat: Add language to types (#18917) (Nicholas C. Zakas)
  • 91cbd18 docs: add unicode abbreviations in no-irregular-whitespace rule (#18894) (Alix Royere)
  • 959d360 build: Support updates to previous major versions (#18871) (Milos Djermanovic)
  • 6d4484d chore: updates for v8.57.1 release (Jenkins)
  • 492eb8f feat: limit the name given to ImportSpecifier in id-length (#18861) (Tanuj Kanti)
  • 2de5742 fix: add missing types for no-misleading-character-class options (#18905) (Kristóf Poduszló)
  • c153084 fix: add missing types for no-implicit-coercion options (#18903) (Kristóf Poduszló)
  • 19c6856 feat: Add no-useless-constructor suggestion (#18799) (Jordan Thomson)
  • fa11b2e fix: add missing types for no-empty-function options (#18901) (Kristóf Poduszló)
  • a0deed1 fix: add missing types for camelcase options (#18897) (Kristóf Poduszló)
  • 71f37c5 refactor: use optional chaining when validating config rules (#18893) (lucasrmendonca)
  • 2c2805f chore: Add PR note to all templates (#18892) (Nicholas C. Zakas)
  • 7b852ce refactor: use Directive class from @eslint/plugin-kit (#18884) (Milos Djermanovic)
  • a48f8c2 feat: add type FormatterFunction, update LoadedFormatter (#18872) (Francesco Trotta)
  • d594ddd chore: update dependency @​eslint/core to ^0.6.0 (#18863) (renovate[bot])
  • 59cfc0f docs: clarify resultsMeta in LoadedFormatter type (#18881) (Milos Djermanovic)
  • 78b2421 chore: Update change.yml (#18882) (Nicholas C. Zakas)
  • a416f0a chore: enable $ExpectType comments in .ts files (#18869) (Francesco Trotta)
  • adcc50d docs: Update README (GitHub Actions Bot)
  • 4edac1a docs: Update README (GitHub Actions Bot)

v8.57.1 - September 16, 2024

  • 140ec45 chore: upgrade @​eslint/js@​8.57.1 (#18913) (Milos Djermanovic)
  • bcdfc04 chore: package.json update for @​eslint/js release (Jenkins)
  • 3f6ce8d chore: pin vite-plugin-commonjs@0.10.1 (#18910) (Milos Djermanovic)
  • a19072f fix: add logic to handle fixTypes in the lintText() method (#18900) (Francesco Trotta)
  • 04c7188 fix: Don't lint same file multiple times (#18899) (Francesco Trotta)
  • 87ec3c4 fix: do not throw when defining a global named __defineSetter__ (#18898) (Francesco Trotta)
  • 60a1267 fix: Provide helpful error message for nullish configs (#18889) (Milos Djermanovic)
  • 35d366a build: Support updates to previous major versions (#18870) (Milos Djermanovic)
  • a0dea8e fix: allow name in global ignores, fix --no-ignore for non-global (#18875) (Milos Djermanovic)
  • 3836bb4 fix: do not crash on error in fs.walk filter (#18886) (Milos Djermanovic)
  • 2dec349 fix: skip processor code blocks that match only universal patterns (#18880) (Milos Djermanovic)
  • 6a5add4 docs: v8.x Add EOL banner (#18744) (Amaresh S M)
  • b034575 docs: v8.x add version support page to the dropdown (#18731) (Amaresh S M)
  • 760ef7d docs: v8.x add version support page in the side navbar (#18740) (Amaresh S M)
  • 428b7ea docs: Add Powered by Algolia label to the search (#18658) (Amaresh S M)
  • 9f07549 chore: ignore /docs/v8.x in link checker (#18660) (Milos Djermanovic)
  • c68c07f docs: version selectors synchronization (#18265) (Milos Djermanovic)

... (truncated)

Commits
  • 26baf40 9.11.0
  • 4cc6637 Build: changelog update for 9.11.0
  • ca21a64 chore: upgrade @​eslint/js@​9.11.0 (#18927)
  • a10f90a chore: package.json update for @​eslint/js release
  • 5e5f39b fix: add missing types for no-restricted-exports rule (#18914)
  • e4e5709 docs: correct prefer-object-has-own type definition comment (#18924)
  • 8f630eb fix: add missing types for no-param-reassign options (#18906)
  • d715781 fix: add missing types for no-extra-boolean-cast options (#18902)
  • e4e02cc refactor: Extract processor logic into ProcessorService (#18818)
  • ec30c73 feat: add "eslint/universal" to export Linter (#18883)
  • Additional commits viewable in compare view

Updates eslint-plugin-import from 2.29.1 to 2.30.0

Release notes

Sourced from eslint-plugin-import's releases.

v2.30.0

Added

Fixed

Changed

  • [Docs] no-extraneous-dependencies: Make glob pattern description more explicit (#2944, thanks [@​mulztob])
  • [no-unused-modules]: add console message to help debug #2866
  • [Refactor] ExportMap: make procedures static instead of monkeypatching exportmap (#2982, thanks [@​soryy708])
  • [Refactor] ExportMap: separate ExportMap instance from its builder logic (#2985, thanks [@​soryy708])
  • [Docs] order: Add a quick note on how unbound imports and --fix (#2640, thanks [@​minervabot])
  • [Tests] appveyor -> GHA (run tests on Windows in both pwsh and WSL + Ubuntu) (#2987, thanks [@​joeyguerra])
  • [actions] migrate OSX tests to GHA ([ljharb#37], thanks [@​aks-])
  • [Refactor] exportMapBuilder: avoid hoisting (#2989, thanks [@​soryy708])
  • [Refactor] ExportMap: extract "builder" logic to separate files (#2991, thanks [@​soryy708])
  • [Docs] [order]: update the description of the pathGroupsExcludedImportTypes option (#3036, thanks [@​liby])
  • [readme] Clarify how to install the plugin (#2993, thanks [@​jwbth])

... (truncated)

Changelog

Sourced from eslint-plugin-import's changelog.

[2.30.0] - 2024-09-02

Added

  • [dynamic-import-chunkname]: add allowEmpty option to allow empty leading comments (#2942, thanks [@​JiangWeixian])
  • [dynamic-import-chunkname]: Allow empty chunk name when webpackMode: 'eager' is set; add suggestions to remove name in eager mode (#3004, thanks [@​amsardesai])
  • [no-unused-modules]: Add ignoreUnusedTypeExports option (#3011, thanks [@​silverwind])
  • add support for Flat Config (#3018, thanks [@​michaelfaith])

Fixed

Changed

  • [Docs] no-extraneous-dependencies: Make glob pattern description more explicit (#2944, thanks [@​mulztob])
  • [no-unused-modules]: add console message to help debug #2866
  • [Refactor] ExportMap: make procedures static instead of monkeypatching exportmap (#2982, thanks [@​soryy708])
  • [Refactor] ExportMap: separate ExportMap instance from its builder logic (#2985, thanks [@​soryy708])
  • [Docs] order: Add a quick note on how unbound imports and --fix (#2640, thanks [@​minervabot])
  • [Tests] appveyor -> GHA (run tests on Windows in both pwsh and WSL + Ubuntu) (#2987, thanks [@​joeyguerra])
  • [actions] migrate OSX tests to GHA ([ljharb#37], thanks [@​aks-])
  • [Refactor] exportMapBuilder: avoid hoisting (#2989, thanks [@​soryy708])
  • [Refactor] ExportMap: extract "builder" logic to separate files (#2991, thanks [@​soryy708])
  • [Docs] [order]: update the description of the pathGroupsExcludedImportTypes option (#3036, thanks [@​liby])
  • [readme] Clarify how to install the plugin (#2993, thanks [@​jwbth])
Commits
  • 18787d3 Bump to 2.30.0
  • 9902298 [Deps] update eslint-module-utils
  • 9d194a6 [utils] v2.9.0
  • 0a58d75 [resolvers/webpack] v0.13.9
  • a3015eb [Test] namespace: ensure valid case is actually included
  • 8bdb32b [Test] add explicit marker for trailing whitespace in cases
  • 038c26c [readme] Clarify how to install the plugin
  • 32a2b89 [Fix] order: do not compare first path segment for relative paths (#2682)
  • ee1ea02 [Fix] newline-after-import: fix considerComments option when require
  • 806e3c2 [New] add support for Flat Config
  • Additional commits viewable in compare view

Updates eslint-plugin-n from 16.6.2 to 17.10.3

Release notes

Sourced from eslint-plugin-n's releases.

v17.10.3

17.10.3 (2024-09-18)

🩹 Fixes

  • Use our data set to work out if a module is a node module (#338) (6a1b2c5)

📚 Documentation

  • process-exit-as-throw: update wording (#323) (e5e758e)

v17.10.2

17.10.2 (2024-08-05)

🩹 Fixes

v17.10.1

17.10.1 (2024-07-26)

🩹 Fixes

v17.10.0

17.10.0 (2024-07-26)

🌟 Features

  • no-unsupported: Support node 20.16.0 (73e2bed)
  • no-unsupported: Support node 22.3.0 and 20.16.0 (#315) (73e2bed)
  • Update to node v22.4.0 (#310) (

Bumps the npm group with 8 updates in the /playwright directory:

| Package | From | To |
| --- | --- | --- |
| [@faker-js/faker](https://github.com/faker-js/faker) | `8.4.1` | `9.0.1` |
| [luxon](https://github.com/moment/luxon) | `3.4.4` | `3.5.0` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.42.1` | `1.47.2` |
| [eslint](https://github.com/eslint/eslint) | `8.57.0` | `9.11.0` |
| [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) | `2.29.1` | `2.30.0` |
| [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) | `16.6.2` | `17.10.3` |
| [eslint-plugin-promise](https://github.com/eslint-community/eslint-plugin-promise) | `6.1.1` | `7.1.0` |
| [npm-check-updates](https://github.com/raineorshine/npm-check-updates) | `16.14.18` | `17.1.3` |



Updates `@faker-js/faker` from 8.4.1 to 9.0.1
- [Release notes](https://github.com/faker-js/faker/releases)
- [Changelog](https://github.com/faker-js/faker/blob/next/CHANGELOG.md)
- [Commits](faker-js/faker@v8.4.1...v9.0.1)

Updates `luxon` from 3.4.4 to 3.5.0
- [Changelog](https://github.com/moment/luxon/blob/master/CHANGELOG.md)
- [Commits](moment/luxon@3.4.4...3.5.0)

Updates `@playwright/test` from 1.42.1 to 1.47.2
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.42.1...v1.47.2)

Updates `eslint` from 8.57.0 to 9.11.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.57.0...v9.11.0)

Updates `eslint-plugin-import` from 2.29.1 to 2.30.0
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md)
- [Commits](import-js/eslint-plugin-import@v2.29.1...v2.30.0)

Updates `eslint-plugin-n` from 16.6.2 to 17.10.3
- [Release notes](https://github.com/eslint-community/eslint-plugin-n/releases)
- [Changelog](https://github.com/eslint-community/eslint-plugin-n/blob/master/CHANGELOG.md)
- [Commits](eslint-community/eslint-plugin-n@16.6.2...v17.10.3)

Updates `eslint-plugin-promise` from 6.1.1 to 7.1.0
- [Release notes](https://github.com/eslint-community/eslint-plugin-promise/releases)
- [Changelog](https://github.com/eslint-community/eslint-plugin-promise/blob/main/CHANGELOG.md)
- [Commits](eslint-community/eslint-plugin-promise@v6.1.1...v7.1.0)

Updates `npm-check-updates` from 16.14.18 to 17.1.3
- [Release notes](https://github.com/raineorshine/npm-check-updates/releases)
- [Changelog](https://github.com/raineorshine/npm-check-updates/blob/main/CHANGELOG.md)
- [Commits](raineorshine/npm-check-updates@v16.14.18...v17.1.3)

---
updated-dependencies:
- dependency-name: "@faker-js/faker"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: luxon
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@playwright/test"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: eslint-plugin-import
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: eslint-plugin-n
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: eslint-plugin-promise
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: npm-check-updates
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 23, 2024
Copy link

changeset-bot bot commented Sep 23, 2024

⚠️ No Changeset found

Latest commit: 370778d

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have skipped reviewing this pull request. Here's why:

  • It seems to have been created by a bot (hey, dependabot[bot]!). We assume it knows what it's doing!
  • We don't review packaging changes - Let us know if you'd like us to change this.

Copy link

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

Package New capabilities Transitives Size Publisher
npm/@faker-js/faker@9.0.1 None 0 8.67 MB st-ddt
npm/@playwright/test@1.47.2 None +2 10.6 MB dgozman-ms, mxschmitt, pavelfeldman, ...1 more
npm/eslint-plugin-import@2.30.0 environment, filesystem, unsafe Transitive: eval +44 4.83 MB ljharb
npm/eslint-plugin-n@17.10.3 Transitive: environment, unsafe +6 1.79 MB eslint-community-bot, weiran.zsd
npm/eslint-plugin-promise@7.1.0 None 0 77.7 kB eslint-community-bot
npm/eslint@9.11.0 environment Transitive: filesystem, unsafe +19 5.83 MB eslintbot
npm/globals@13.19.0 None 0 46.4 kB sindresorhus
npm/has-property-descriptors@1.0.0 None 0 9.31 kB ljharb
npm/has@1.0.3 None 0 2.77 kB ljharb
npm/highcharts@11.4.0 None 0 79.7 MB torsteinhonsi
npm/highlight.js@11.9.0 None 0 5.29 MB highlightjs_bot
npm/html-escaper@2.0.2 None 0 13.1 kB webreflection
npm/html-validate@8.18.1 environment, filesystem 0 3.61 MB ext
npm/htmlnano@2.0.2 None 0 1.18 MB maltsev
npm/htmlparser2@7.2.0 None 0 89.9 kB feedic
npm/http-errors@2.0.0 None 0 18.8 kB dougwilson
npm/ical.js@1.5.0 None 0 669 kB kewisch
npm/ignore@5.2.0 None 0 48.9 kB kael
npm/immutable@4.0.0 None 0 664 kB leebyron
npm/infer-owner@1.0.4 filesystem 0 4.29 kB isaacs
npm/internal-slot@1.0.5 None 0 19.5 kB ljharb
npm/internmap@2.0.3 None 0 10.5 kB mbostock
npm/ip@1.1.8 None 0 13.6 kB indutny
npm/is-arrayish@0.2.1 None 0 4.05 kB qix
npm/is-binary-path@2.1.0 None 0 3.08 kB sindresorhus
npm/is-callable@1.2.4 None 0 20.1 kB ljharb
npm/is-core-module@2.13.0 None 0 29.8 kB ljharb
npm/is-expression@4.0.0 None 0 6.12 kB forbeslindesay
npm/is-json@2.0.1 None 0 5.82 kB quim
npm/is-promise@2.2.2 None 0 2.75 kB forbeslindesay
npm/is-typed-array@1.1.10 None 0 18.4 kB ljharb
npm/isbinaryfile@4.0.10 filesystem 0 12.5 kB gjtorikian
npm/istanbul-lib-coverage@3.2.0 None 0 29.3 kB oss-bot
npm/istanbul-lib-report@3.0.1 filesystem 0 37.6 kB oss-bot
npm/istanbul-reports@3.1.6 None 0 294 kB oss-bot
npm/jquery-migrate@3.4.1 None 0 594 kB mgol
npm/jquery@3.7.1 None 0 1.25 MB timmywil
npm/js-cookie@3.0.5 None 0 26.2 kB carhartl
npm/js-stringify@1.0.2 None 0 3.83 kB forbeslindesay
npm/js-tokens@4.0.0 None 0 15.1 kB lydell
npm/json-parse-even-better-errors@2.3.1 None 0 10.4 kB isaacs
npm/json5@2.2.1 None 0 229 kB jordanbtucker
npm/jstransformer@1.0.0 filesystem 0 21.2 kB timothygu
npm/kleur@4.1.4 None 0 20.2 kB lukeed
npm/lines-and-columns@1.2.4 None 0 5.39 kB eventualbuddha
npm/list.js@2.3.1 None 0 943 kB javve
npm/lmdb@2.8.5 environment, filesystem, unsafe 0 2.4 MB kriszyp
npm/luxon@3.5.0 None 0 4.48 MB icambron
npm/magic-string@0.30.7 None 0 447 kB antfu
npm/make-dir@4.0.0 filesystem 0 9.91 kB sindresorhus
npm/make-fetch-happen@10.1.5 environment, network 0 59 kB nlf
npm/mdn-data@2.0.14 None 0 562 kB escattone
npm/mime@1.6.0 environment, filesystem 0 51.7 kB broofa
npm/minipass-fetch@2.1.0 environment, network 0 46.2 kB nlf
npm/minipass@3.1.6 None 0 37.8 kB isaacs
npm/moment-timezone@0.5.45 None 0 3.01 MB gilmoreorless
npm/moment@2.30.1 None 0 4.35 MB ichernev
npm/msgpackr-extract@3.0.2 None 0 15.3 kB kriszyp
npm/msgpackr@1.9.9 environment, eval, unsafe 0 1.85 MB kriszyp
npm/muggle-string@0.4.1 None 0 44.7 kB johnsoncodehk
npm/murmurhash-js@1.0.0 None 0 6.34 kB mikolalysenko
npm/naive-ui@2.38.1 environment 0 32.1 MB 07akioni
npm/nanoid@3.3.7 None 0 24.4 kB ai
npm/node-addon-api@3.2.1 None 0 420 kB nicknaso
npm/node-gyp-build-optional-packages@5.1.1 environment, filesystem, unsafe 0 13.9 kB kriszyp
npm/node-gyp-build@4.4.0 environment, filesystem 0 12.8 kB mafintosh
npm/node-gyp@9.0.0 environment, shell 0 1.98 MB rvagg
npm/node-releases@2.0.4 None 0 24.5 kB chicoxyzzy
npm/nopt@5.0.0 environment 0 25.8 kB isaacs
npm/normalize-path@3.0.0 None 0 9.22 kB jonschlinkert
npm/npm-check-updates@17.1.3 None 0 5.4 MB raine
npm/nth-check@2.1.1 None 0 42.6 kB feedic
npm/nullthrows@1.1.1 None 0 2.84 kB zertosh
npm/object-assign@4.1.1 None 0 5.49 kB sindresorhus
npm/on-finished@2.4.1 unsafe 0 13.7 kB dougwilson
npm/ordered-binary@1.4.1 None 0 52.3 kB kriszyp
npm/parcel@2.12.0 environment 0 40.5 kB devongovett
npm/parse-json@5.2.0 None 0 5.41 kB sindresorhus
npm/picocolors@1.0.0 environment 0 5.66 kB alexeyraspopov
npm/pinia-plugin-persist@1.0.0 None 0 5.98 kB seb.l.
npm/pinia@2.1.7 environment 0 379 kB posva
npm/postcss-selector-parser@6.0.15 None 0 186 kB evilebottnawi
npm/postcss-value-parser@4.2.0 None 0 27.2 kB evilebottnawi
npm/postcss@8.4.35 environment, filesystem 0 198 kB ai
npm/posthtml-parser@0.11.0 None 0 11.5 kB scrum
npm/posthtml-render@3.0.0 None 0 31.1 kB scrum
npm/posthtml@0.16.6 None 0 25.1 kB scrum
npm/preact@10.12.1 None 0 1.19 MB marvinhagemeister
npm/promise@7.3.1 eval 0 90.7 kB forbeslindesay
npm/prompts@2.4.2 None 0 187 kB terkelg
npm/pug-attrs@3.0.0 None 0 7.92 kB pug-bot
npm/pug-code-gen@3.0.2 None 0 28.5 kB pug-bot
npm/pug-error@2.0.0 None 0 4.59 kB pug-bot
npm/pug-filters@4.0.0 None 0 9.58 kB pug-bot
npm/pug-lexer@5.0.1 None 0 59.3 kB pug-bot
npm/pug-linker@4.0.0 None 0 8.57 kB pug-bot
npm/pug-load@3.0.0 filesystem 0 9.33 kB pug-bot
npm/pug-parser@6.0.0 None 0 35.8 kB pug-bot
npm/pug-runtime@3.0.1 filesystem 0 17 kB pug-bot
npm/pug-strip-comments@2.0.0 None 0 5.95 kB pug-bot
npm/pug-walk@2.0.0 None 0 9.61 kB pug-bot
npm/pug@3.0.2 environment, eval, filesystem 0 59.7 kB pug-bot
npm/punycode@2.1.1 None 0 32.4 kB mathias
npm/range-parser@1.2.1 None 0 8.46 kB dougwilson
npm/react-error-overlay@6.0.9 network 0 357 kB iansu
npm/react-refresh@0.9.0 environment 0 55.5 kB gaearon
npm/readdirp@3.6.0 filesystem 0 20.5 kB paulmillr
npm/regenerator-runtime@0.14.0 None 0 27.8 kB benjamn
npm/resolve@1.22.8 environment, filesystem 0 145 kB ljharb
npm/robust-predicates@3.0.1 None 0 298 kB mourner
npm/rollup@3.29.4 environment, filesystem 0 2.52 MB lukastaegert
npm/rw@1.3.3 filesystem 0 24.2 kB mbostock
npm/sass@1.72.0 filesystem, unsafe 0 5.17 MB sassbot
npm/seemly@0.3.8 None 0 70.7 kB 07akioni
npm/select2-bootstrap-5-theme@1.3.0 None 0 169 kB apalfrey
npm/select2@4.1.0-rc.0 None 0 846 kB kevin-brown
npm/send@0.18.0 filesystem, network 0 50.1 kB dougwilson
npm/setprototypeof@1.2.0 None 0 4.03 kB wesleytodd
npm/shepherd.js@11.2.0 None 0 2.89 MB rwwagner90
npm/socks-proxy-agent@6.2.0 network 0 27.4 kB kikobeats
npm/socks@2.6.2 network 0 152 kB joshglazebrook
npm/sortablejs@1.15.2 None 0 556 kB owenm
npm/source-map-js@1.0.2 None 0 148 kB 7rulnik
npm/srcset@4.0.0 None 0 10.8 kB sindresorhus
npm/ssri@9.0.1 None 0 37.5 kB nlf
npm/stable@0.1.8 None 0 8.41 kB stephank
npm/statuses@2.0.1 None 0 12.1 kB dougwilson
npm/string-natural-compare@2.0.3 None 0 9.31 kB nwoltman
npm/svgo@2.8.0 filesystem 0 975 kB trysound
npm/tar@6.1.11 environment, filesystem 0 161 kB isaacs
npm/term-size@2.2.1 environment, shell 0 64.4 kB sindresorhus
npm/test-exclude@6.0.0 None 0 23.6 kB coreyfarrell
npm/timsort@0.3.0 None 0 58.7 kB mziccard
npm/to-fast-properties@2.0.0 None 0 3.5 kB sindresorhus
npm/toidentifier@1.0.1 None 0 4.68 kB dougwilson
npm/token-stream@1.0.0 None 0 5.53 kB timothygu
npm/treemate@0.3.11 environment 0 93.1 kB 07akioni
npm/tslib@2.4.0 None 0 50 kB typescript-bot
npm/unique-filename@1.1.1 None 0 41.4 kB iarna
npm/unique-slug@2.0.2 None 0 2.68 kB zkat
npm/utility-types@3.10.0 None 0 62.2 kB piotrwitek
npm/v8-to-istanbul@9.0.1 filesystem, unsafe 0 44.6 kB oss-bot
npm/vanillajs-datepicker@1.3.4 None 0 1.63 MB mymth
npm/vdirs@0.1.8 None 0 18.4 kB 07akioni
npm/vite@4.5.3 environment, eval, filesystem, network, shell, unsafe 0 3.34 MB vitebot
npm/void-elements@3.1.0 None 0 3.11 kB forbeslindesay
npm/volar-service-html@0.0.34 None 0 22.1 kB johnsoncodehk
npm/volar-service-pug@0.0.34 None 0 38.3 kB johnsoncodehk
npm/vooks@0.2.12 environment 0 52.8 kB 07akioni
npm/vscode-html-languageservice@5.1.2 None 0 1.58 MB vscode-bot
npm/vscode-jsonrpc@8.2.0 environment, network 0 208 kB vscode-bot
npm/vscode-languageserver-protocol@3.17.5 None 0 365 kB vscode-bot
npm/vscode-languageserver-textdocument@1.0.11 None 0 39.4 kB vscode-bot
npm/vscode-languageserver-types@3.17.5 None 0 377 kB vscode-bot
npm/vscode-uri@3.0.8 None 0 204 kB vscode-bot
npm/vue-demi@0.14.5 filesystem 0 27 kB antfu
npm/vue-eslint-parser@9.4.2 unsafe 0 1.14 MB ota-meshi
npm/vue-router@4.3.0 environment 0 796 kB posva
npm/vue@3.4.21 environment, eval 0 2.19 MB yyx990803
npm/vueuc@0.4.58 None 0 228 kB 07akioni
npm/weak-lru-cache@1.2.2 None 0 28.2 kB kriszyp
npm/with@7.0.2 None 0 40.3 kB with-bot
npm/xml-name-validator@4.0.0 None 0 13.5 kB domenic
npm/yaml@1.10.2 environment 0 448 kB eemeli
npm/zxcvbn@4.4.2 None 0 3.46 MB wheels

🚮 Removed packages: npm/@faker-js/faker@8.4.1, npm/@playwright/test@1.42.1, npm/npm-check-updates@16.14.18

View full report↗︎

Copy link
Author

dependabot bot commented on behalf of github Sep 30, 2024

Superseded by #66.

@dependabot dependabot bot closed this Sep 30, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/playwright/npm-6fc450329c branch September 30, 2024 10:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants