build(deps): bump got, @storybook/angular and storybook
Bumps got to 11.8.6 and updates ancestor dependencies got, @storybook/angular and storybook. These dependencies need to be updated together.
Updates got from 8.3.2 to 11.8.6
Release notes
Sourced from got's releases.
v11.8.6
- Destroy request object after successful response
https://github.com/sindresorhus/got/compare/v11.8.5...v11.8.6
v11.8.5
- Backport security fix https://github.com/sindresorhus/got/commit/861ccd9ac2237df762a9e2beed7edd88c60782dc
https://github.com/sindresorhus/got/compare/v11.8.4...v11.8.5
v11.8.3
- Bump cacheable-request dependency (#1921) 9463bb6
- Fix
HTTPErrormissing.codeproperty (#1739) 0e167b8https://github.com/sindresorhus/got/compare/v11.8.2...v11.8.3
v11.8.2
- Make the
dnsCacheoption lazy (#1529) 3bd245f This slightly improves Got startup performance and fixes an issue with Jest.https://github.com/sindresorhus/got/compare/v11.8.1...v11.8.2
v11.8.1
- Do not throw on custom stack traces (#1491) 4c815c3a609eb74d0eb139414d9996b4f65dc3c0
v11.8.0
- Fix for sending files with size
0onstat(#1488) 7acd380beforeRetryallows stream body if different from original (#1501) 3dd2273- Set default value for an options object (#1495) 390b145
https://github.com/sindresorhus/got/compare/v11.7.0...v11.8.0
v11.7.0
Improvements
- Add
pfxHTTPS option (#1364) c33df7f- Update
bodyafterbeforeRequest(#1453) e1c1844- Don't allocate buffer twice (#1403) 7bc69d9
Fixes
- Fix a regression where body was sent after redirect 88b32ea
- Fix destructure error on
promise.json()c97ce7c- Do not ignore userinfo on a redirect to the same origin 52de13b
https://github.com/sindresorhus/got/compare/v11.6.2...v11.7.0
v11.6.2
Bug fixes
... (truncated)
Commits
2b1482c11.8.62d1497eDestroy request object after successful response (#2187)5e17bb711.8.5bce8ce7Backport 861ccd9ac2237df762a9e2beed7edd88c60782dc8ced192Fix build670eb0411.8.420f29feBackport #1543: Initialize globalResponse in case of ignored HTTPError (#2017)0da732f11.8.39463bb6Bump cacheable-request dependency (#1921)0e167b8HTTPError code set to 'HTTPError' #1711 (#1739)- Additional commits viewable in compare view
Updates @storybook/angular from 7.0.0-beta.55 to 7.0.8
Release notes
Sourced from @storybook/angular's releases.
v7.0.8
Bug Fixes
- Typescript: Fix bad typings caused by tsup bug #22261
- Migrate: skip the automigration for gf markdown when user isn't using mdx #22186
- UI: Addon panel does not update after disabling/enabling an addon #22258
- Vue3: Fix compiler error when there is double tag #22286
- Args: Fix multiple mapped args return array of labels #22169
- CLI: Add web-components webpack5 to missing-babelrc automigration #22202
- Docs: Fix inline story style #21870
- UI: Fix shift + 7 shortcut to focus search field #22073
- UI: Fix controls missing when navigating from story #21967
- NextJS: Fix tsconfig resolution #22160
Maintenance
- Telemetry: Persist sessionId across runs #22325
- Packaging: Move
typescondition to the front in allpackage.json.exportsmaps #22321- Core: Rename manager UI mjs to js #22247
- Angular: Add support for Angular 16 #22096
- Packaging: Don't generate ESM dist for preset files #22330
- Packaging: Fix url for all packages in package.json #22101
- Add regex to ignore outdated Browserslist in Jest initialization base file #22260
v7.0.7
Bug Fixes
- Core: Pass parameters in
SET_INDEXfor docs entries #22154- Addon-actions: Fix ESM by upgrading from uuid-browser to uuid #22037
- Addon-actions: Fix decorator type #22175
- Core: Add new tags to distinguish docs attachment #22120
- Core: Restore Docs
useParameterusingDOCS_PREPARED#22118Maintenance
- CSF: Improve error message for bad default export #22190
- CLI: Add addon query-params to list of SB7 incompatible addons #22095
- UI: Add remount story shortcut #21401
Build
v7.0.6
Bug Fixes
- Core: Fix
moduleguard in non-webpack environments #22085Maintenance
... (truncated)
Changelog
Sourced from @storybook/angular's changelog.
7.0.8 (May 3, 2023)
Bug Fixes
- Typescript: Fix bad typings caused by tsup bug #22261
- Migrate: skip the automigration for gf markdown when user isn't using mdx #22186
- UI: Addon panel does not update after disabling/enabling an addon #22258
- Vue3: Fix compiler error when there is double tag #22286
- Args: Fix multiple mapped args return array of labels #22169
- CLI: Add web-components webpack5 to missing-babelrc automigration #22202
- Docs: Fix inline story style #21870
- UI: Fix shift + 7 shortcut to focus search field #22073
- UI: Fix controls missing when navigating from story #21967
- NextJS: Fix tsconfig resolution #22160
- Core: Pass parameters in
SET_INDEXfor docs entries #22154Maintenance
- Telemetry: Persist sessionId across runs #22325
- Packaging: Move
typescondition to the front in allpackage.json.exportsmaps #22321- Core: Rename manager UI mjs to js #22247
- Angular: Add support for Angular 16 #22096
- Packaging: Don't generate ESM dist for preset files #22330
- Packaging: Fix url for all packages in package.json #22101
- Add regex to ignore outdated Browserslist in Jest initialization base file #22260
7.0.7 (April 24, 2023)
Bug Fixes
- Core: Pass parameters in
SET_INDEXfor docs entries #22154- Addon-actions: Fix ESM by upgrading from uuid-browser to uuid #22037
- Addon-actions: Fix decorator type #22175
- Core: Add new tags to distinguish docs attachment #22120
- Core: Restore Docs
useParameterusingDOCS_PREPARED#22118Maintenance
- CSF: Improve error message for bad default export #22190
- CLI: Add addon query-params to list of SB7 incompatible addons #22095
- UI: Add remount story shortcut #21401
Build
7.0.6 (April 19, 2023)
Bug Fixes
... (truncated)
Commits
9991b68v7.0.81559bcaMerge pull request #22096 from storybookjs/feat/angular-16-sandboxbf29007Merge pull request #22101 from joeycozza/fixingGithubUrls8da4293Update git head to 7.0.7, update yarn.lock [ci skip]9e35285v7.0.7945a82cUpdate git head to 7.0.6, update yarn.lock [ci skip]8608b72v7.0.65517dacMerge pull request #22085 from storybookjs/shilman/22046-typeof-module731812cUpdate git head to 7.0.5, update yarn.lock [ci skip]0c784ebv7.0.5- Additional commits viewable in compare view
Updates storybook from 7.0.0-beta.55 to 7.0.8
Release notes
Sourced from storybook's releases.
v7.0.8
Bug Fixes
- Typescript: Fix bad typings caused by tsup bug #22261
- Migrate: skip the automigration for gf markdown when user isn't using mdx #22186
- UI: Addon panel does not update after disabling/enabling an addon #22258
- Vue3: Fix compiler error when there is double tag #22286
- Args: Fix multiple mapped args return array of labels #22169
- CLI: Add web-components webpack5 to missing-babelrc automigration #22202
- Docs: Fix inline story style #21870
- UI: Fix shift + 7 shortcut to focus search field #22073
- UI: Fix controls missing when navigating from story #21967
- NextJS: Fix tsconfig resolution #22160
Maintenance
- Telemetry: Persist sessionId across runs #22325
- Packaging: Move
typescondition to the front in allpackage.json.exportsmaps #22321- Core: Rename manager UI mjs to js #22247
- Angular: Add support for Angular 16 #22096
- Packaging: Don't generate ESM dist for preset files #22330
- Packaging: Fix url for all packages in package.json #22101
- Add regex to ignore outdated Browserslist in Jest initialization base file #22260
v7.0.7
Bug Fixes
- Core: Pass parameters in
SET_INDEXfor docs entries #22154- Addon-actions: Fix ESM by upgrading from uuid-browser to uuid #22037
- Addon-actions: Fix decorator type #22175
- Core: Add new tags to distinguish docs attachment #22120
- Core: Restore Docs
useParameterusingDOCS_PREPARED#22118Maintenance
- CSF: Improve error message for bad default export #22190
- CLI: Add addon query-params to list of SB7 incompatible addons #22095
- UI: Add remount story shortcut #21401
Build
v7.0.6
Bug Fixes
- Core: Fix
moduleguard in non-webpack environments #22085Maintenance
... (truncated)
Changelog
Sourced from storybook's changelog.
7.0.8 (May 3, 2023)
Bug Fixes
- Typescript: Fix bad typings caused by tsup bug #22261
- Migrate: skip the automigration for gf markdown when user isn't using mdx #22186
- UI: Addon panel does not update after disabling/enabling an addon #22258
- Vue3: Fix compiler error when there is double tag #22286
- Args: Fix multiple mapped args return array of labels #22169
- CLI: Add web-components webpack5 to missing-babelrc automigration #22202
- Docs: Fix inline story style #21870
- UI: Fix shift + 7 shortcut to focus search field #22073
- UI: Fix controls missing when navigating from story #21967
- NextJS: Fix tsconfig resolution #22160
- Core: Pass parameters in
SET_INDEXfor docs entries #22154Maintenance
- Telemetry: Persist sessionId across runs #22325
- Packaging: Move
typescondition to the front in allpackage.json.exportsmaps #22321- Core: Rename manager UI mjs to js #22247
- Angular: Add support for Angular 16 #22096
- Packaging: Don't generate ESM dist for preset files #22330
- Packaging: Fix url for all packages in package.json #22101
- Add regex to ignore outdated Browserslist in Jest initialization base file #22260
7.0.7 (April 24, 2023)
Bug Fixes
- Core: Pass parameters in
SET_INDEXfor docs entries #22154- Addon-actions: Fix ESM by upgrading from uuid-browser to uuid #22037
- Addon-actions: Fix decorator type #22175
- Core: Add new tags to distinguish docs attachment #22120
- Core: Restore Docs
useParameterusingDOCS_PREPARED#22118Maintenance
- CSF: Improve error message for bad default export #22190
- CLI: Add addon query-params to list of SB7 incompatible addons #22095
- UI: Add remount story shortcut #21401
Build
7.0.6 (April 19, 2023)
Bug Fixes
... (truncated)
Commits
9991b68v7.0.8702261dUpdate root, peer deps, version.ts/json to 7.0.8 [ci skip]9befd1bMerge pull request #22321 from storybookjs/fix/types-condition1559bcaMerge pull request #22096 from storybookjs/feat/angular-16-sandboxb18526fMerge pull request #22186 from storybookjs/norbert/fix-22167bf29007Merge pull request #22101 from joeycozza/fixingGithubUrls6090da4Merge pull request #22202 from storybookjs/fix/babelrc-web-components-webpack8da4293Update git head to 7.0.7, update yarn.lock [ci skip]9e35285v7.0.785fb038Update root, peer deps, version.ts/json to 7.0.7 [ci skip]- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.