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

Release 2024-05-04 #901

Merged
merged 42 commits into from
May 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
ed74485
build(deps): bump tar from 6.2.0 to 6.2.1 in /playground/nuxt
dependabot[bot] Apr 11, 2024
4281ad6
Merge pull request #882 from patrickcate/dependabot/npm_and_yarn/play…
dependabot[bot] Apr 11, 2024
aac7f2b
chore (github-actions): bump codecov/codecov-action from 4.2.0 to 4.3.0
dependabot[bot] Apr 15, 2024
523c009
chore (npm): bump cypress from 13.7.2 to 13.7.3
dependabot[bot] Apr 15, 2024
234fd79
chore (npm): bump eslint-plugin-vue from 9.24.0 to 9.25.0
dependabot[bot] Apr 15, 2024
b6641b8
Merge pull request #884 from patrickcate/dependabot/github_actions/de…
dependabot[bot] Apr 15, 2024
58d4361
chore (github-actions): bump szenius/set-timezone from 1.2 to 2.0
dependabot[bot] Apr 15, 2024
64d0de5
Merge pull request #883 from patrickcate/dependabot/github_actions/de…
patrickcate Apr 21, 2024
6c4da37
Merge branch 'develop' into dependabot/npm_and_yarn/develop/eslint-pl…
patrickcate Apr 21, 2024
e57f20c
Merge branch 'develop' into dependabot/npm_and_yarn/develop/cypress-1…
patrickcate Apr 21, 2024
c4a033f
refactor: update nuxt playground to use new nuxt-uswds module
patrickcate Apr 21, 2024
288e5f9
feat(UsaSearch): set `selected` attribute for better ssr support
patrickcate Apr 21, 2024
4600aa6
refactor(useToggle): remove redundant ref
patrickcate Apr 21, 2024
bb13016
Merge pull request #885 from patrickcate/dependabot/npm_and_yarn/deve…
patrickcate Apr 21, 2024
8c11638
chore (github-actions): bump JamesIves/github-pages-deploy-action
dependabot[bot] Apr 22, 2024
5a264e3
Merge pull request #890 from patrickcate/dependabot/github_actions/de…
dependabot[bot] Apr 22, 2024
d22c051
chore (npm): bump eslint-plugin-cypress from 2.15.1 to 2.15.2
dependabot[bot] Apr 22, 2024
fbd86fb
Merge pull request #891 from patrickcate/dependabot/npm_and_yarn/deve…
dependabot[bot] Apr 22, 2024
6e7162f
chore (npm): bump vue-router from 4.3.0 to 4.3.2
dependabot[bot] Apr 22, 2024
e505d8c
Merge pull request #893 from patrickcate/dependabot/npm_and_yarn/deve…
dependabot[bot] Apr 22, 2024
4cef94a
chore (npm): bump cypress from 13.7.3 to 13.8.0
dependabot[bot] Apr 22, 2024
81ecba1
Merge pull request #892 from patrickcate/dependabot/npm_and_yarn/deve…
dependabot[bot] Apr 22, 2024
f0c9891
chore (npm): bump vue from 3.4.21 to 3.4.23
dependabot[bot] Apr 22, 2024
f26acbf
Merge pull request #894 from patrickcate/dependabot/npm_and_yarn/deve…
dependabot[bot] Apr 22, 2024
a082d20
Merge branch 'develop' into feature/nuxt-module
patrickcate Apr 22, 2024
361d9bf
fix(UsaBanner): pass default open prop as static value
patrickcate Apr 29, 2024
6f54fda
Merge pull request #888 from patrickcate/feature/nuxt-module
patrickcate Apr 29, 2024
7689564
Merge branch 'develop' into dependabot/npm_and_yarn/develop/eslint-pl…
patrickcate Apr 29, 2024
738c5e1
Merge pull request #887 from patrickcate/dependabot/npm_and_yarn/deve…
patrickcate Apr 29, 2024
2a85711
chore (npm): bump @cypress/code-coverage from 3.12.33 to 3.12.37
dependabot[bot] Apr 29, 2024
cdae77a
Merge pull request #895 from patrickcate/dependabot/npm_and_yarn/deve…
patrickcate Apr 29, 2024
bbaca0a
chore (npm): bump vue from 3.4.23 to 3.4.26
dependabot[bot] Apr 29, 2024
611b219
Merge pull request #896 from patrickcate/dependabot/npm_and_yarn/deve…
dependabot[bot] Apr 29, 2024
1d90446
chore (npm): bump @floating-ui/dom from 1.6.3 to 1.6.4
dependabot[bot] Apr 29, 2024
33eb2bb
Merge pull request #897 from patrickcate/dependabot/npm_and_yarn/deve…
dependabot[bot] Apr 29, 2024
0ba8aa3
chore (npm): bump cypress from 13.8.0 to 13.8.1
dependabot[bot] Apr 29, 2024
0895d38
Merge pull request #898 from patrickcate/dependabot/npm_and_yarn/deve…
dependabot[bot] Apr 29, 2024
447431f
build(deps-dev): bump ejs from 3.1.9 to 3.1.10
dependabot[bot] May 2, 2024
fba3066
Merge pull request #899 from patrickcate/dependabot/npm_and_yarn/ejs-…
dependabot[bot] May 2, 2024
14bdcaa
docs: update readme with link to nuxt module
patrickcate May 5, 2024
06d9737
Merge pull request #900 from patrickcate/feature/nuxt-3-doc-link
patrickcate May 5, 2024
f10293a
Merge branch 'main' into develop
patrickcate May 5, 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/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: touch ./storybook-static/.nojekyll

- name: Publish documentation
uses: JamesIves/github-pages-deploy-action@v4.5.0
uses: JamesIves/github-pages-deploy-action@v4.6.0
with:
branch: gh-pages
folder: storybook-static
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
uses: actions/checkout@v4

- name: Set Timezone
uses: szenius/set-timezone@v1.2
uses: szenius/set-timezone@v2.0
with:
timezoneLinux: 'America/New_York'
timezoneMacos: 'America/New_York'
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:

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

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

A Vue 3 implementation of the [USWDS](https://designsystem.digital.gov). If you need Vue 2 support, check out the [USWDS-Vue](https://github.com/thepipster/uswds-vue) library.

A [Nuxt 3 integration module](https://github.com/patrickcate/nuxt-uswds) is available.

## [Documentation](https://patrickcate.github.io/vue-uswds/)

## Installation
Expand Down
387 changes: 186 additions & 201 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions playground/nuxt/global.d.ts

This file was deleted.

16 changes: 0 additions & 16 deletions playground/nuxt/modules/vue-uswds.ts

This file was deleted.

1 change: 1 addition & 0 deletions playground/nuxt/nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
devtools: { enabled: true },
modules: ['nuxt-uswds'],
})
Loading
Loading