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

2024-11-21 Release #1074

Merged
merged 25 commits into from
Nov 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
3350481
chore (github-actions): bump codecov/codecov-action from 4.6.0 to 5.0.2
dependabot[bot] Nov 18, 2024
6c6a7c2
chore (npm): bump @storybook/vue3-vite from 8.4.2 to 8.4.4
dependabot[bot] Nov 18, 2024
7acb755
Merge pull request #1058 from patrickcate/dependabot/npm_and_yarn/dev…
dependabot[bot] Nov 18, 2024
9443e69
chore (npm): bump vue from 3.5.12 to 3.5.13
dependabot[bot] Nov 18, 2024
cb28315
build(deps): bump cross-spawn from 7.0.3 to 7.0.5 in /playground/nuxt
dependabot[bot] Nov 18, 2024
e936ae9
Merge pull request #1060 from patrickcate/dependabot/npm_and_yarn/dev…
dependabot[bot] Nov 18, 2024
bb69b27
chore (npm): bump @storybook/addon-essentials from 8.4.2 to 8.4.4
dependabot[bot] Nov 18, 2024
ceb64a5
Merge pull request #1059 from patrickcate/dependabot/npm_and_yarn/dev…
dependabot[bot] Nov 18, 2024
cabf7f1
chore (npm): bump @storybook/addon-mdx-gfm from 8.4.2 to 8.4.4
dependabot[bot] Nov 18, 2024
d9a7577
Merge pull request #1061 from patrickcate/dependabot/npm_and_yarn/dev…
dependabot[bot] Nov 18, 2024
3392a8c
chore (npm): bump @uswds/uswds from 3.9.0 to 3.10.0
dependabot[bot] Nov 18, 2024
ad1e59f
Merge pull request #1068 from patrickcate/dependabot/npm_and_yarn/dev…
dependabot[bot] Nov 18, 2024
3c1e639
chore (npm): bump focus-trap from 7.6.1 to 7.6.2
dependabot[bot] Nov 18, 2024
51f76c3
Merge pull request #1069 from patrickcate/dependabot/npm_and_yarn/dev…
dependabot[bot] Nov 18, 2024
6856a6a
chore (npm): bump @storybook/addon-links from 8.4.2 to 8.4.4
dependabot[bot] Nov 18, 2024
61372a7
Merge pull request #1067 from patrickcate/dependabot/npm_and_yarn/dev…
dependabot[bot] Nov 18, 2024
dd51d9e
Merge branch 'develop' into dependabot/npm_and_yarn/playground/nuxt/c…
patrickcate Nov 18, 2024
825c99b
Merge branch 'develop' into dependabot/github_actions/develop/codecov…
patrickcate Nov 18, 2024
1131950
Merge pull request #1072 from patrickcate/dependabot/npm_and_yarn/pla…
patrickcate Nov 18, 2024
2556c07
fix(UsaSelect): set `selected` prop correctly for ssr
patrickcate Nov 21, 2024
e917db3
build: add compatibility date to nuxt playground
patrickcate Nov 21, 2024
e683bd2
Merge pull request #1073 from patrickcate/feature/000/select-ssr
patrickcate Nov 21, 2024
801a0e1
Merge branch 'develop' into dependabot/github_actions/develop/codecov…
patrickcate Nov 21, 2024
1f5da66
Merge pull request #1057 from patrickcate/dependabot/github_actions/d…
patrickcate Nov 21, 2024
bfd520d
Merge branch 'main' into develop
patrickcate Nov 21, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:

- name: Upload coverage to Codecov
if: github.actor != 'dependabot[bot]'
uses: codecov/codecov-action@v4.6.0
uses: codecov/codecov-action@v5.0.2
with:
file: ./coverage/lcov.info

Expand Down
Loading
Loading