-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #26578 from storybookjs/version-non-patch-from-8.1…
….0-alpha.3 Release: Prerelease 8.1.0-alpha.4
- Loading branch information
Showing
249 changed files
with
10,315 additions
and
8,806 deletions.
There are no files selected for viewing
672 changes: 336 additions & 336 deletions
672
.yarn/releases/yarn-4.0.2.cjs → .yarn/releases/yarn-4.1.1.cjs
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Nx 18 enables using plugins to infer targets by default | ||
# This is disabled for existing workspaces to maintain compatibility | ||
# For more info, see: https://nx.dev/concepts/inferred-tasks | ||
NX_ADD_PLUGINS=false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Seems like NX get confused as our gitignore directory is not in the NX root | ||
dist | ||
node_modules | ||
storybook-static | ||
tsconfig.tsbuildinfo | ||
coverage | ||
fixtures |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{ | ||
"name": "@storybook/addon-a11y", | ||
"$schema": "../../node_modules/nx/schemas/project-schema.json", | ||
"implicitDependencies": [], | ||
"type": "library" | ||
"projectType": "library", | ||
"targets": { | ||
"build": {} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,11 @@ | ||
import { defineConfig, mergeConfig } from 'vitest/config'; | ||
import { sep, posix } from 'path'; | ||
import { vitestCommonConfig } from '../../vitest.workspace'; | ||
|
||
export default mergeConfig( | ||
vitestCommonConfig, | ||
defineConfig({ | ||
test: { | ||
environment: 'jsdom', | ||
name: __dirname.split(sep).slice(-2).join(posix.sep), | ||
}, | ||
}) | ||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{ | ||
"name": "@storybook/addon-actions", | ||
"$schema": "../../node_modules/nx/schemas/project-schema.json", | ||
"implicitDependencies": [], | ||
"type": "library" | ||
"projectType": "library", | ||
"targets": { | ||
"build": {} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,11 @@ | ||
import { defineConfig, mergeConfig } from 'vitest/config'; | ||
import { sep, posix } from 'path'; | ||
import { vitestCommonConfig } from '../../vitest.workspace'; | ||
|
||
export default mergeConfig( | ||
vitestCommonConfig, | ||
defineConfig({ | ||
test: { | ||
environment: 'jsdom', | ||
name: __dirname.split(sep).slice(-2).join(posix.sep), | ||
}, | ||
}) | ||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{ | ||
"name": "@storybook/addon-backgrounds", | ||
"$schema": "../../node_modules/nx/schemas/project-schema.json", | ||
"implicitDependencies": [], | ||
"type": "library" | ||
"projectType": "library", | ||
"targets": { | ||
"build": {} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,11 @@ | ||
import { defineConfig, mergeConfig } from 'vitest/config'; | ||
import { sep, posix } from 'path'; | ||
import { vitestCommonConfig } from '../../vitest.workspace'; | ||
|
||
export default mergeConfig( | ||
vitestCommonConfig, | ||
defineConfig({ | ||
test: { | ||
environment: 'jsdom', | ||
name: __dirname.split(sep).slice(-2).join(posix.sep), | ||
}, | ||
}) | ||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{ | ||
"name": "@storybook/addon-controls", | ||
"$schema": "../../node_modules/nx/schemas/project-schema.json", | ||
"implicitDependencies": [], | ||
"type": "library" | ||
"projectType": "library", | ||
"targets": { | ||
"build": {} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,11 @@ | ||
import { defineConfig, mergeConfig } from 'vitest/config'; | ||
import { sep, posix } from 'path'; | ||
import { vitestCommonConfig } from '../../vitest.workspace'; | ||
|
||
export default mergeConfig( | ||
vitestCommonConfig, | ||
defineConfig({ | ||
test: { | ||
environment: 'jsdom', | ||
name: __dirname.split(sep).slice(-2).join(posix.sep), | ||
}, | ||
}) | ||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{ | ||
"name": "@storybook/addon-docs", | ||
"$schema": "../../node_modules/nx/schemas/project-schema.json", | ||
"implicitDependencies": [], | ||
"type": "library" | ||
"projectType": "library", | ||
"targets": { | ||
"build": {} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,11 @@ | ||
import { defineConfig, mergeConfig } from 'vitest/config'; | ||
import { sep, posix } from 'path'; | ||
import { vitestCommonConfig } from '../../vitest.workspace'; | ||
|
||
export default mergeConfig( | ||
vitestCommonConfig, | ||
defineConfig({ | ||
test: { | ||
environment: 'jsdom', | ||
name: __dirname.split(sep).slice(-2).join(posix.sep), | ||
}, | ||
}) | ||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{ | ||
"name": "@storybook/addon-essentials", | ||
"$schema": "../../node_modules/nx/schemas/project-schema.json", | ||
"implicitDependencies": [], | ||
"type": "library" | ||
"projectType": "library", | ||
"targets": { | ||
"build": {} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,11 @@ | ||
import { defineConfig, mergeConfig } from 'vitest/config'; | ||
import { sep, posix } from 'path'; | ||
import { vitestCommonConfig } from '../../vitest.workspace'; | ||
|
||
export default mergeConfig( | ||
vitestCommonConfig, | ||
defineConfig({ | ||
test: { | ||
environment: 'jsdom', | ||
name: __dirname.split(sep).slice(-2).join(posix.sep), | ||
}, | ||
}) | ||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{ | ||
"name": "@storybook/addon-mdx-gfm", | ||
"$schema": "../../node_modules/nx/schemas/project-schema.json", | ||
"implicitDependencies": [], | ||
"type": "library" | ||
"projectType": "library", | ||
"targets": { | ||
"build": {} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,11 @@ | ||
import { defineConfig, mergeConfig } from 'vitest/config'; | ||
import { sep, posix } from 'path'; | ||
import { vitestCommonConfig } from '../../vitest.workspace'; | ||
|
||
export default mergeConfig( | ||
vitestCommonConfig, | ||
defineConfig({ | ||
test: { | ||
environment: 'jsdom', | ||
name: __dirname.split(sep).slice(-2).join(posix.sep), | ||
}, | ||
}) | ||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{ | ||
"name": "@storybook/addon-highlight", | ||
"$schema": "../../node_modules/nx/schemas/project-schema.json", | ||
"implicitDependencies": [], | ||
"type": "library" | ||
"projectType": "library", | ||
"targets": { | ||
"build": {} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,11 @@ | ||
import { defineConfig, mergeConfig } from 'vitest/config'; | ||
import { sep, posix } from 'path'; | ||
import { vitestCommonConfig } from '../../vitest.workspace'; | ||
|
||
export default mergeConfig( | ||
vitestCommonConfig, | ||
defineConfig({ | ||
test: { | ||
environment: 'jsdom', | ||
name: __dirname.split(sep).slice(-2).join(posix.sep), | ||
}, | ||
}) | ||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{ | ||
"name": "@storybook/addon-interactions", | ||
"$schema": "../../node_modules/nx/schemas/project-schema.json", | ||
"implicitDependencies": [], | ||
"type": "library" | ||
"projectType": "library", | ||
"targets": { | ||
"build": {} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,11 @@ | ||
import { defineConfig, mergeConfig } from 'vitest/config'; | ||
import { sep, posix } from 'path'; | ||
import { vitestCommonConfig } from '../../vitest.workspace'; | ||
|
||
export default mergeConfig( | ||
vitestCommonConfig, | ||
defineConfig({ | ||
test: { | ||
environment: 'jsdom', | ||
name: __dirname.split(sep).slice(-2).join(posix.sep), | ||
}, | ||
}) | ||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{ | ||
"name": "@storybook/addon-jest", | ||
"$schema": "../../node_modules/nx/schemas/project-schema.json", | ||
"implicitDependencies": [], | ||
"type": "library" | ||
"projectType": "library", | ||
"targets": { | ||
"build": {} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,11 @@ | ||
import { defineConfig, mergeConfig } from 'vitest/config'; | ||
import { sep, posix } from 'path'; | ||
import { vitestCommonConfig } from '../../vitest.workspace'; | ||
|
||
export default mergeConfig( | ||
vitestCommonConfig, | ||
defineConfig({ | ||
test: { | ||
environment: 'jsdom', | ||
name: __dirname.split(sep).slice(-2).join(posix.sep), | ||
}, | ||
}) | ||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{ | ||
"name": "@storybook/addon-links", | ||
"$schema": "../../node_modules/nx/schemas/project-schema.json", | ||
"implicitDependencies": [], | ||
"type": "library" | ||
"projectType": "library", | ||
"targets": { | ||
"build": {} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,11 @@ | ||
import { defineConfig, mergeConfig } from 'vitest/config'; | ||
import { sep, posix } from 'path'; | ||
import { vitestCommonConfig } from '../../vitest.workspace'; | ||
|
||
export default mergeConfig( | ||
vitestCommonConfig, | ||
defineConfig({ | ||
test: { | ||
environment: 'jsdom', | ||
name: __dirname.split(sep).slice(-2).join(posix.sep), | ||
}, | ||
}) | ||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{ | ||
"name": "@storybook/addon-measure", | ||
"$schema": "../../node_modules/nx/schemas/project-schema.json", | ||
"implicitDependencies": [], | ||
"type": "library" | ||
"projectType": "library", | ||
"targets": { | ||
"build": {} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,11 @@ | ||
import { defineConfig, mergeConfig } from 'vitest/config'; | ||
import { sep, posix } from 'path'; | ||
import { vitestCommonConfig } from '../../vitest.workspace'; | ||
|
||
export default mergeConfig( | ||
vitestCommonConfig, | ||
defineConfig({ | ||
test: { | ||
environment: 'jsdom', | ||
name: __dirname.split(sep).slice(-2).join(posix.sep), | ||
}, | ||
}) | ||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{ | ||
"name": "@storybook/addon-onboarding", | ||
"$schema": "../../node_modules/nx/schemas/project-schema.json", | ||
"implicitDependencies": [], | ||
"type": "library" | ||
"projectType": "library", | ||
"targets": { | ||
"build": {} | ||
} | ||
} |
Oops, something went wrong.