Sourced from @storybook/test-runner's
releases.
v0.20.1
🐛 Bug Fix
Authors: 1
- Yann Braga (
@yannbf)v0.20.0
Release Notes
Refactor: Align with Storybook 8.2 core package layout
This is a structural change that shouldn't really affect you. As long as you have the
storybookdependency in your app (which you should), you're good! This change makes it so that the test-runner deduplicates Storybook dependencies, and therefore, slims down your node_modules size.Feature: Run postVisit on failures (#494)
The test-runner's postVisit hook now runs even if there are failures. This allows you to, for instance, take snapshots on component failures. You can check whether the test has failed via the
hasFailureproperty in the context passed to the hook:const config: TestRunnerConfig = { async postVisit(_page, context) { if(context.hasFailure) { console.log('problems!') // do a snapshot, write a log, or anything you like } }, }
🚀 Enhancement
- Feature: Run postVisit on failures #494 (
@yannbf)- Align with Storybook 8.2 core package layout #512 (
@yannbf)📝 Documentation
Authors: 6
v0.20.0-next.2
Release Notes
... (truncated)
Sourced from @storybook/test-runner's
changelog.
v0.20.1 (Mon Dec 02 2024)
🐛 Bug Fix
Authors: 1
- Yann Braga (
@yannbf)
v0.20.0 (Thu Nov 28 2024)
Release Notes
Feature: Run postVisit on failures (#494)
The test-runner's postVisit hook now runs even if there are failures. This allows you to, for instance, take snapshots on component failures. You can check whether the test has failed via the
hasFailureproperty in the context passed to the hook:const config: TestRunnerConfig = { async postVisit(_page, context) { if(context.hasFailure) { console.log('problems!') // do a snapshot, write a log, or anything you like } }, }
🚀 Enhancement
- Release 0.20.0 #518 (
@yannbf@shilman)- Feature: Run postVisit on failures #494 (
@yannbf)- Release 0.20.0 #514 (
@yannbfrunner@fv-az773-358.an51pne1gm2ejjnmkprpigk40g.dx.internal.cloudapp.net)- Align with Storybook 8.2 core package layout #512 (
@yannbf)📝 Documentation
Authors: 6
- Michael Shilman (
@shilman)- shilman (runner@fv-az1567-4.ivwpl3vsblrubjity54i0equac.phxx.internal.cloudapp.net)
- shilman (runner@fv-az2031-358.rag0t2s20xiu3oejmeweyzhkrf.bx.internal.cloudapp.net)
... (truncated)
055cca4
Bump version to: 0.20.1 [skip ci]6efa9a3
Update CHANGELOG.md [skip ci]7bc1bcf
Merge pull request #520
from storybookjs/release/v0.20.1faeafe7
Merge branch 'main' into release/v0.20.1eb1a945
Merge pull request #519
from storybookjs/yann/fix-hooks-issue6bff30e
fix postVisit hook issue8dabc7a
Bump version to: 0.20.0 [skip ci]c1571a8
Update CHANGELOG.md [skip ci]dc1e287
Merge pull request #518
from storybookjs/release/v0.20.00129a50
bring back main depsThis version was pushed to npm by storybook-bot, a new
releaser for @storybook/test-runner since your current
version.
Sourced from eslint-config-next's releases.
v15.1.0
Core Changes
- fix: decrypt bound args before generating a cache key: #72463
- Fix the path to the next/experimental/testing/server export: #72527
- Expand
server-source-mapsscenarios to cover Edge runtime: #72288- Ensure logged errors in Edge runtime include the stack: #72394
- fix: added cache control headers for static app routes: #72521
- capture console issues as console errors: #72468
- Add expireTag and expirePath APIs: #72485
- fix: try/catch access to localStorage within __NEXT_APP_ISR_INDICATOR useEffect: #72362
- Move client build ID to a global variable: #72592
- refactor(turbopack): Remove
swc_css: #72602- Bypass source map dev middleware for client chunks: #72581
- chore: remove
rcfrom URL: #72599- improve
no-img-elementlint error message: #72410- Combine bound
"use cache"closure args into a single parameter: #72587- [Turbopack] add BackendOptions and allow to disable dependencies, children and storage: #72426
- Omit unused args when calling
"use cache"functions: #72506- Add experimental
clientSegmentCacheflag: #72626- Add
compiler.defineoption: #71802- Fix static indicator with dynamicIO: #72631
- Allow usage of Node.js prereleases: #72635
- improved network url in (dev) cli: #72634
- chore: update
getting-started/react-essentialspath: #72250- Fix static indicator for pure IO case: #72639
- Bump the monorepo packages TypeScript to
5.6.3: #72625- Bump
@capsizecss/metricsto 3.4.0 for Geist Google Font: #72746- refactor: remove unused asNotFound property: #72585
- Remove unused
enabledconfig from server actions transforms: #72755- Ensure Next.js is ignore-listed when used as external: #72498
- Bump
eslint-plugin-reactto 7.37.0: #72759- upgrade amphtml-validator to 1.0.38: #72645
- fix multi-level redirect in server actions: #72770
- refactor: rename error boundary not-found to http-error-fallback: #72586
- Upgrade React from
5c56b873-20241107to7ac8e612-20241113: #72768- Re-use randomly selected dev server port for automatic restarts: #72771
- Emit build error when
"use cache"is used withoutdynamicIOenabled: #72781- fix: not found bounary prop: #72784
- silence sass
legacy-js-apiwarning: #72632- [Segment Prefetch] Move access token to route tree: #72775
- Add internal affordances to show ignore-listed stackframes in terminal: #72763
- chore(turbopack): Centralize reqwest TLS feature configs in turbo-tasks-fetch: #72526
- Upgrade React from
7ac8e612-20241113to380f5d67-20241113: #72819- Shorten unsourcemapped absolute locations in terminal stacktraces: #72764
- codemod: replace
revalidate(Tag|Path)toexpire(Tag|Path): #72826- "Fix": Lift type check out of loop: #72840
- hide stack trace in CanaryOnlyError: #72859
- Allow missing CacheNodeSeedData during prefetch: #72857
- Add Segment Cache feature check to
prefetchAPI: #72861
... (truncated)
Sourced from msw's releases.
v2.7.0 (2024-12-17)
Features
- use
picocolorsinstead ofchalk(#2377) (85bdd82dfe4cd3d514d7820dad3338b485084fbf)@Namchee@kettanaitov2.6.9 (2024-12-16)
Bug Fixes
- support
SharedArrayBufferinHttpResponse.arrayBuffer(#2389) (41f00e1a67e21010ab9c1a46c8e92193b655f24a)@danilofuchs@kettanaito
e3234fd
chore(release): v2.7.085bdd82
feat: use picocolors instead of chalk (#2377)58f2d2c
chore: use v18 in .nvmrca845ea1
chore(release): v2.6.9417918f
chore: pack/build before all e2e tests (#2395)41f00e1
fix: support SharedArrayBuffer in
HttpResponse.arrayBuffer (#2389)a6c419c
chore: split build into standalone jobs (#2386)