Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: reg-viz/storycap
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.0.0
Choose a base ref
...
head repository: reg-viz/storycap
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.0.1
Choose a head ref

Commits on Mar 29, 2024

  1. Copy the full SHA
    e3ec83e View commit details
  2. Copy the full SHA
    25c797d View commit details
  3. Copy the full SHA
    4a3e313 View commit details
  4. Merge pull request #876 from reg-viz/renovate/mkdirp-2.x

    chore(deps): update dependency @types/mkdirp to v2
    Quramy authored Mar 29, 2024
    Copy the full SHA
    bc1beef View commit details
  5. Merge pull request #874 from reg-viz/renovate/typescript-eslint-monorepo

    chore(deps): update typescript-eslint monorepo to v7.4.0
    Quramy authored Mar 29, 2024
    Copy the full SHA
    d51400e View commit details
  6. Copy the full SHA
    19735f6 View commit details
  7. Merge pull request #877 from reg-viz/renovate/node-20.x

    chore(deps): update dependency @types/node to v20
    Quramy authored Mar 29, 2024
    Copy the full SHA
    ee3e1c9 View commit details

Commits on Mar 31, 2024

  1. Copy the full SHA
    5e09bd9 View commit details

Commits on Apr 2, 2024

  1. Copy the full SHA
    b59f2e6 View commit details

Commits on Apr 3, 2024

  1. Copy the full SHA
    0d80c05 View commit details

Commits on Apr 5, 2024

  1. Copy the full SHA
    b6f1cec View commit details

Commits on Apr 6, 2024

  1. Copy the full SHA
    f6f6fbf View commit details

Commits on Apr 7, 2024

  1. Copy the full SHA
    296ba6d View commit details

Commits on May 10, 2024

  1. Copy the full SHA
    a6e738f View commit details

Commits on May 11, 2024

  1. Copy the full SHA
    94e1836 View commit details

Commits on May 13, 2024

  1. Copy the full SHA
    cebc11a View commit details

Commits on Sep 3, 2024

  1. fix: Stop sb jest on CI

    Quramy committed Sep 3, 2024
    Copy the full SHA
    7450d42 View commit details
  2. Merge pull request #897 from reg-viz/fix_ci

    fix: Stop sb jest on CI
    Quramy authored Sep 3, 2024
    Copy the full SHA
    b156add View commit details
  3. Copy the full SHA
    1d495f6 View commit details
  4. Copy the full SHA
    9e5c0fc View commit details
  5. Merge pull request #894 from reg-viz/renovate/rimraf-5.x-lockfile

    fix(deps): update dependency rimraf to v5.0.10
    Quramy authored Sep 3, 2024
    Copy the full SHA
    ec55a96 View commit details
  6. Merge pull request #809 from reg-viz/renovate/gh-pages-6.x

    chore(deps): update dependency gh-pages to v6
    Quramy authored Sep 3, 2024
    Copy the full SHA
    4457b3f View commit details
  7. Copy the full SHA
    58b55c4 View commit details
  8. chore: Upgrade yargs

    Quramy committed Sep 3, 2024
    Copy the full SHA
    a578572 View commit details
  9. Merge pull request #898 from reg-viz/upgrade_yargs

    chore: Upgrade yargs
    Quramy authored Sep 3, 2024
    Copy the full SHA
    5a7d2ea View commit details
  10. Merge pull request #852 from reg-viz/renovate/husky-9.x

    chore(deps): update dependency husky to v9
    Quramy authored Sep 3, 2024
    Copy the full SHA
    4fb2641 View commit details
  11. chore: Upgrade node

    Quramy committed Sep 3, 2024
    Copy the full SHA
    b3d8c97 View commit details
  12. Merge pull request #899 from reg-viz/upgrade_node

    chore: Upgrade node
    Quramy authored Sep 3, 2024
    Copy the full SHA
    c85fc8b View commit details
  13. Copy the full SHA
    16c0e07 View commit details
  14. Merge pull request #900 from reg-viz/husky_cmd

    chore: Remove deperecated husky cmd
    Quramy authored Sep 3, 2024
    Copy the full SHA
    3eecf75 View commit details
  15. Copy the full SHA
    5c30ffd View commit details
  16. Copy the full SHA
    6dd1755 View commit details
  17. Copy the full SHA
    5f9c181 View commit details
  18. v5.0.1-alpha.0

    Quramy committed Sep 3, 2024
    Copy the full SHA
    2d72aff View commit details

Commits on Sep 4, 2024

  1. Merge pull request #903 from reg-viz/renovate/prettier-3.x

    chore(deps): update dependency prettier to v3.3.3
    Quramy authored Sep 4, 2024
    Copy the full SHA
    c2d6586 View commit details
  2. Merge pull request #902 from reg-viz/fix_896

    fix: Stop wait to navigate preview html
    Quramy authored Sep 4, 2024
    Copy the full SHA
    20d3398 View commit details
  3. v5.0.1

    Quramy committed Sep 4, 2024
    Copy the full SHA
    e5bac01 View commit details
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node-version: [18.x]
node-version: [20.x]

runs-on: ${{ matrix.os }}

2 changes: 1 addition & 1 deletion .github/workflows/integrated_test.yml
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
node-version: [18.x]
node-version: [20.x]
example_dir:
- examples/v7-managed-react
- examples/v7-simple-react
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ jobs:

strategy:
matrix:
node-version: [18.x]
node-version: [20.x]

steps:
- uses: actions/checkout@v3
2 changes: 1 addition & 1 deletion examples/v7-simple-react/package.json
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@
"storybook": "storybook dev -p 9009",
"build-storybook": "storybook build",
"prestorybook": "../../scripts/e2e-prestorybook.js .",
"storycap:all": "yarn prestorybook && CI=true yarn test && storycap --verbose --server-timeout 100000 --server-cmd \"storybook dev -p 9009\" \"http://localhost:9009\""
"storycap:all": "yarn prestorybook && storycap --verbose --server-timeout 100000 --server-cmd \"storybook dev -p 9009\" \"http://localhost:9009\""
},
"eslintConfig": {
"extends": "react-app",
22 changes: 11 additions & 11 deletions examples/v8-managed-react/package.json
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@
"storybook": "storybook dev -p 9009",
"build-storybook": "storybook build",
"prestorybook": "../../scripts/e2e-prestorybook.js .",
"storycap:all": "yarn prestorybook && CI=true yarn test && storycap --verbose --server-timeout 100000 --server-cmd \"storybook dev -p 9009\" \"http://localhost:9009\""
"storycap:all": "yarn prestorybook && storycap --verbose --server-timeout 100000 --server-cmd \"storybook dev -p 9009\" \"http://localhost:9009\""
},
"eslintConfig": {
"extends": "react-app",
@@ -31,17 +31,17 @@
"not op_mini all"
],
"devDependencies": {
"@storybook/addon-actions": "^8.0.0",
"@storybook/addon-essentials": "^8.0.0",
"@storybook/addon-links": "^8.0.0",
"@storybook/cli": "^8.0.0",
"@storybook/manager-api": "^8.0.0",
"@storybook/preset-create-react-app": "^8.0.0",
"@storybook/preview-api": "^8.0.0",
"@storybook/react": "^8.0.0",
"@storybook/react-webpack5": "^8.0.0",
"@storybook/addon-actions": "^8.2.9",
"@storybook/addon-essentials": "^8.2.9",
"@storybook/addon-links": "^8.2.9",
"@storybook/cli": "^8.2.9",
"@storybook/manager-api": "^8.2.9",
"@storybook/preset-create-react-app": "^8.2.9",
"@storybook/preview-api": "^8.2.9",
"@storybook/react": "^8.2.9",
"@storybook/react-webpack5": "^8.2.9",
"@testing-library/react": "^14.0.0",
"rimraf": "^2.6.3",
"storybook": "^8.0.0"
"storybook": "^8.2.9"
}
}
2 changes: 1 addition & 1 deletion examples/v8-simple-react/package.json
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@
"storybook": "storybook dev -p 9009",
"build-storybook": "storybook build",
"prestorybook": "../../scripts/e2e-prestorybook.js .",
"storycap:all": "yarn prestorybook && CI=true yarn test && storycap --verbose --server-timeout 100000 --server-cmd \"storybook dev -p 9009\" \"http://localhost:9009\""
"storycap:all": "yarn prestorybook && storycap --verbose --server-timeout 100000 --server-cmd \"storybook dev -p 9009\" \"http://localhost:9009\""
},
"eslintConfig": {
"extends": "react-app",
2 changes: 1 addition & 1 deletion examples/v8-vite5-prod/package.json
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@
"build-storybook": "storybook build",
"prestorybook": "../../scripts/e2e-prestorybook.js .",
"prebuild-storybook": "../../scripts/e2e-prestorybook.js .",
"storycap:all": "yarn build-storybook && CI=true yarn test && storycap --verbose --server-timeout 100000 --server-cmd \"http-server -p 9009 storybook-static\" \"http://127.0.0.1:9009\""
"storycap:all": "yarn build-storybook && storycap --verbose --server-timeout 100000 --server-cmd \"http-server -p 9009 storybook-static\" \"http://127.0.0.1:9009\""
},
"dependencies": {
"react": "^18.2.0",
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages": ["packages/*"],
"version": "5.0.0",
"version": "5.0.1",
"useWorkspaces": true,
"npmClient": "yarn"
}
23 changes: 11 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -23,8 +23,7 @@
"deploy:manual": "lerna run clean && yarn build && lerna publish",
"deploy:pages": "gh-pages -d dist-pages -m \"[ci skip]\"",
"linkall": "lerna exec --parallel yarn link",
"unlinkall": "lerna exec --parallel --bail=false yarn unlink",
"postinstall": "husky install"
"unlinkall": "lerna exec --parallel --bail=false yarn unlink"
},
"repository": {
"type": "git",
@@ -40,24 +39,24 @@
},
"homepage": "https://github.com/reg-viz/storycap#readme",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "7.1.1",
"@typescript-eslint/parser": "7.1.1",
"@typescript-eslint/eslint-plugin": "7.5.0",
"@typescript-eslint/parser": "7.5.0",
"copy-dir": "1.3.0",
"cpy": "8.1.2",
"cpy-cli": "5.0.0",
"eslint": "8.57.0",
"eslint-config-prettier": "8.10.0",
"gh-pages": "5.0.0",
"husky": "8.0.3",
"gh-pages": "6.1.1",
"husky": "9.1.5",
"lerna": "4.0.0",
"markdown-toc": "1.2.0",
"prettier": "3.2.5",
"prettier": "3.3.3",
"pretty-quick": "4.0.0",
"reg-keygen-git-hash-plugin": "0.12.2",
"reg-notify-github-plugin": "0.12.2",
"reg-publish-s3-plugin": "0.12.2",
"reg-suit": "0.12.2",
"typescript": "5.4.3",
"reg-keygen-git-hash-plugin": "0.14.3",
"reg-notify-github-plugin": "0.14.3",
"reg-publish-s3-plugin": "0.14.3",
"reg-suit": "0.14.3",
"typescript": "5.4.5",
"typescript-eslint-language-service": "5.0.5"
},
"workspaces": [
18 changes: 9 additions & 9 deletions packages/storycap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "storycap",
"version": "5.0.0",
"version": "5.0.1",
"description": "A Storybook addon, Save the screenshot image of your stories! via puppeteer.",
"engines": {
"node": ">=18"
@@ -72,26 +72,26 @@
],
"devDependencies": {
"@types/jest": "29.5.12",
"@types/mkdirp": "^1.0.0",
"@types/node": "^18.0.0",
"@types/mkdirp": "^2.0.0",
"@types/node": "^20.0.0",
"@types/rimraf": "^3.0.0",
"@types/wait-on": "^5.0.0",
"@types/yargs": "^16.0.0",
"@types/yargs": "^17.0.0",
"jest": "29.7.0",
"minimist": "1.2.8",
"puppeteer": "19.11.1",
"puppeteer": "23.2.1",
"ts-jest": "29.1.2",
"typedoc": "0.25.12",
"typescript": "5.4.3"
"typedoc": "0.25.13",
"typescript": "5.4.5"
},
"dependencies": {
"mkdirp": "^2.0.0",
"nanomatch": "^1.2.13",
"puppeteer-core": "^9.0.0",
"rimraf": "^5.0.0",
"sanitize-filename": "^1.6.3",
"storycrawler": "^5.0.0",
"yargs": "^16.0.0"
"storycrawler": "^5.0.1",
"yargs": "^17.0.0"
},
"peerDependencies": {
"@storybook/manager-api": "^7.0.0 || ^8.0.0",
Loading