Bump the npm_and_yarn group across 1 directory with 38 updates
Type: Pull Request
State: Closed
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 1
(19 days ago)
(about 16 hours ago)
(about 16 hours ago)
dependencies javascript
Bumps the npm_and_yarn group with 13 updates in the / directory:
Package | From | To |
---|---|---|
ip | 1.1.5 |
removed |
react-scripts | 4.0.1 |
5.0.1 |
@storybook/preset-create-react-app | 3.1.7 |
9.1.3 |
@storybook/react | 6.5.16 |
9.1.3 |
ansi-regex | 3.0.0 |
3.0.1 |
json5 | 1.0.1 |
1.0.2 |
braces | 2.3.2 |
3.0.3 |
webpack | 4.44.2 |
5.101.3 |
@storybook/addon-essentials | 6.5.16 |
8.6.14 |
prismjs | 1.23.0 |
removed |
@storybook/addon-actions | 6.2.7 |
6.5.16 |
@storybook/addon-controls | 6.2.7 |
6.5.16 |
tmpl | 1.0.4 |
1.0.5 |
Removes ip
Updates react-scripts
from 4.0.1 to 5.0.1
Changelog
Sourced from react-scripts's changelog.
4.0.3 (2021-02-22)
v4.0.3 is a maintenance release that includes minor bug fixes and dependency updates.
:bug: Bug Fix
:house: Internal
react-dev-utils
create-react-app
- #10384 tests: update test case to match the description (
@jamesgeorge007
)Committers: 4
- Brody McKee (
@mrmckeb
)- Dion Woolley (
@Awarua-
)- James George (
@jamesgeorge007
)- Walker Clem (
@wclem4
)Migrating from 4.0.2 to 4.0.3
Inside any created project that has not been ejected, run:
npm install --save --save-exact react-scripts@4.0.3
or
yarn add --exact react-scripts@4.0.3
4.0.2 (2021-02-03)
v4.0.2 is a maintenance release that includes minor bug fixes and documentation updates.
:rocket: New Feature
react-scripts
- #8986 Add support for new BUILD_PATH advanced configuration variable (
@ajhyndman
):bug: Bug Fix
... (truncated)
Commits
19fa58d
Publish9802941
fix: webpack noise printed only if error or warning (#12245)2eef1d0
Update templates to use React 18createRoot
(#12220)221e511
Publish5614c87
Add support for Tailwind (#11717)20edab4
fix(webpackDevServer): disable overlay for warnings (#11413)3afbbc0
Update all dependencies (#11624)f5467d5
feat(eslint-config-react-app): support ESLint 8.x (#11375)c7627ce
Update webpack and dev server (#11646)544befe
Update package.json (#11597)- Additional commits viewable in compare view
Updates @storybook/preset-create-react-app
from 3.1.7 to 9.1.3
Release notes
Sourced from @storybook/preset-create-react-app
's releases.
v9.1.3
9.1.3
- Docs: Move button in ArgsTable heading to fix screenreader announcements - #32238, thanks
@Sidnioulz
!- Mock: Catch errors when transforming preview files - #32216, thanks
@valentinpalkovic
!- Next.js: Fix version mismatch error in Webpack - #32306, thanks
@valentinpalkovic
!- Telemetry: Disambiguate traffic coming from error/upgrade links - #32287, thanks
@shilman
!- Telemetry: Disambiguate unattributed traffic from Onboarding - #32286, thanks
@shilman
!v9.1.2
9.1.2
- Addon Docs: Fix Symbol conversion issue in docs page and controls panel - #32220, thanks
@yannbf
!- Angular: Fix
entry.polyfills
undefined error - #32230, thanks@sk-pub
!- Angular: Inherit options from browserTarget - #32108, thanks
@gingeekrishna
!- Core: Improve addon detection in automigrations on windows - #31937, thanks
@mrginglymus
!- Next.js: Return mocked router instead of actual router in useRouter - #32131, thanks
@JulioJ11
!- Telemetry: Improve dev cancellation handling - #32218, thanks
@shilman
!v9.1.1
9.1.1
- CLI: Fix throwing in readonly environments - #31785, thanks
@JReinhold
!- Onboarding: Tweak referral wording in survey - #32185, thanks
@shilman
!- Telemetry: Send index stats on dev exit - #32168, thanks
@shilman
!v9.1.0
9.1.0
Storybook 9.1 is packed with new features and improvements to enhance accessibility, streamline testing, and make your development workflow even smoother!
🚀 Improved upgrade command with monorepo support for seamless upgrades 🅰 Angular fixes for Tailwind 4, cache busting, and zoneless compatibility 🧪
sb.mock
API and Automocking: one-line module mocking to simplify your testing workflow 🧪 Favicon shows test run status for quick visual feedback ⚛️ Easier configuration for React Native projects 🔥 Auto-abort play functions on HMR to avoid unwanted side effects 🏗️ Improved CSF factories API for type safe story definitions ♿️ A11y improvements across Storybook’s UI — addon panel, toolbar, sidebar, mobile & more 💯 Dozens more fixes and improvements based on community feedback!
- A11y: Improved toolbar a11y by fixing semantics - #28672, thanks
@mehm8128
!- Addon Vitest: Remove Optimize deps candidates due to Vitest warnings - #31809, thanks
@valentinpalkovic
!- Angular: Bundle using TSup - #31690, thanks
@ndelangen
!- Angular: Prevent directory import in Angular builders - #32012, thanks
@ghengeveld
!- Automigration: Await updateMainConfig in removeEssentials - #32140, thanks
@valentinpalkovic
!- Builder-Vite: Fix logic related to setting allowedHosts when IP address used - #31472, thanks
@JSMike
!
... (truncated)
Changelog
Sourced from @storybook/preset-create-react-app
's changelog.
4.1.2
- Use overrides from SB rather than defining ourselves #254
4.1.1
- Update peer dependencies and add a note about versions #252
4.1.0
- Add support for builder.core options to CRA preset #240
4.0.2
4.0.1
- Support CJS files using Storybook's config #229
4.0.0
- CRA: Add compatibility for CRA v5 #214
3.2.0
- Add disableWebpackDefaults for forward-compatibility with SB core
Commits
ce39157
Bump version from "9.1.2" to "9.1.3" [skip ci]2bae930
Merge pull request #32283 from storybookjs/shilman/readme-utm-params99c205c
Bump version from "9.1.1" to "9.1.2" [skip ci]933b626
Merge pull request #32220 from storybookjs/yann/fix-jsx-issue-2a6bb54c
Bump version from "9.1.0" to "9.1.1" [skip ci]073a65a
Bump version from "9.1.0-beta.3" to "9.1.0" [skip ci]d3746ae
Bump version from "9.1.0-beta.2" to "9.1.0-beta.3" [skip ci]5ba8775
Bump version from "9.1.0-beta.1" to "9.1.0-beta.2" [skip ci]c146de5
Bump version from "9.1.0-beta.0" to "9.1.0-beta.1" [skip ci]b874fb2
Bump version from "9.1.0-alpha.10" to "9.1.0-beta.0" [skip ci]- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by storybook-bot, a new releaser for @storybook/preset-create-react-app
since your current version.
Updates @storybook/react
from 6.5.16 to 9.1.3
Release notes
Sourced from @storybook/react
's releases.
v9.1.3
9.1.3
- Docs: Move button in ArgsTable heading to fix screenreader announcements - #32238, thanks
@Sidnioulz
!- Mock: Catch errors when transforming preview files - #32216, thanks
@valentinpalkovic
!- Next.js: Fix version mismatch error in Webpack - #32306, thanks
@valentinpalkovic
!- Telemetry: Disambiguate traffic coming from error/upgrade links - #32287, thanks
@shilman
!- Telemetry: Disambiguate unattributed traffic from Onboarding - #32286, thanks
@shilman
!v9.1.2
9.1.2
- Addon Docs: Fix Symbol conversion issue in docs page and controls panel - #32220, thanks
@yannbf
!- Angular: Fix
entry.polyfills
undefined error - #32230, thanks@sk-pub
!- Angular: Inherit options from browserTarget - #32108, thanks
@gingeekrishna
!- Core: Improve addon detection in automigrations on windows - #31937, thanks
@mrginglymus
!- Next.js: Return mocked router instead of actual router in useRouter - #32131, thanks
@JulioJ11
!- Telemetry: Improve dev cancellation handling - #32218, thanks
@shilman
!v9.1.1
9.1.1
- CLI: Fix throwing in readonly environments - #31785, thanks
@JReinhold
!- Onboarding: Tweak referral wording in survey - #32185, thanks
@shilman
!- Telemetry: Send index stats on dev exit - #32168, thanks
@shilman
!v9.1.0
9.1.0
Storybook 9.1 is packed with new features and improvements to enhance accessibility, streamline testing, and make your development workflow even smoother!
🚀 Improved upgrade command with monorepo support for seamless upgrades 🅰 Angular fixes for Tailwind 4, cache busting, and zoneless compatibility 🧪
sb.mock
API and Automocking: one-line module mocking to simplify your testing workflow 🧪 Favicon shows test run status for quick visual feedback ⚛️ Easier configuration for React Native projects 🔥 Auto-abort play functions on HMR to avoid unwanted side effects 🏗️ Improved CSF factories API for type safe story definitions ♿️ A11y improvements across Storybook’s UI — addon panel, toolbar, sidebar, mobile & more 💯 Dozens more fixes and improvements based on community feedback!
- A11y: Improved toolbar a11y by fixing semantics - #28672, thanks
@mehm8128
!- Addon Vitest: Remove Optimize deps candidates due to Vitest warnings - #31809, thanks
@valentinpalkovic
!- Angular: Bundle using TSup - #31690, thanks
@ndelangen
!- Angular: Prevent directory import in Angular builders - #32012, thanks
@ghengeveld
!- Automigration: Await updateMainConfig in removeEssentials - #32140, thanks
@valentinpalkovic
!- Builder-Vite: Fix logic related to setting allowedHosts when IP address used - #31472, thanks
@JSMike
!
... (truncated)
Changelog
Sourced from @storybook/react
's changelog.
9.1.3
- Docs: Move button in ArgsTable heading to fix screenreader announcements - #32238, thanks
@Sidnioulz
!- Mock: Catch errors when transforming preview files - #32216, thanks
@valentinpalkovic
!- Next.js: Fix version mismatch error in Webpack - #32306, thanks
@valentinpalkovic
!- Telemetry: Disambiguate traffic coming from error/upgrade links - #32287, thanks
@shilman
!- Telemetry: Disambiguate unattributed traffic from Onboarding - #32286, thanks
@shilman
!9.1.2
- Addon Docs: Fix Symbol conversion issue in docs page and controls panel - #32220, thanks
@yannbf
!- Angular: Fix
entry.polyfills
undefined error - #32230, thanks@sk-pub
!- Angular: Inherit options from browserTarget - #32108, thanks
@gingeekrishna
!- Core: Improve addon detection in automigrations on windows - #31937, thanks
@mrginglymus
!- Next.js: Return mocked router instead of actual router in useRouter - #32131, thanks
@JulioJ11
!- Telemetry: Improve dev cancellation handling - #32218, thanks
@shilman
!9.1.1
- CLI: Fix throwing in readonly environments - #31785, thanks
@JReinhold
!- Onboarding: Tweak referral wording in survey - #32185, thanks
@shilman
!- Telemetry: Send index stats on dev exit - #32168, thanks
@shilman
!9.1.0
Storybook 9.1 is packed with new features and improvements to enhance accessibility, streamline testing, and make your development workflow even smoother!
🚀 Improved upgrade command with monorepo support for seamless upgrades 🅰 Angular fixes for Tailwind 4, cache busting, and zoneless compatibility 🧪
sb.mock
API and Automocking: one-line module mocking to simplify your testing workflow 🧪 Favicon shows test run status for quick visual feedback ⚛️ Easier configuration for React Native projects 🔥 Auto-abort play functions on HMR to avoid unwanted side effects 🏗️ Improved CSF factories API for type safe story definitions ♿️ A11y improvements across Storybook’s UI — addon panel, toolbar, sidebar, mobile & more 💯 Dozens more fixes and improvements based on community feedback!
- A11y: Improved toolbar a11y by fixing semantics - #28672, thanks
@mehm8128
!- Addon Vitest: Remove Optimize deps candidates due to Vitest warnings - #31809, thanks
@valentinpalkovic
!- Angular: Bundle using TSup - #31690, thanks
@ndelangen
!- Angular: Prevent directory import in Angular builders - #32012, thanks
@ghengeveld
!- Automigration: Await updateMainConfig in removeEssentials - #32140, thanks
@valentinpalkovic
!- Builder-Vite: Fix logic related to setting allowedHosts when IP address used - #31472, thanks
@JSMike
!- Controls: Improve the accessibility of the object control - #31581, thanks
@Sidnioulz
!- Core: Abort play function on HMR - #31542, thanks
@ghengeveld
!- Core: Avoid pausing animations in non-Vitest Playwright environments - #32123, thanks
@ghengeveld
!- Core: Cleanup of type following up v9 and small verbatimModuleSyntax type fix - #31823, thanks
@alcpereira
!
... (truncated)
Commits
ce39157
Bump version from "9.1.2" to "9.1.3" [skip ci]2bae930
Merge pull request #32283 from storybookjs/shilman/readme-utm-params99c205c
Bump version from "9.1.1" to "9.1.2" [skip ci]933b626
Merge pull request #32220 from storybookjs/yann/fix-jsx-issue-2a6bb54c
Bump version from "9.1.0" to "9.1.1" [skip ci]073a65a
Bump version from "9.1.0-beta.3" to "9.1.0" [skip ci]d3746ae
Bump version from "9.1.0-beta.2" to "9.1.0-beta.3" [skip ci]5ba8775
Bump version from "9.1.0-beta.1" to "9.1.0-beta.2" [skip ci]c146de5
Bump version from "9.1.0-beta.0" to "9.1.0-beta.1" [skip ci]b874fb2
Bump version from "9.1.0-alpha.10" to "9.1.0-beta.0" [skip ci]- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by storybook-bot, a new releaser for @storybook/react
since your current version.
Updates ws
from 6.2.1 to 7.5.10
Release notes
Sourced from ws's releases.
7.5.10
Bug fixes
- Backported e55e5106 to the 7.x release line (22c28763).
7.5.9
Bug fixes
- Backported bc8bd34e to the 7.x release line (0435e6e1).
7.5.8
Bug fixes
- Backported 0fdcc0af to the 7.x release line (2758ed35).
- Backported d68ba9e1 to the 7.x release line (dc1781bc).
7.5.7
Bug fixes
- Backported 6946f5fe to the 7.x release line (1f72e2e1).
7.5.6
Bug fixes
- Backported b8186dd1 to the 7.x release line (73dec34b).
- Backported ed2b8039 to the 7.x release line (22a26afb).
7.5.5
Bug fixes
- Backported ec9377ca to the 7.x release line (0e274acd).
7.5.4
Bug fixes
- Backported 6a72da3e to the 7.x release line (76087fbf).
- Backported 869c9892 to the 7.x release line (27997933).
7.5.3
Bug fixes
- The
WebSocketServer
constructor now throws an error if more than one of thenoServer
,server
, andport
options are specefied (66e58d27).- Fixed a bug where a
'close'
event was emitted by aWebSocketServer
before the internal HTTP/S server was actually closed (5a587304).- Fixed a bug that allowed WebSocket connections to be established after
WebSocketServer.prototype.close()
was called (772236a1).7.5.2
Bug fixes
... (truncated)
Commits
d962d70
[dist] 7.5.1022c2876
[security] Fix crash when the Upgrade header cannot be read (#2231)8a78f87
[dist] 7.5.90435e6e
[security] Fix same host check for ws+unix: redirects4271f07
[dist] 7.5.8dc1781b
[security] Drop sensitive headers when following insecure redirects2758ed3
[fix] Abort the handshake if the Upgrade header is invalida370613
[dist] 7.5.71f72e2e
[security] Drop sensitive headers when following redirects (#2013)8ecd890
[dist] 7.5.6- Additional commits viewable in compare view
Updates ansi-html
from 0.0.7 to 0.0.9
Commits
- See full diff in compare view
Updates loader-utils
from 1.2.3 to 1.4.0
Release notes
Sourced from loader-utils's releases.
v1.4.0
1.4.0 (2020-02-19)
Features
v1.3.0
1.3.0 (2020-02-19)
Features
Changelog
Sourced from loader-utils's changelog.
1.4.0 (2020-02-19)
Features
1.3.0 (2020-02-19)
Features
Commits
d95b8b5
chore(release): 1.4.0cd0e428
feat: theresourceQuery
is passed to theinterpolateName
method (#163)06d36cf
chore(release): 1.3.0469eeba
feat: support the[query]
template for theinterpolatedName
method (#162)909c99d
chore: funding.yml config and CI fix (#159)b5b74f0
Set up CI with Azure Pipelines7970c48
docs: small grammar change (#144)- See full diff in compare view
Updates ansi-regex
from 3.0.0 to 3.0.1
Commits
f545bdb
3.0.1c57d4c2
fix a few old XO issues for backport419250f
Fix potential ReDoS (#37)- See full diff in compare view
Updates async
from 2.6.3 to 3.2.6
Changelog
Sourced from async's changelog.
v3.2.5
- Ensure
Error
objects such asAggregateError
are propagated without modification (#1920)v3.2.4
- Fix a bug in
priorityQueue
where it didn't wait for the result. (#1725)- Fix a bug where
unshiftAsync
was included inpriorityQueue
. (#1790)v3.2.3
v3.2.2
- Fix potential prototype pollution exploit
v3.2.1
- Use
queueMicrotask
if available to the environment (#1761)- Minor perf improvement in
priorityQueue
(#1727)- More examples in documentation (#1726)
- Various doc fixes (#1708, #1712, #1717, #1740, #1739, #1749, #1756)
- Improved test coverage (#1754)
v3.2.0
- Fix a bug in Safari related to overwriting
func.name
- Remove built-in browserify configuration (#1653)
- Varios doc fixes (#1688, #1703, #1704)
v3.1.1
- Allow redefining
name
property on wrapped functions.v3.1.0
- Added
q.pushAsync
andq.unshiftAsync
, analagous toq.push
andq.unshift
, except they always do not accept a callback, and reject if processing the task errors. (#1659)- Promises returned from
q.push
andq.unshift
when a callback is not passed now resolve even if an error ocurred. (#1659)- Fixed a parsing bug in
autoInject
with complicated function bodies (#1663)- Added ES6+ configuration for Browserify bundlers (#1653)
- Various doc fixes (#1664, #1658, #1665, #1652)
v3.0.1
Bug fixes
- Fixed a regression where arrays passed to
queue
andcargo
would be completely flattened. (#1645)- Clarified Async's browser support (#1643)
v3.0.0
The
async
/await
release!There are a lot of new features and subtle breaking changes in this major version, but the biggest feature is that most Async methods return a Promise if you omit the callback, meaning you can
await
them from within anasync
function.</tr></table>
... (truncated)
Commits
85fb18f
Version 3.2.68c0c941
Update built files5f756b4
Fix ReDoS (#1980)39cdc9b
build(deps-dev): bump karma from 6.4.3 to 6.4.4 (#1985)7b8ddeb
build(deps-dev): bump@babel/core
from 7.24.7 to 7.25.2 (#1981)4634a9d
build(deps-dev): bump rollup from 4.18.0 to 4.19.2 (#1982)afb176c
build(deps-dev): bump chai from 4.4.1 to 4.5.0 (#1983)3568a74
build(deps-dev): bump@babel/eslint-parser
from 7.24.7 to 7.25.1 (#1984)9e885fd
build(deps-dev): bump babel-plugin-istanbul from 6.1.1 to 7.0.0 (#1986)f9c7f2a
build(deps-dev): bump semver from 7.6.2 to 7.6.3 (#1987)- Additional commits viewable in compare view
Updates json5
from 1.0.1 to 1.0.2
Changelog
Sourced from json5's changelog.
Unreleased [code, diff]
v2.2.3 [code, diff]
- Fix: json5@2.2.3 is now the 'latest' release according to npm instead of v1.0.2. (#299)
v2.2.2 [code, diff]
- Fix: Properties with the name
__proto__
are added to objects and arrays. (#199) This also fixes a prototype pollution vulnerability reported by Jonathan Gregson! (#295).v2.2.1 [code, diff]
- Fix: Removed dependence on minimist to patch CVE-2021-44906. (#266)
v2.2.0 [code, diff]
- New: Accurate and documented TypeScript declarations are now included. There is no need to install
@types/json5
. (#236, #244)v2.1.3 [code, diff]
v2.1.2 [code, diff]
... (truncated)
Commits
a62db1e
1.0.2e0c23fe
docs: update CHANGELOG for v1.0.262a6540
fix: add proto to objects and arrays- See full diff in compare view
Updates braces
from 2.3.2 to 3.0.3
Changelog
Sourced from braces's changelog.
Release history
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Changelogs are for humans, not machines.
- There should be an entry for every single version.
- The same types of changes should be grouped.
- Versions and sections should be linkable.
- The latest version comes first.
- The release date of each versions is displayed.
- Mention whether you follow Semantic Versioning.
Changelog entries are classified using the following labels (from keep-a-changelog):
Added
for new features.Changed
for changes in existing functionality.Deprecated
for soon-to-be removed features.Removed
for now removed features.Fixed
for any bug fixes.Security
in case of vulnerabilities.[3.0.0] - 2018-04-08
v3.0 is a complete refactor, resulting in a faster, smaller codebase, with fewer deps, and a more accurate parser and compiler.
Breaking Changes
- The undocumented
.makeRe
method was removed- Require Node.js >= 8.3
Non-breaking changes
- Caching was removed
Commits
- See full diff in compare view
Updates webpack
from 4.44.2 to 5.101.3
Release notes
Sourced from webpack's releases.
v5.101.3
Fixes
- Fixed resolve execution order issue from extra await in async modules
- Avoid empty block for unused statement
- Collect only specific expressions for destructuring assignment
v5.101.2
Fixes
- Fixed syntax error when comment is on the last line
- Handle var declaration for
createRequire
- Distinguish free variable and tagged variable
v5.101.1
Fixes
- Filter deleted assets in
processAdditionalAssets
hook- HMR failure in defer module
- Emit assets even if invalidation occurs again
- Export types for serialization and deserialization in plugins and export the
ModuleFactory
class- Fixed the failure export of internal function for ES module chunk format
- Fixed
GetChunkFilename
failure caused bydependOn
entry- Fixed the import of missing dependency chunks
- Fixed when entry chunk depends on the runtime chunk hash
- Fixed
module.exports
bundle to ESM library- Adjusted the time of adding a group depending on the fragment of execution time
- Fixed circle dependencies when require
RawModule
and condition ofisDeferred
- Tree-shakable module library should align preconditions of
allowInlineStartup
v5.101.0
Fixes
- Fixed concatenate optimization for ESM that caused undefined export
- Respect the
output.environment.nodePrefixForCoreModules
option everywhere- Respect the
output.importMetaName
option everywhere- Fixed await async dependencies when accepting them during HMR
- Better typescript types
Features
- Added colors helpers for CLI
- Enable tree-shaking for ESM external modules with named imports
- Added the
deferImport
option to parser optionsPerformance Improvements
- Fixed a regression in module concatenation after implementing deferred import support
- Fixed a potential performance issue in CleanPlugin
- Avoid extra
require
in some places
... (truncated)
Commits
07b1ac0
chore(release): 5.101.38d7efb8
chore(deps-dev): bump the dependencies group with 2 updates (#19816)935cbd8
docs: update examples (#19812)dc79e95
fix: collect only specific expressions for destructuring assignment90ae8af
fix: avoid empty block for unused statement8db97f8
fix: resolve execution order issue from extra await in async modulesc92deaf
ci: pin Node.js 24.x to 24.5.0 in CI workflow (#19813)c50930b
refactor(test): correct the value retrieval613a5ad
chore(deps-dev): bump@babel/core
in the dependencies group (#19807)1d9cc24
chore(release): 5.101.2- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by evilebottnawi, a new releaser for webpack since your current version.
Updates @storybook/addon-essentials
from 6.5.16 to 8.6.14
Release notes
Sourced from @storybook/addon-essentials
's releases.
v8.6.14
8.6.14
- CLI: Add skip onboarding, recommended/minimal config - #30930, thanks
@shilman
!- Core: Fix using dates in expect statements - #28413, thanks
@yann-combarnous
!- React Native Web: Fix expo router by setting JSX to automatic - #31484, thanks
@dannyhw
!- Test: Make sure that lit arrays are not cloned - #31435, thanks
@kasperpeulen
!v8.6.13
8.6.13
- Controls: Fix boxShadow on empty controls - #27193, thanks
@H0onnn
!- React Native Web: Update
react-native-web
- #31324, thanks@ndelangen
!v8.6.12
8.6.12
- CLI: Only install Visual Test Addon if test feature is selected - #30966, thanks
@ghengeveld
!- Core: Fix telemetry error on Storybook UI - #30953, thanks
@yannbf
!- Ember: Fix
ember-template-compiler
import for ember 6+ - #30682, thanks@leoeuclids
!- Next: Upgrade vite-plugin-storybook-nextjs for Next v14 compatibility - #30997, thanks
@kasperpeulen
!- Svelte: Exclude
node_modules
from docgen - #30981, thanks@JReinhold
!v8.6.11
8.6.11
- Angular: Fix zone.js support for Angular libraries - #30941, thanks
@valentinpalkovic
!v8.6.10
8.6.10
- Addon-docs: Fix non-string handling in Stories block - #30913, thanks
@JamesIves
!- Nextjs: Fix styled-jsx optimize vite warnings - #30932, thanks
@kasperpeulen
!- React: Fix actImplementation is not a function - #30929, thanks
@kasperpeulen
!v8.6.9
8.6.9
- Next: Fix react aliases in next vite plugin - #30914, thanks
@kasperpeulen
!v8.6.8
8.6.8
- Angular: Export all files in Angular package.json - #30849, thanks
@kasperpeulen
!- CLI: Don't add packageManager entry to package.json automatically - #30855, thanks
@kasperpeulen
!- React: Allow portable stories to be used in SSR - #30847, thanks
@kasperpeulen
!- Svelte: Adjust Svelte typings to include Svelte 5 function components - #30852, thanks
@dummdidumm
!- Telemetry: Make sure that telemetry doesn't fail on init - #30857, thanks
@kasperpeulen
!- Vite: Update HMR filter to target specific story file types - #30845, thanks
@kasperpeulen
!
... (truncated)
Changelog
Sourced from @storybook/addon-essentials
's changelog.
8.6.14
- CLI: Add skip onboarding, recommended/minimal config - #30930, thanks
@shilman
!- Core: Fix using dates in expect statements - #28413, thanks
@yann-combarnous
!- React Native Web: Fix expo router by setting JS...
Description has been truncated
Pull Request Statistics
1
2
+18748
-24219
Package Dependencies
@storybook/addon-essentials
npm
6.5.16 → 8.6.14
Major
@storybook/preset-create-react-app
npm
3.1.7 → 9.1.3
Major
Technical Details
ID: | 5616300 |
UUID: | 2765004164 |
Node ID: | PR_kwDOGMbvUs6kzp2E |
Host: | GitHub |
Repository: | cyrilf/css-for-js-mini-component-library |
Merge State: | Dirty |