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

Next.js: Add portable stories API #26142

Merged

Conversation

yannbf
Copy link
Member

@yannbf yannbf commented Feb 22, 2024

Closes #25880

What I did

This PR introduces the portable stories API for nextjs in the @storybook/nextjs package.

Checklist for Contributors

Testing

The changes in this PR are covered in the following automated tests:

  • stories
  • unit tests
  • integration tests
  • end-to-end tests

Manual testing

This section is mandatory for all contributions. If you believe no manual test is necessary, please state so explicitly. Thanks!

Documentation

  • Add or update documentation reflecting your changes
  • If you are deprecating/removing a feature, make sure to update
    MIGRATION.MD

Checklist for Maintainers

  • When this PR is ready for testing, make sure to add ci:normal, ci:merged or ci:daily GH label to it to run a specific set of sandboxes. The particular set of sandboxes can be found in code/lib/cli/src/sandbox-templates.ts

  • Make sure this PR contains one of the labels below:

    Available labels
    • bug: Internal changes that fixes incorrect behavior.
    • maintenance: User-facing maintenance tasks.
    • dependencies: Upgrading (sometimes downgrading) dependencies.
    • build: Internal-facing build tooling & test updates. Will not show up in release changelog.
    • cleanup: Minor cleanup style change. Will not show up in release changelog.
    • documentation: Documentation only changes. Will not show up in release changelog.
    • feature request: Introducing a new feature.
    • BREAKING CHANGE: Changes that break compatibility in some way with current major version.
    • other: Changes that don't fit in the above categories.

🦋 Canary release

This pull request has been released as version 0.0.0-pr-26142-sha-d413d537. Try it out in a new sandbox by running npx storybook@0.0.0-pr-26142-sha-d413d537 sandbox or in an existing project with npx storybook@0.0.0-pr-26142-sha-d413d537 upgrade.

More information
Published version 0.0.0-pr-26142-sha-d413d537
Triggered by @yannbf
Repository storybookjs/storybook
Branch feat/portable-stories-nextjs
Commit d413d537
Datetime Fri Feb 23 08:04:21 UTC 2024 (1708675461)
Workflow run 8016297262

To request a new release of this pull request, mention the @storybookjs/core team.

core team members can create a new canary release here or locally with gh workflow run --repo storybookjs/storybook canary-release-pr.yml --field pr=26142

@storybook-bot
Copy link
Contributor

Failed to publish canary version of this pull request, triggered by @yannbf. See the failed workflow run at: https://github.com/storybookjs/storybook/actions/runs/8002666789

@yannbf yannbf force-pushed the feat/portable-stories-nextjs branch from 156be04 to e8dfde8 Compare February 22, 2024 10:11
@yannbf yannbf force-pushed the feat/portable-stories-nextjs branch from e8dfde8 to d413d53 Compare February 22, 2024 16:43
Copy link

socket-security bot commented Feb 26, 2024

🚨 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 Note
New author npm/anymatch@3.1.3
New author npm/forever-agent@0.6.1
New author npm/clone-response@1.0.3
New author npm/asn1@0.2.6
New author npm/ecc-jsbn@0.1.2
New author npm/for-each@0.3.3
Uses eval npm/is-generator-function@1.0.10
New author npm/defaults@1.0.4
New author npm/fd-slicer@1.1.0
New author npm/is-async-function@2.0.0
Uses eval npm/is-async-function@2.0.0
New author npm/@hapi/topo@5.1.0
New author npm/@sideway/formula@3.0.1
New author npm/cosmiconfig@7.1.0
Shell access npm/foreground-child@3.1.1
Shell access npm/foreground-child@3.1.1
New author npm/fast-diff@1.3.0
Shell access npm/execa@2.1.0
New author npm/http-signature@1.3.6
New author npm/expand-tilde@2.0.2
New author npm/@npmcli/map-workspaces@3.0.4
New author npm/@npmcli/name-from-folder@2.0.0
New author npm/nopt@7.2.0
New author npm/abbrev@2.0.0
Uses eval npm/@yarnpkg/lockfile@1.1.0
Uses eval npm/@yarnpkg/lockfile@1.1.0
New author npm/exponential-backoff@3.1.1
Uses eval npm/fast-redact@3.3.0
Uses eval npm/fast-redact@3.3.0
New author npm/@npmcli/fs@2.1.2
New author npm/are-we-there-yet@3.0.1
New author npm/handlebars@4.7.8
New author npm/check-error@1.0.3
New author npm/assert@2.1.0
Uses eval npm/envinfo@7.11.0
Uses eval npm/envinfo@7.11.0
Shell access npm/envinfo@7.11.0
New author npm/@sideway/address@4.1.5
New author npm/diff@5.2.0

View full report↗︎

Next steps

What is new author?

A new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.

Scrutinize new collaborator additions to packages because they now have the ability to publish code into your dependency tree. Packages should avoid frequent or unnecessary additions or changes to publishing rights.

What is eval?

Package uses eval() which is a dangerous function. This prevents the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.

Avoid packages that use eval, since this could potentially execute any code.

What is shell access?

This module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.

Packages should avoid accessing the shell which can reduce portability, and make it easier for malicious shell access to be introduced.

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/anymatch@3.1.3
  • @SocketSecurity ignore npm/forever-agent@0.6.1
  • @SocketSecurity ignore npm/clone-response@1.0.3
  • @SocketSecurity ignore npm/asn1@0.2.6
  • @SocketSecurity ignore npm/ecc-jsbn@0.1.2
  • @SocketSecurity ignore npm/for-each@0.3.3
  • @SocketSecurity ignore npm/is-generator-function@1.0.10
  • @SocketSecurity ignore npm/defaults@1.0.4
  • @SocketSecurity ignore npm/fd-slicer@1.1.0
  • @SocketSecurity ignore npm/is-async-function@2.0.0
  • @SocketSecurity ignore npm/@hapi/topo@5.1.0
  • @SocketSecurity ignore npm/@sideway/formula@3.0.1
  • @SocketSecurity ignore npm/cosmiconfig@7.1.0
  • @SocketSecurity ignore npm/foreground-child@3.1.1
  • @SocketSecurity ignore npm/fast-diff@1.3.0
  • @SocketSecurity ignore npm/execa@2.1.0
  • @SocketSecurity ignore npm/http-signature@1.3.6
  • @SocketSecurity ignore npm/expand-tilde@2.0.2
  • @SocketSecurity ignore npm/@npmcli/map-workspaces@3.0.4
  • @SocketSecurity ignore npm/@npmcli/name-from-folder@2.0.0
  • @SocketSecurity ignore npm/nopt@7.2.0
  • @SocketSecurity ignore npm/abbrev@2.0.0
  • @SocketSecurity ignore npm/@yarnpkg/lockfile@1.1.0
  • @SocketSecurity ignore npm/exponential-backoff@3.1.1
  • @SocketSecurity ignore npm/fast-redact@3.3.0
  • @SocketSecurity ignore npm/@npmcli/fs@2.1.2
  • @SocketSecurity ignore npm/are-we-there-yet@3.0.1
  • @SocketSecurity ignore npm/handlebars@4.7.8
  • @SocketSecurity ignore npm/check-error@1.0.3
  • @SocketSecurity ignore npm/assert@2.1.0
  • @SocketSecurity ignore npm/envinfo@7.11.0
  • @SocketSecurity ignore npm/@sideway/address@4.1.5
  • @SocketSecurity ignore npm/diff@5.2.0

@yannbf yannbf marked this pull request as ready for review February 26, 2024 09:37
code/frameworks/nextjs/src/portable-stories.ts Outdated Show resolved Hide resolved
code/frameworks/nextjs/src/portable-stories.ts Outdated Show resolved Hide resolved
code/frameworks/nextjs/src/portable-stories.ts Outdated Show resolved Hide resolved
Copy link
Contributor

Choose a reason for hiding this comment

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

let's delete this to not cause confusion.

@yannbf yannbf self-assigned this Feb 26, 2024
Copy link

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

Package New capabilities Transitives Size Publisher
npm/@aashutoshrathi/word-wrap@1.2.6 None 0 10.9 kB aashutoshrathi
npm/@babel/regjsgen@0.8.0 None 0 15.4 kB nicolo-ribaudo
npm/@fastify/busboy@2.1.0 None 0 80.1 kB eomm
npm/@gar/promisify@1.1.3 None 0 4.2 kB gar
npm/@hapi/hoek@9.3.0 None 0 51.5 kB devinivy
npm/@hapi/topo@5.1.0 None +1 62.2 kB devinivy
npm/@isaacs/cliui@8.0.2 None +2 37.8 kB isaacs
npm/@istanbuljs/schema@0.1.3 None 0 17.2 kB coreyfarrell
npm/@jest/types@29.6.3 None +12 4.53 MB simenb
npm/@kwsites/file-exists@1.1.1 filesystem Transitive: environment +1 56.7 kB steveukx
npm/@kwsites/promise-deferred@1.1.1 None 0 6.2 kB steveukx
npm/@npmcli/agent@2.2.0 environment, network +6 624 kB npm-cli-ops
npm/@npmcli/config@8.1.0 environment, filesystem Transitive: shell +10 822 kB gar
npm/@npmcli/fs@2.1.2 filesystem +1 43.1 kB gar
npm/@npmcli/map-workspaces@3.0.4 Transitive: environment, filesystem, shell +5 625 kB npm-cli-ops
npm/@npmcli/move-file@2.0.1 filesystem 0 8.73 kB gar
npm/@npmcli/name-from-folder@2.0.0 None 0 2.38 kB lukekarrys
npm/@nrwl/tao@17.0.2 None 0 5.53 kB nrwl-jason
npm/@nx/nx-darwin-arm64@17.0.2 None 0 7.21 MB nrwl-jason
npm/@nx/nx-darwin-x64@17.0.2 None 0 7.66 MB nrwl-jason
npm/@nx/nx-freebsd-x64@17.0.2 None 0 9.66 MB nrwl-jason
npm/@nx/nx-linux-arm-gnueabihf@17.0.2 None 0 9.36 MB nrwl-jason
npm/@nx/nx-linux-arm64-gnu@17.0.2 None 0 9.85 MB nrwl-jason
npm/@nx/nx-linux-arm64-musl@17.0.2 None 0 9.8 MB nrwl-jason
npm/@nx/nx-linux-x64-gnu@17.0.2 None 0 9.74 MB nrwl-jason
npm/@nx/nx-linux-x64-musl@17.0.2 None 0 9.7 MB nrwl-jason
npm/@nx/nx-win32-arm64-msvc@17.0.2 None 0 5.64 MB nrwl-jason
npm/@nx/nx-win32-x64-msvc@17.0.2 None 0 6.42 MB nrwl-jason
npm/@pkgr/core@0.1.1 None 0 8.54 kB jounqin
npm/@rollup/rollup-android-arm-eabi@4.12.0 None 0 1.63 MB lukastaegert
npm/@rollup/rollup-android-arm64@4.12.0 None 0 2.49 MB lukastaegert
npm/@rollup/rollup-darwin-arm64@4.12.0 None 0 2.41 MB lukastaegert
npm/@rollup/rollup-darwin-x64@4.12.0 None 0 2.58 MB lukastaegert
npm/@rollup/rollup-linux-arm-gnueabihf@4.12.0 None 0 2.43 MB lukastaegert
npm/@rollup/rollup-linux-arm64-gnu@4.12.0 None 0 2.47 MB lukastaegert
npm/@rollup/rollup-linux-arm64-musl@4.12.0 None 0 2.37 MB lukastaegert
npm/@rollup/rollup-linux-x64-gnu@4.12.0 None 0 2.73 MB lukastaegert
npm/@rollup/rollup-linux-x64-musl@4.12.0 None 0 2.73 MB lukastaegert
npm/@rollup/rollup-win32-arm64-msvc@4.12.0 None 0 2.93 MB lukastaegert
npm/@rollup/rollup-win32-ia32-msvc@4.12.0 None 0 2.64 MB lukastaegert
npm/@rollup/rollup-win32-x64-msvc@4.12.0 None 0 3.44 MB lukastaegert
npm/@sideway/address@4.1.5 None +1 107 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/@sindresorhus/df@3.1.1 environment Transitive: filesystem, shell +8 115 kB sindresorhus
npm/@sindresorhus/is@4.6.0 None 0 57.5 kB sindresorhus
npm/@stroncium/procfs@1.2.1 filesystem 0 51.4 kB stroncium
npm/@szmarczak/http-timer@4.0.6 None +1 16.3 kB szmarczak
npm/@types/cacheable-request@6.0.3 None +4 3.92 MB types
npm/@types/concat-stream@2.0.3 None +1 3.89 MB types
npm/@types/debug@4.1.12 None +1 9.65 kB types
npm/@types/estree-jsx@1.0.5 None +1 31.5 kB types
npm/@types/estree@1.0.5 None 0 25.7 kB types
npm/@types/hast@2.3.10 None +1 14.7 kB types
npm/@types/http-cache-semantics@4.0.4 None 0 9.28 kB types
npm/@types/is-empty@1.2.3 None 0 2.74 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 +1 13.4 kB types
npm/@types/istanbul-reports@3.0.4 None +2 20 kB types
npm/@types/json5@0.0.29 None 0 3 kB types
npm/@types/keyv@3.1.4 None +1 3.89 MB types
npm/@types/mdast@3.0.15 None +1 19.6 kB types
npm/@types/ms@0.7.34 None 0 3.2 kB types
npm/@types/normalize-package-data@2.4.4 None 0 5.81 kB types
npm/@types/parse-json@4.0.2 None 0 2.95 kB types
npm/@types/responselike@1.0.3 None +1 3.89 MB types
npm/@types/retry@0.12.1 None 0 7.87 kB types
npm/@types/stack-utils@2.0.3 None 0 6.43 kB types
npm/@types/supports-color@8.1.3 None 0 4.78 kB types
npm/@types/text-table@0.2.5 None 0 4.1 kB types
npm/@types/unist@2.0.10 None 0 8.56 kB types
npm/@types/yargs-parser@21.0.3 None 0 8.65 kB types
npm/@types/yargs@17.0.32 None +1 68.8 kB types
npm/@verdaccio/commons-api@10.2.0 network Transitive: environment, eval +4 292 kB jotadeveloper
npm/@verdaccio/config@7.0.0-next-7.10 Transitive: environment, eval, filesystem +16 3.7 MB ayusharma, jotadeveloper, sergiohgz, ...1 more
npm/@verdaccio/core@7.0.0-next-7.10 Transitive: environment, eval, filesystem +9 2.79 MB ayusharma, jotadeveloper, sergiohgz, ...1 more
npm/@verdaccio/file-locking@10.3.1 filesystem 0 34 kB verdaccio.npm
npm/@verdaccio/local-storage@10.3.3 environment, filesystem Transitive: eval, network +9 1.3 MB verdaccio.npm
npm/@verdaccio/logger-7@7.0.0-next-7.10 Transitive: environment, eval, filesystem +15 3.62 MB verdaccio.npm
npm/@verdaccio/logger-commons@7.0.0-next-7.10 environment Transitive: eval, filesystem +14 3.61 MB verdaccio.npm
npm/@verdaccio/logger-prettify@7.0.0-next.1 None +2 737 kB verdaccio.npm
npm/@verdaccio/middleware@7.0.0-next-7.10 filesystem Transitive: environment, eval, network +40 5.23 MB verdaccio.npm
npm/@verdaccio/search@7.0.0-next.2 environment 0 152 kB verdaccio.npm
npm/@verdaccio/signature@7.0.0-next.3 environment +1 85.7 kB verdaccio.npm
npm/@verdaccio/streams@10.2.1 None 0 9.54 kB verdaccio.npm
npm/@verdaccio/tarball@12.0.0-next-7.10 Transitive: environment, eval, filesystem +14 3.04 MB verdaccio.npm
npm/@verdaccio/ui-theme@7.0.0-next-7.10 None 0 5.17 MB verdaccio.npm
npm/@verdaccio/url@12.0.0-next-7.10 environment Transitive: eval, filesystem +11 2.89 MB verdaccio.npm
npm/@verdaccio/utils@7.0.0-next-7.10 Transitive: environment, eval, filesystem +11 2.89 MB ayusharma, jotadeveloper, sergiohgz, ...1 more
npm/@vitest/expect@1.3.1 None +12 1.65 MB antfu, oreanno, patak, ...1 more
npm/@vitest/runner@1.3.1 None +8 766 kB antfu, oreanno, patak, ...1 more
npm/@vitest/snapshot@1.3.1 None +2 515 kB antfu, oreanno, patak, ...1 more
npm/@vitest/spy@1.3.1 None 0 18 kB antfu, oreanno, patak, ...1 more
npm/@vitest/utils@1.3.1 None +5 690 kB antfu, oreanno, patak, ...1 more
npm/@yarnpkg/lockfile@1.1.0 environment, eval, filesystem 0 280 kB arcanis
npm/@yarnpkg/parsers@3.0.0-rc.46 None 0 197 kB yarnbot
npm/@zkochan/js-yaml@0.0.6 Transitive: environment, filesystem +1 557 kB zkochan
npm/abbrev@1.1.1 None 0 4.78 kB isaacs
npm/abort-controller@3.0.0 None +1 265 kB mysticatea
npm/acorn-node@1.8.2 None +2 1.36 MB goto-bus-stop
npm/acorn-walk@7.2.0 None 0 100 kB marijn
npm/agentkeepalive@4.5.0 network +1 47.4 kB fengmk2
npm/aggregate-error@3.1.0 None +2 16.6 kB sindresorhus
npm/ajv-formats@2.1.1 None +1 65.2 kB esp
npm/ajv-keywords@5.1.0 None +1 145 kB esp
npm/ansi-escapes@4.3.2 None +1 135 kB sindresorhus
npm/any-promise@1.3.0 None 0 22.2 kB kevinbeaty
npm/anymatch@3.1.3 None 0 9.65 kB phated
npm/apache-md5@1.1.8 None 0 6.28 kB gevorg
npm/aproba@2.0.0 None 0 8.05 kB iarna
npm/are-we-there-yet@3.0.1 None +1 21.8 kB lukekarrys
npm/array-uniq@1.0.3 None 0 3.57 kB sindresorhus
npm/asn1@0.2.6 None 0 19.8 kB bahamat
npm/assert-plus@1.0.0 environment 0 11.4 kB pfmooney
npm/assert@2.1.0 Transitive: eval +8 245 kB ljharb
npm/assertion-error@1.1.0 None 0 5.64 kB chaijs
npm/ast-types@0.16.1 None 0 673 kB benjamn
npm/astral-regex@2.0.0 None 0 3.4 kB kevva
npm/async@3.2.5 None 0 808 kB aearly
npm/asynckit@0.4.0 None 0 27.4 kB alexindigo
npm/atomic-sleep@1.0.0 None 0 6.57 kB davidmarkclements
npm/aws-sign2@0.7.0 None 0 14.2 kB mikeal
npm/aws4@1.12.0 environment 0 23.5 kB hichaelmart
npm/axios@1.6.7 network Transitive: filesystem +5 1.96 MB jasonsaayman
npm/bail@2.0.2 None 0 6.35 kB wooorm
npm/base64-js@1.5.1 None 0 9.62 kB feross
npm/basic-auth@2.0.1 None +1 40.6 kB dougwilson
npm/bcrypt-pbkdf@1.0.2 None 0 29 kB arekinath
npm/bcryptjs@2.4.3 None 0 221 kB dcode
npm/bignumber.js@9.1.2 None 0 351 kB mikemcl
npm/bl@4.1.0 None +4 167 kB matteo.collina
npm/braces@3.0.2 None +1 65.6 kB doowb
npm/buffer-alloc-unsafe@1.1.0 None 0 1.94 kB linusu
npm/buffer-alloc@1.2.0 None +2 8.6 kB linusu
npm/buffer-crc32@0.2.13 None 0 7.95 kB brianloveswords
npm/buffer-equal-constant-time@1.0.1 None 0 5.23 kB goinstant
npm/buffer-fill@1.0.0 None 0 4.39 kB linusu
npm/buffer-from@1.1.2 None 0 5.05 kB linusu
npm/buffer@5.7.1 None +2 98.9 kB feross
npm/bundle-require@4.0.2 environment, filesystem, unsafe Transitive: network, shell +23 208 MB egoist
npm/cac@6.7.14 None 0 81.8 kB egoist
npm/cacache@16.1.3 filesystem Transitive: environment +13 321 kB lukekarrys
npm/cacheable-lookup@5.0.4 network 0 23.9 kB szmarczak
npm/cacheable-request@7.0.4 network +2 57.2 kB jaredwray
npm/callsites@3.1.0 None 0 6.33 kB sindresorhus
npm/caseless@0.12.0 None 0 14.3 kB mikeal
npm/chai@4.4.1 None +4 807 kB keithamus
npm/character-entities@2.0.2 None 0 44.6 kB wooorm
npm/check-error@1.0.3 None +1 23 kB keithamus
npm/checkup@1.3.0 None 0 5.25 kB coderaiser
npm/chokidar@3.6.0 environment, filesystem +9 379 kB paulmillr
npm/chownr@2.0.0 filesystem 0 5.75 kB isaacs
npm/ci-info@2.0.0 environment 0 12.8 kB watson
npm/clean-stack@2.2.0 None 0 5.51 kB sindresorhus
npm/cli-cursor@3.1.0 None 0 4.37 kB sindresorhus
npm/cli-spinners@2.6.1 None 0 27.5 kB sindresorhus
npm/cli-truncate@2.1.0 None +2 63.6 kB sindresorhus
npm/clipanion@3.2.1 environment 0 224 kB arcanis
npm/cliui@8.0.1 None +5 130 kB oss-bot
npm/clone-response@1.0.3 None 0 4.53 kB sindresorhus
npm/clone@1.0.4 None 0 11.1 kB pvorb
npm/color-support@1.1.3 None 0 9.23 kB isaacs
npm/colorette@2.0.20 None 0 17 kB jorgebucaran
npm/colors@1.4.0 environment 0 39.5 kB dabh
npm/combined-stream@1.0.8 None +1 19.5 kB alexindigo
npm/comma-separated-tokens@2.0.3 None 0 9.97 kB wooorm
npm/common-path-prefix@3.0.0 None 0 4.01 kB novemberborn
npm/compare-versions@3.6.0 None 0 12.4 kB omichelsen
npm/compressible@2.0.18 None 0 7.36 kB dougwilson
npm/compression@1.7.4 None +3 58.3 kB dougwilson
npm/concat-stream@2.0.0 None +2 18.6 kB mafintosh
npm/console-control-strings@1.1.0 None 0 12.7 kB iarna
npm/cookies@0.9.1 network Transitive: environment, eval +1 49.5 kB dougwilson
npm/core-util-is@1.0.3 None 0 4.98 kB isaacs
npm/cors@2.8.5 None 0 20 kB dougwilson
npm/corser@2.0.1 None 0 22.5 kB agrueneberg
npm/cosmiconfig@7.1.0 filesystem Transitive: environment +3 548 kB d-fischer
npm/crypto-random-string@2.0.0 None 0 3.93 kB sindresorhus
npm/dashdash@1.14.1 environment, filesystem +1 92.1 kB trentm
npm/dayjs@1.11.7 None 0 651 kB iamkun
npm/decode-named-character-reference@1.0.2 None +1 53.6 kB wooorm
npm/decode-uri-component@0.2.2 None 0 6.09 kB samverschueren
npm/decompress-response@6.0.0 None +1 11.5 kB sindresorhus
npm/dedent@0.7.0 None 0 4.85 kB dmnd
npm/deep-eql@4.1.3 None 0 24.2 kB chai
npm/deep-is@0.1.4 None 0 8.11 kB thlorenz
npm/defaults@1.0.4 None +1 15 kB sindresorhus
npm/defer-to-connect@2.0.1 None 0 5.44 kB szmarczak
npm/define-lazy-prop@2.0.0 None 0 4.45 kB sindresorhus
npm/define-property@1.0.0 None +4 90.2 kB jonschlinkert
npm/del@6.1.1 Transitive: environment, filesystem +12 346 kB sindresorhus
npm/delayed-stream@1.0.0 None 0 8.02 kB apechimp
npm/delegates@1.0.0 None 0 7.46 kB tjholowaychuk
npm/devlop@1.1.0 None +1 36.2 kB wooorm
npm/diff-sequences@29.6.3 None 0 46 kB simenb
npm/diff@5.2.0 None 0 429 kB explodingcabbage
npm/dom-serializer@1.4.1 None +3 142 kB feedic
npm/domelementtype@2.3.0 None 0 11.4 kB feedic
npm/domhandler@4.3.1 None +1 55.9 kB feedic
npm/domutils@2.8.0 network +4 199 kB feedic
npm/dotenv-expand@10.0.0 None 0 13.9 kB motdotla
npm/dotenv@16.3.2 environment, filesystem 0 72.1 kB motdotla
npm/duplexer@0.1.2 None 0 5.47 kB raynos
npm/ecc-jsbn@0.1.2 None +1 73.6 kB aduh95
npm/ecdsa-sig-formatter@1.0.11 None 0 20.6 kB d2l-travis-deploy
npm/ee-first@1.1.1 None 0 6.26 kB dougwilson
npm/encoding@0.1.13 None +1 356 kB andris
npm/enhanced-resolve@5.15.0 Transitive: environment, filesystem +1 220 kB thelarkinn
npm/entities@3.0.1 None 0 171 kB feedic
npm/env-paths@2.2.1 None 0 10.2 kB sindresorhus
npm/envinfo@7.11.0 environment, eval, filesystem, shell 0 162 kB tabrindle
npm/err-code@2.0.3 None 0 12.3 kB achingbrain
npm/error-ex@1.3.2 None +1 13.1 kB qix
npm/escalade@3.1.2 filesystem 0 11.6 kB lukeed
npm/esprima@4.0.1 None 0 314 kB ariya
npm/estree-walker@3.0.3 None +1 43.3 kB rich_harris
npm/event-target-shim@5.0.1 None 0 189 kB mysticatea
npm/eventemitter3@4.0.7 None 0 38 kB lpinca
npm/events@3.3.0 None 0 82.8 kB goto-bus-stop
npm/expand-tilde@2.0.2 Transitive: environment, filesystem +1 14.6 kB doowb
npm/exponential-backoff@3.1.1 None 0 37.3 kB sssayegh
npm/express-rate-limit@5.5.1 None 0 22.1 kB nfriedly
npm/extend-shallow@2.0.1 None +1 9.91 kB jonschlinkert
npm/extsprintf@1.3.0 None 0 22.8 kB dap
npm/fast-diff@1.3.0 None 0 52.3 kB luin
npm/fast-levenshtein@2.0.6 None 0 9.44 kB hiddentao
npm/fast-redact@3.3.0 eval 0 90.5 kB matteo.collina
npm/fast-safe-stringify@2.1.1 None 0 39.7 kB matteo.collina
npm/fast-text-encoding@1.0.6 None 0 32.2 kB samthor
npm/fd-slicer@1.1.0 filesystem 0 29.8 kB thejoshwolfe
npm/figures@3.2.0 None +1 14.8 kB sindresorhus
npm/filelist@1.0.4 filesystem +1 25.5 kB mde
npm/fill-range@7.0.1 None 0 16.4 kB jonschlinkert
npm/filter-obj@1.1.0 None 0 2.95 kB sindresorhus
npm/find-versions@4.0.0 None 0 3.81 kB sindresorhus
npm/flat@5.0.2 None 0 26.6 kB timoxley
npm/flatted@3.3.1 None 0 40.3 kB webreflection
npm/follow-redirects@1.15.5 network 0 29.4 kB rubenverborgh
npm/for-each@0.3.3 None +1 42 kB ljharb
npm/foreground-child@3.1.1 shell Transitive: environment, filesystem +2 159 kB isaacs
npm/forever-agent@0.6.1 network 0 14 kB simov
npm/forwarded@0.2.0 None 0 5.88 kB dougwilson
npm/fs-constants@1.0.0 filesystem 0 2.22 kB mafintosh
npm/fs-exists-sync@0.1.0 filesystem 0 6.02 kB jonschlinkert
npm/fs-minipass@2.1.0 filesystem 0 14.1 kB isaacs
npm/functions-have-names@1.2.3 None 0 16.7 kB ljharb
npm/gauge@4.0.4 Transitive: environment +6 130 kB gar
npm/gaxios@5.1.3 environment, network +4 200 kB google-wombot
npm/gcp-metadata@5.3.0 environment, filesystem Transitive: network +5 275 kB google-wombot
npm/get-caller-file@2.0.5 None 0 4.72 kB stefanpenner
npm/get-func-name@2.0.2 None 0 8.68 kB keithamus
npm/get-own-enumerable-property-symbols@3.0.2 None 0 4.7 kB mightyiam
npm/getpass@0.1.7 filesystem Transitive: environment +1 17.1 kB arekinath
npm/git-config-path@1.0.1 filesystem Transitive: environment +4 30.8 kB jonschlinkert
npm/google-p12-pem@4.0.1 filesystem 0 25.2 kB google-wombot
npm/grizzly@4.0.3 Transitive: environment, network +22 10.6 MB coderaiser
npm/gtoken@6.1.2 filesystem Transitive: environment, network +6 264 kB google-wombot
npm/handlebars@4.7.8 filesystem 0 2.78 MB jaylinski
npm/har-schema@2.0.0 None 0 15.1 kB ahmadnassri
npm/har-validator@5.1.5 Transitive: eval +4 982 kB ahmadnassri
npm/has-bigints@1.0.2 None 0 12.8 kB ljharb
npm/has-unicode@2.0.1 environment 0 3.44 kB iarna
npm/he@1.2.0 None 0 124 kB mathias
npm/homedir-polyfill@1.0.3 environment, filesystem 0 8.05 kB doowb
npm/hosted-git-info@2.8.9 None 0 25.8 kB nlf
npm/html-encoding-sniffer@3.0.0 None 0 11.7 kB domenic
npm/html-escaper@2.0.2 None 0 13.1 kB webreflection
npm/http-cache-semantics@4.1.1 None 0 35.9 kB kornel
npm/http-proxy@1.18.1 network +2 299 kB jcrugzz
npm/http-signature@1.3.6 Transitive: environment +1 52.2 kB bahamat
npm/http-status-codes@2.3.0 None 0 223 kB prettymuchbryce
npm/http2-wrapper@1.0.3 network 0 53.1 kB szmarczak
npm/humanize-ms@1.2.1 None 0 3.66 kB dead_horse
npm/ieee754@1.2.1 None 0 6.8 kB feross
npm/import-meta-resolve@3.1.1 None 0 78.2 kB wooorm
npm/indent-string@4.0.0 None 0 4.4 kB sindresorhus
npm/infer-owner@1.0.4 filesystem 0 4.29 kB isaacs
npm/ini@1.3.8 None 0 9.3 kB isaacs
npm/ip@2.0.0 None 0 13.6 kB indutny
npm/ipaddr.js@1.9.1 None 0 42.1 kB whitequark
npm/is-accessor-descriptor@1.0.1 None +2 62.9 kB ljharb
npm/is-arrayish@0.2.1 None 0 4.05 kB qix
npm/is-async-function@2.0.0 eval +2 57.7 kB ljharb
npm/is-bigint@1.0.4 None +1 27.6 kB ljharb
npm/is-binary-path@2.1.0 None +1 8.43 kB sindresorhus
npm/is-boolean-object@1.1.2 Transitive: eval +9 203 kB ljharb
npm/is-buffer@2.0.5 None 0 4.59 kB feross
npm/is-descriptor@1.0.3 None +3 83.5 kB ljharb
npm/is-docker@2.2.1 filesystem 0 3.01 kB sindresorhus
npm/is-empty@1.2.0 None 0 3.23 kB ianstormtaylor
npm/is-extendable@0.1.1 None 0 5.09 kB jonschlinkert
npm/is-finalizationregistry@1.0.2 Transitive: eval +8 176 kB ljharb
npm/is-generator-function@1.0.10 eval +2 70.1 kB ljharb
npm/is-interactive@1.0.0 None 0 4.62 kB sindresorhus
npm/jsonstream@1.3.5 None 0 0 B

🚮 Removed packages: npm/is-map@2.0.2, npm/is-negative-zero@2.0.3, npm/is-number@7.0.0, npm/is-path-inside@3.0.3, npm/is-plain-obj@2.1.0, npm/is-plain-object@5.0.0, npm/is-regex@1.1.4, npm/is-set@2.0.2, npm/is-shared-array-buffer@1.0.3, npm/is-stream@3.0.0, npm/is-string@1.0.7, npm/is-symbol@1.0.4, npm/is-typed-array@1.1.13, npm/is-weakref@1.0.2, npm/isarray@2.0.5, npm/isexe@2.0.0, npm/istanbul-lib-coverage@3.2.2, npm/istanbul-lib-report@3.0.1, npm/istanbul-lib-source-maps@4.0.1, npm/istanbul-reports@3.1.7, npm/iterator.prototype@1.1.2, npm/jake@10.8.7, npm/jest-get-type@29.6.3, npm/jest-matcher-utils@29.7.0, npm/jest-message-util@29.7.0, npm/jest-util@29.7.0, npm/js-tokens@4.0.0, npm/js-yaml@3.14.1, npm/jsesc@2.5.2, npm/json-schema-traverse@0.4.1, npm/json-stable-stringify-without-jsonify@1.0.1, npm/json5@2.2.3, npm/jsonpointer@5.0.1, npm/jsonwebtoken@9.0.2, npm/jsx-ast-utils@3.3.5, npm/junit-xml@1.2.0, npm/language-tags@1.0.9, npm/leven@3.1.0, npm/levn@0.4.1, npm/li@1.3.0, npm/lint-staged@10.5.4, npm/lodash.debounce@4.0.8, npm/lodash.find@4.6.0, npm/lodash.includes@4.3.0, npm/lodash.isobject@3.0.2, npm/lodash.keys@4.2.0, npm/lodash.mapvalues@4.6.0, npm/lodash.memoize@4.1.2, npm/lodash.merge@4.6.2, npm/lodash@4.17.21, npm/lru-cache@5.1.1, npm/lz-string@1.5.0, npm/magic-string@0.30.7, npm/magicast@0.3.3, npm/make-dir@1.3.0, npm/memfs-or-file-map-to-github-branch@1.2.1, npm/memoizerific@1.11.3, npm/merge-descriptors@1.0.1, npm/merge-stream@2.0.0, npm/merge2@1.4.1, npm/methods@1.1.2, npm/micromatch@4.0.5, npm/mime-types@2.1.35, npm/mime@3.0.0, npm/minimatch@9.0.3, npm/minipass@7.0.4, npm/ms@2.1.2, npm/natural-compare@1.4.0, npm/negotiator@0.6.3, npm/node-cleanup@2.1.2, npm/node-fetch@2.7.0, npm/node-gyp@9.4.1, npm/node-releases@2.0.14, npm/normalize-path@3.0.0, npm/npm-run-path@5.3.0, npm/npmlog@5.0.1, npm/nx@17.0.2, npm/object-assign@4.1.1, npm/object-inspect@1.13.1, npm/object-is@1.1.5, npm/object-keys@1.1.1, npm/object.assign@4.1.5, npm/object.entries@1.1.7, npm/object.fromentries@2.0.7, npm/object.groupby@1.0.2, npm/object.hasown@1.1.3, npm/object.values@1.1.7, npm/on-finished@2.4.1, npm/once@1.4.0, npm/onetime@6.0.0, npm/optionator@0.9.3, npm/ora@5.4.1, npm/override-require@1.1.1, npm/p-limit@3.1.0, npm/p-retry@5.1.2, npm/p-try@2.2.0, npm/parse-diff@0.7.1, npm/parse-git-config@2.0.3, npm/parse-github-url@1.0.2, npm/parse-link-header@2.0.0, npm/parseurl@1.3.3, npm/path-is-absolute@1.0.1, npm/path-key@3.1.1, npm/path-parse@1.0.7, npm/path-to-regexp@0.1.7, npm/path-type@4.0.0, npm/picocolors@1.0.0, npm/picomatch@2.3.1, npm/pify@2.3.0, npm/pinkie-promise@2.0.1, npm/pinpoint@1.1.0, npm/playwright-core@1.36.0, npm/playwright@1.36.0, npm/prettier-linter-helpers@1.0.0, npm/prettier@3.2.5, npm/pretty-bytes@6.1.1, npm/pretty-format@27.5.1, npm/pretty-hrtime@1.0.3, npm/pretty-ms@8.0.0, npm/prettyjson@1.2.5, npm/process@0.11.10, npm/prompts@2.4.2, npm/prop-types@15.8.1, npm/proxy-addr@2.0.7, npm/qs@6.11.2, npm/query-string@7.1.3, npm/queue-microtask@1.2.3, npm/range-parser@1.2.1, npm/raw-body@2.5.1, npm/react-dom@18.2.0, npm/react-is@18.2.0, npm/react@18.2.0, npm/read-input@0.3.1, npm/read-pkg-up@7.0.1, npm/readable-stream@3.6.2, npm/readline-sync@1.4.10, npm/recast@0.23.4, npm/redent@3.0.0, npm/regenerator-runtime@0.14.1, npm/regenerator-transform@0.15.2, npm/regexp.prototype.flags@1.5.2, npm/regexpu-core@5.3.2, npm/remark-cli@12.0.0, npm/remark-lint@9.1.2, npm/remark-preset-lint-recommended@6.1.3, npm/remark@14.0.3, npm/require-from-string@2.0.2, npm/requireindex@1.2.0, npm/resolve@1.22.8, npm/retry-request@5.0.2, npm/retry@0.12.0, npm/reusify@1.0.4, npm/run-parallel@1.2.0, npm/safe-array-concat@1.1.0, npm/safe-buffer@5.2.1, npm/safe-regex-test@1.0.3, npm/schema-utils@4.2.0, npm/seek-bzip@1.0.6, npm/semver@7.6.0, npm/send@0.18.0, npm/serve-static@1.15.0, npm/set-function-length@1.2.1, npm/setprototypeof@1.2.0, npm/shebang-command@2.0.0, npm/shebang-regex@3.0.0, npm/side-channel@1.0.5, npm/signal-exit@3.0.7, npm/simple-git@3.22.0, npm/slash@3.0.0, npm/sort-object-keys@1.1.3, npm/sort-package-json@2.8.0, npm/statuses@2.0.1, npm/std-env@3.7.0, npm/stop-iteration-iterator@1.0.0, npm/stream-events@1.0.5, npm/stream-shift@1.0.3, npm/string-width@5.1.2, npm/string.prototype.matchall@4.0.10, npm/string.prototype.trim@1.2.8, npm/string.prototype.trimend@1.0.7, npm/string.prototype.trimstart@1.0.7, npm/strip-ansi@6.0.1, npm/strip-dirs@2.1.0, npm/strip-final-newline@3.0.0, npm/strip-json-comments@3.1.1, npm/supports-color@5.5.0, npm/supports-hyperlinks@1.0.1, npm/supports-preserve-symlinks-flag@1.0.0, npm/synckit@0.8.8, npm/syntax-error@1.4.0, npm/tar-stream@1.6.2, npm/teeny-request@8.0.3, npm/tempy@1.0.1, npm/test-exclude@6.0.0, npm/text-table@0.2.0, npm/tiny-invariant@1.3.3, npm/tmp@0.2.1, npm/to-fast-properties@2.0.0, npm/trash@7.2.0, npm/ts-api-utils@1.2.1, npm/ts-dedent@2.2.0, npm/ts-loader@9.5.1, npm/tsconfig-paths@3.15.0, npm/tslib@2.6.2, npm/tsup@6.7.0, npm/tsutils@3.21.0, npm/tunnel@0.0.6, npm/type-fest@2.19.0, npm/type-is@1.6.18, npm/typed-array-buffer@1.0.2, npm/typed-array-byte-length@1.0.1, npm/typed-array-byte-offset@1.0.2, npm/typed-array-length@1.0.5, npm/typescript@5.2.2, npm/unbox-primitive@1.0.2, npm/unbzip2-stream@1.4.3, npm/undici-types@5.26.5, npm/undici@5.28.3, npm/universalify@2.0.1, npm/unpipe@1.0.0, npm/update-browserslist-db@1.0.13, npm/uri-js@4.4.1, npm/urlgrey@1.0.0, npm/util@0.12.5, npm/utils-merge@1.0.1, npm/uuid@9.0.1, npm/v8-to-istanbul@9.2.0, npm/vary@1.1.2, npm/verdaccio-auth-memory@10.2.2, npm/verdaccio@5.29.2, npm/vitest@1.3.1, npm/vscode-json-languageservice@4.2.1, npm/wait-on@7.2.0, npm/which-boxed-primitive@1.0.2, npm/which-collection@1.0.1, npm/which-typed-array@1.1.14, npm/which@2.0.2, npm/widest-line@4.0.1, npm/window-size@1.1.1, npm/wrap-ansi@8.1.0, npm/xcase@2.0.1, npm/yallist@4.0.0, npm/yaml@2.4.0, npm/yargs-parser@21.1.1, npm/yargs@17.7.2, npm/yauzl@2.10.0, npm/zod@3.22.4

View full report↗︎

@yannbf yannbf marked this pull request as draft February 29, 2024 12:46
@yannbf yannbf marked this pull request as ready for review March 4, 2024 18:20
@yannbf yannbf merged commit 5167d3d into feature/portable-stories-improvements Mar 5, 2024
12 of 15 checks passed
@yannbf yannbf deleted the feat/portable-stories-nextjs branch March 5, 2024 09:10
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.

3 participants