From e9aeacaf117bfedf881440c5c06bd1c182e1e491 Mon Sep 17 00:00:00 2001 From: Charlie Mahoney Date: Mon, 4 Mar 2024 14:39:06 -0500 Subject: [PATCH 1/4] npm audit fix --- package-lock.json | 90 ++++++++++++++++++++++++++++++++++------------- 1 file changed, 66 insertions(+), 24 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9dc4f4c59e..f0f1cde559 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1822,20 +1822,23 @@ } }, "node_modules/browserify-sign": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/browserify-sign/-/browserify-sign-4.2.1.tgz", - "integrity": "sha512-/vrA5fguVAKKAVTNJjgSm1tRQDHUU6DbwO9IROu/0WAzC8PKhucDSh18J0RMvVeHAn5puMd+QHC2erPRNf8lmg==", + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/browserify-sign/-/browserify-sign-4.2.2.tgz", + "integrity": "sha512-1rudGyeYY42Dk6texmv7c4VcQ0EsvVbLwZkA+AQB7SxvXxmcD93jcHie8bzecJ+ChDlmAm2Qyu0+Ccg5uhZXCg==", "dev": true, "dependencies": { - "bn.js": "^5.1.1", - "browserify-rsa": "^4.0.1", + "bn.js": "^5.2.1", + "browserify-rsa": "^4.1.0", "create-hash": "^1.2.0", "create-hmac": "^1.1.7", - "elliptic": "^6.5.3", + "elliptic": "^6.5.4", "inherits": "^2.0.4", - "parse-asn1": "^5.1.5", - "readable-stream": "^3.6.0", - "safe-buffer": "^5.2.0" + "parse-asn1": "^5.1.6", + "readable-stream": "^3.6.2", + "safe-buffer": "^5.2.1" + }, + "engines": { + "node": ">= 4" } }, "node_modules/browserify-sign/node_modules/readable-stream": { @@ -3322,13 +3325,14 @@ } }, "node_modules/es5-ext": { - "version": "0.10.62", - "resolved": "https://registry.npmjs.org/es5-ext/-/es5-ext-0.10.62.tgz", - "integrity": "sha512-BHLqn0klhEpnOKSrzn/Xsz2UIW8j+cGmo9JLzr8BiUapV8hPL9+FliFqjwr9ngW7jWdnxv6eO+/LqyhJVqgrjA==", + "version": "0.10.64", + "resolved": "https://registry.npmjs.org/es5-ext/-/es5-ext-0.10.64.tgz", + "integrity": "sha512-p2snDhiLaXe6dahss1LddxqEm+SkuDvV8dnIQG0MWjyHpcMNfXKPE+/Cc0y+PhxJX3A4xGNeFCj5oc0BUh6deg==", "hasInstallScript": true, "dependencies": { "es6-iterator": "^2.0.3", "es6-symbol": "^3.1.3", + "esniff": "^2.0.1", "next-tick": "^1.1.0" }, "engines": { @@ -3628,6 +3632,25 @@ "url": "https://opencollective.com/eslint" } }, + "node_modules/esniff": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/esniff/-/esniff-2.0.1.tgz", + "integrity": "sha512-kTUIGKQ/mDPFoJ0oVfcmyJn4iBDRptjNVIzwIFR7tqWXdVI9xfA2RMwY/gbSpJG3lkdWNEjLap/NqVHZiJsdfg==", + "dependencies": { + "d": "^1.0.1", + "es5-ext": "^0.10.62", + "event-emitter": "^0.3.5", + "type": "^2.7.2" + }, + "engines": { + "node": ">=0.10" + } + }, + "node_modules/esniff/node_modules/type": { + "version": "2.7.2", + "resolved": "https://registry.npmjs.org/type/-/type-2.7.2.tgz", + "integrity": "sha512-dzlvlNlt6AXU7EBSfpAscydQ7gXB+pPGsPnfJnZpiNJBDj7IaJzQlBZYGdEi4R9HmPdBv2XmWJ6YUtoTa7lmCw==" + }, "node_modules/espree": { "version": "9.6.1", "resolved": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz", @@ -14279,20 +14302,20 @@ } }, "browserify-sign": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/browserify-sign/-/browserify-sign-4.2.1.tgz", - "integrity": "sha512-/vrA5fguVAKKAVTNJjgSm1tRQDHUU6DbwO9IROu/0WAzC8PKhucDSh18J0RMvVeHAn5puMd+QHC2erPRNf8lmg==", + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/browserify-sign/-/browserify-sign-4.2.2.tgz", + "integrity": "sha512-1rudGyeYY42Dk6texmv7c4VcQ0EsvVbLwZkA+AQB7SxvXxmcD93jcHie8bzecJ+ChDlmAm2Qyu0+Ccg5uhZXCg==", "dev": true, "requires": { - "bn.js": "^5.1.1", - "browserify-rsa": "^4.0.1", + "bn.js": "^5.2.1", + "browserify-rsa": "^4.1.0", "create-hash": "^1.2.0", "create-hmac": "^1.1.7", - "elliptic": "^6.5.3", + "elliptic": "^6.5.4", "inherits": "^2.0.4", - "parse-asn1": "^5.1.5", - "readable-stream": "^3.6.0", - "safe-buffer": "^5.2.0" + "parse-asn1": "^5.1.6", + "readable-stream": "^3.6.2", + "safe-buffer": "^5.2.1" }, "dependencies": { "readable-stream": { @@ -15447,12 +15470,13 @@ } }, "es5-ext": { - "version": "0.10.62", - "resolved": "https://registry.npmjs.org/es5-ext/-/es5-ext-0.10.62.tgz", - "integrity": "sha512-BHLqn0klhEpnOKSrzn/Xsz2UIW8j+cGmo9JLzr8BiUapV8hPL9+FliFqjwr9ngW7jWdnxv6eO+/LqyhJVqgrjA==", + "version": "0.10.64", + "resolved": "https://registry.npmjs.org/es5-ext/-/es5-ext-0.10.64.tgz", + "integrity": "sha512-p2snDhiLaXe6dahss1LddxqEm+SkuDvV8dnIQG0MWjyHpcMNfXKPE+/Cc0y+PhxJX3A4xGNeFCj5oc0BUh6deg==", "requires": { "es6-iterator": "^2.0.3", "es6-symbol": "^3.1.3", + "esniff": "^2.0.1", "next-tick": "^1.1.0" } }, @@ -15699,6 +15723,24 @@ "dev": true, "peer": true }, + "esniff": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/esniff/-/esniff-2.0.1.tgz", + "integrity": "sha512-kTUIGKQ/mDPFoJ0oVfcmyJn4iBDRptjNVIzwIFR7tqWXdVI9xfA2RMwY/gbSpJG3lkdWNEjLap/NqVHZiJsdfg==", + "requires": { + "d": "^1.0.1", + "es5-ext": "^0.10.62", + "event-emitter": "^0.3.5", + "type": "^2.7.2" + }, + "dependencies": { + "type": { + "version": "2.7.2", + "resolved": "https://registry.npmjs.org/type/-/type-2.7.2.tgz", + "integrity": "sha512-dzlvlNlt6AXU7EBSfpAscydQ7gXB+pPGsPnfJnZpiNJBDj7IaJzQlBZYGdEi4R9HmPdBv2XmWJ6YUtoTa7lmCw==" + } + } + }, "espree": { "version": "9.6.1", "resolved": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz", From 48d23738f3eee6c9ea368d6666a6e797a822eb60 Mon Sep 17 00:00:00 2001 From: amyleadem Date: Wed, 28 Feb 2024 11:28:37 -0700 Subject: [PATCH 2/4] Update federalist links --> cloud.gov Pages - Fixes 404 html proofer error --- README.md | 2 +- _next/02-introduction.md | 2 +- pages/documentation/showcase.md | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3f6d26f27e..152d484fd2 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ This documentation site showcases USWDS components by pulling in pre-built HTML ### Deployment and previews -This site is deployed on [Federalist](https://federalist.18f.gov/), which automatically builds the public site whenever commits are pushed to `main`. Federalist also builds public previews for each branch pushed to GitHub. +This site is deployed on [cloud.gov Pages](https://cloud.gov/pages/), which automatically builds the public site whenever commits are pushed to `main`. Federalist also builds public previews for each branch pushed to GitHub. ⚠️ When generating new sections, sometimes they fail to build on Federalist. You can clear the cache by running a simple `bundle update`, which will trigger a fresh build. diff --git a/_next/02-introduction.md b/_next/02-introduction.md index 51a4f712da..2a974ac560 100644 --- a/_next/02-introduction.md +++ b/_next/02-introduction.md @@ -52,7 +52,7 @@ The current global pandemic has shown us that access to digital services is more To improve, we have to take a more holistic look at the fragmented ecosystem of the thousands of federal websites that currently exist, all of which offer different experiences for the public to navigate. -We’re already making important strides forward. The growth of [GSA](https://gsa.gov) shared tools and services like the [U.S. Web Design System]({{ site.baseurl }}), [Federalist](https://federalist.18f.gov), and [login.gov](https://login.gov) have baked-in priorities like accessibility, continuity of experience, and designing for user needs. +We’re already making important strides forward. The growth of [GSA](https://gsa.gov) shared tools and services like the [U.S. Web Design System]({{ site.baseurl }}), [cloud.gov Pages](https://cloud.gov/pages/), and [login.gov](https://login.gov) have baked-in priorities like accessibility, continuity of experience, and designing for user needs. Teams like [18F](https://18f.gsa.gov), [Centers of Excellence](https://coe.gsa.gov), [Lab at OPM](https://lab.opm.gov), and [U.S. Digital Service](https://usds.gov) (USDS) have helped numerous agencies deliver better digital services. Dozens of agencies, including those designated as High Impact Service Providers and coordinated by the OMB Federal Customer Experience Initiative team, have also worked to think more strategically about how they design services with their customers. Together we can rebuild public trust by scaling what works and continuing to invest in the design and technology capabilities of our federal workforce. diff --git a/pages/documentation/showcase.md b/pages/documentation/showcase.md index 07ed1a6c8a..34117d0694 100644 --- a/pages/documentation/showcase.md +++ b/pages/documentation/showcase.md @@ -67,7 +67,6 @@ If your project is currently using USWDS and you would like to see it included i - [Federal Front Door](https://labs.usa.gov/) - [Federal Privacy Council](https://www.fpc.gov/) - [Federal Public Key Infrastructure Guides](https://fpki.idmanagement.gov/) -- [Federalist](https://federalist.18f.gov/) - [FedRAMP](https://www.fedramp.gov/) - [FedRAMP Marketplace](https://marketplace.fedramp.gov/) - [FedRAMP Tailored](https://tailored.fedramp.gov/) From 2835c1788762c259fcda6c446dc840f7dea44688 Mon Sep 17 00:00:00 2001 From: James Mejia Date: Fri, 8 Mar 2024 15:31:49 -0600 Subject: [PATCH 3/4] Remove link to practicemakesprogress as site is offline --- pages/patterns/create-a-profile/pronouns.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/patterns/create-a-profile/pronouns.md b/pages/patterns/create-a-profile/pronouns.md index 864c6a5e5c..d5aa913ee4 100644 --- a/pages/patterns/create-a-profile/pronouns.md +++ b/pages/patterns/create-a-profile/pronouns.md @@ -112,7 +112,7 @@ Provide a text entry field that supports a rich array of special characters and {:.site-component-section-title} ## References - Ask users for gender or sex. (n.d.) Retrieved on July 19, 2022, from [https://design-system.service.gov.uk/patterns/gender-or-sex/](https://design-system.service.gov.uk/patterns/gender-or-sex/) -- Asking about gender in online forms. (September 18, 2015) Retrieved on July 19, 2022, from [http://www.practicemakesprogress.org/blog/2015/9/18/asking-about-gender-on-online-forms](http://www.practicemakesprogress.org/blog/2015/9/18/asking-about-gender-on-online-forms) +- Asking about gender in online forms. (September 18, 2015) Retrieved on July 19, 2022, from http://www.practicemakesprogress.org/blog/2015/9/18/asking-about-gender-on-online-forms - DOL policies on gender identity: rights and responsibi (n.d.) Retrieved on November 1, 2022, from [https://www.dol.gov/agencies/oasam/centers-offices/civil-rights-center/internal/policies/gender-identity](https://www.dol.gov/agencies/oasam/centers-offices/civil-rights-center/internal/policies/gender-identity) - Gender pronouns. (October 23, 2017) Retrieved on November 1, 2022, from [https://www1.nyc.gov/assets/hra/downloads/pdf/services/lgbtqi/Gender%20Pronouns%20final%20draft%2010.23.17.pdf](https://www1.nyc.gov/assets/hra/downloads/pdf/services/lgbtqi/Gender%20Pronouns%20final%20draft%2010.23.17.pdf) @@ -126,4 +126,4 @@ Provide a text entry field that supports a rich array of special characters and {:.site-component-section-title} ## Disclaimer -Links to nongovernment sources are made for educational or source citation purposes only, and do not represent an endorsement of the organizations by the General Services Administration. The General Services Administration does not assume any responsibility for the content, operation, or policies of other entities' websites. \ No newline at end of file +Links to nongovernment sources are made for educational or source citation purposes only, and do not represent an endorsement of the organizations by the General Services Administration. The General Services Administration does not assume any responsibility for the content, operation, or policies of other entities' websites. From 6f6cc2b5285b670a7870a3950a488cea789846c6 Mon Sep 17 00:00:00 2001 From: "Dan O. Williams" Date: Mon, 11 Mar 2024 09:24:21 -0700 Subject: [PATCH 4/4] Remove link rot site. (No replacement found) --- pages/documentation/showcase.md | 1 - 1 file changed, 1 deletion(-) diff --git a/pages/documentation/showcase.md b/pages/documentation/showcase.md index 34117d0694..5c7a6416ce 100644 --- a/pages/documentation/showcase.md +++ b/pages/documentation/showcase.md @@ -76,7 +76,6 @@ If your project is currently using USWDS and you would like to see it included i - [General Services Administration](https://gsa.gov) - [General Services Administration - Tech at GSA](https://tech.gsa.gov/) - [GI Bill Comparison Tool (Vets.gov)](https://www.vets.gov/gi-bill-comparison-tool) -- [GSA Grace Hopper Day Hackathon](https://open.gsa.gov/events/grace-hopper-hackathon/) - [openGSA - GSA Open Technology](https://open.gsa.gov/) - [HealthCare.gov](https://www.healthcare.gov/) - [Hack the Pay Gap](https://paygap.pif.gov/)