Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix!: fix various 8.0.0 issues #2820

Merged
merged 29 commits into from Mar 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
c76f61d
Allow importing css from npm package
mdmower-csnw Mar 7, 2024
df3595f
fix: Added hook to combobox for when options change (#2715)
werdnanoslen Mar 7, 2024
208a69b
build(deps-dev): Bump @typescript-eslint/parser from 6.21.0 to 7.1.1 …
dependabot[bot] Mar 11, 2024
7eca3e6
build(deps-dev): Bump @laynezh/vite-plugin-lib-assets from 0.5.20 to …
dependabot[bot] Mar 11, 2024
7f73405
build(deps-dev): Bump eslint-plugin-storybook from 0.6.15 to 0.8.0 (#…
dependabot[bot] Mar 11, 2024
97b86c1
build(deps-dev): Bump yarn from 1.22.21 to 1.22.22 (#2817)
dependabot[bot] Mar 11, 2024
b6b0f35
build(deps-dev): Bump eslint-plugin-vitest from 0.3.22 to 0.3.25 (#2818)
dependabot[bot] Mar 11, 2024
fbc7545
fix 8.0.0 issues
jpandersen87 Mar 15, 2024
abdffd6
update yarn 1.22.x version
jpandersen87 Mar 15, 2024
f865776
make react-focus-trap external
jpandersen87 Mar 15, 2024
d9a05b5
documentation on react-focus-trap in tests
jpandersen87 Mar 15, 2024
fbb4c22
fix typo
jpandersen87 Mar 15, 2024
2be696e
set sb back to 7.x version
jpandersen87 Mar 16, 2024
3a161c4
docs: added docs for breaking changes and using withDeprecationWarnin…
werdnanoslen Mar 15, 2024
1e100f1
fix sb dep versions
jpandersen87 Mar 16, 2024
437c6f6
revert uswds
jpandersen87 Mar 16, 2024
d97665a
fix lockfile
jpandersen87 Mar 16, 2024
b81cf18
build(deps-dev): Bump vitest and @vitest/coverage-istanbul (#2821)
dependabot[bot] Mar 18, 2024
acd6a56
build(deps-dev): Bump eslint-plugin-vitest from 0.3.25 to 0.3.26 (#2823)
dependabot[bot] Mar 18, 2024
bc83c32
build(deps-dev): Bump @storybook/blocks from 7.6.17 to 8.0.0 (#2824)
dependabot[bot] Mar 18, 2024
f7a65c4
build(deps-dev): Bump vite from 5.1.5 to 5.1.6 (#2825)
dependabot[bot] Mar 18, 2024
c037c43
build(deps-dev): Bump @typescript-eslint/eslint-plugin from 7.1.1 to …
dependabot[bot] Mar 18, 2024
81406ca
build(deps-dev): Bump stylelint-config-sass-guidelines from 11.0.0 to…
dependabot[bot] Mar 18, 2024
9d25957
Merge branch 'main' into 8.0.0-bugs
jpandersen87 Mar 18, 2024
c4206b4
fix for undefined properties in dangerfile
jpandersen87 Mar 19, 2024
4f3ab8d
Merge branch 'main' into 8.0.0-bugs
jpandersen87 Mar 20, 2024
ae13593
Merge branch 'main' into 8.0.0-bugs
werdnanoslen Mar 21, 2024
3c64bc5
simplify npm/yarn doc, add section on peer dep
jpandersen87 Mar 21, 2024
7a69e30
doc tweak
jpandersen87 Mar 21, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -5,6 +5,7 @@ _.log
npm-debug.log_
yarn-debug.log*
yarn-error.log*
doctor-storybook.log

# Runtime data

Expand Down
1 change: 1 addition & 0 deletions .storybook/main.ts
Expand Up @@ -8,6 +8,7 @@ const config: StorybookConfig = {
'@storybook/addon-links',
'@storybook/addon-essentials',
'@storybook/addon-interactions',
'@storybook/addon-mdx-gfm',
],
framework: {
name: '@storybook/react-vite',
Expand Down