From 9e2b6a59d96d6ec5097be853daf9f7263183b944 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2024 06:58:47 +0000 Subject: [PATCH 1/8] Bump webpack from 5.93.0 to 5.94.0 Bumps [webpack](https://github.com/webpack/webpack) from 5.93.0 to 5.94.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.93.0...v5.94.0) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 35 ++++++++--------------------------- package.json | 2 +- 2 files changed, 9 insertions(+), 28 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6e3d236..235a854 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "basscss-sass": "^4.0.0", "glob-parent": "^6.0.2", "pa11y-ci": "^2.4.2", - "webpack": "^5.93.0" + "webpack": "^5.94.0" }, "devDependencies": { "@18f/identity-stylelint-config": "^1.0.0", @@ -2033,24 +2033,6 @@ "node": ">= 8" } }, - "node_modules/@types/eslint": { - "version": "8.4.1", - "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-8.4.1.tgz", - "integrity": "sha512-GE44+DNEyxxh2Kc6ro/VkIj+9ma0pO0bwv9+uHSyBrikYOHr8zYcdPvnBOp1aw8s+CjRvuSx7CyWqRrNFQ59mA==", - "dependencies": { - "@types/estree": "*", - "@types/json-schema": "*" - } - }, - "node_modules/@types/eslint-scope": { - "version": "3.7.3", - "resolved": "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.3.tgz", - "integrity": "sha512-PB3ldyrcnAicT35TWPs5IcwKD8S333HMaa2VVv4+wdvebJkjWuW/xESoB8IwRcog8HYVYamb1g/R31Qv5Bx03g==", - "dependencies": { - "@types/eslint": "*", - "@types/estree": "*" - } - }, "node_modules/@types/estree": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz", @@ -3073,9 +3055,9 @@ } }, "node_modules/enhanced-resolve": { - "version": "5.17.0", - "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.17.0.tgz", - "integrity": "sha512-dwDPwZL0dmye8Txp2gzFmA6sxALaSvdRDjPH0viLcKrtlOL3tw62nWWweVD1SdILDTJrbrL6tdWVN58Wo6U3eA==", + "version": "5.17.1", + "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.17.1.tgz", + "integrity": "sha512-LMHl3dXhTcfv8gM4kEzIUeTQ+7fpdA0l2tUf34BddXPkz2A5xJ5L/Pchd5BL6rdccM9QGvu0sWZzK1Z1t4wwyg==", "dependencies": { "graceful-fs": "^4.2.4", "tapable": "^2.2.0" @@ -5939,11 +5921,10 @@ "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==" }, "node_modules/webpack": { - "version": "5.93.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.93.0.tgz", - "integrity": "sha512-Y0m5oEY1LRuwly578VqluorkXbvXKh7U3rLoQCEO04M97ScRr44afGVkI0FQFsXzysk5OgFAxjZAb9rsGQVihA==", + "version": "5.94.0", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.94.0.tgz", + "integrity": "sha512-KcsGn50VT+06JH/iunZJedYGUJS5FGjow8wb9c0v5n1Om8O1g4L6LjtfxwlXIATopoQu+vOXXa7gYisWxCoPyg==", "dependencies": { - "@types/eslint-scope": "^3.7.3", "@types/estree": "^1.0.5", "@webassemblyjs/ast": "^1.12.1", "@webassemblyjs/wasm-edit": "^1.12.1", @@ -5952,7 +5933,7 @@ "acorn-import-attributes": "^1.9.5", "browserslist": "^4.21.10", "chrome-trace-event": "^1.0.2", - "enhanced-resolve": "^5.17.0", + "enhanced-resolve": "^5.17.1", "es-module-lexer": "^1.2.1", "eslint-scope": "5.1.1", "events": "^3.2.0", diff --git a/package.json b/package.json index 677c962..ebdf9ff 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "basscss-sass": "^4.0.0", "glob-parent": "^6.0.2", "pa11y-ci": "^2.4.2", - "webpack": "^5.93.0" + "webpack": "^5.94.0" }, "devDependencies": { "@18f/identity-stylelint-config": "^1.0.0", From 84856c38b2d64a59d3a4c16fdecdf5cf108eeabd Mon Sep 17 00:00:00 2001 From: Faye <151191835+fayexou@users.noreply.github.com> Date: Fri, 13 Sep 2024 14:24:21 -0400 Subject: [PATCH 2/8] Update index.md Replaced broken link 10 steps to Plain Writing --- _pages/resources/checklists/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_pages/resources/checklists/index.md b/_pages/resources/checklists/index.md index d45dfae..a662e77 100644 --- a/_pages/resources/checklists/index.md +++ b/_pages/resources/checklists/index.md @@ -8,7 +8,7 @@ sidenav: resources * [Checklist for Plain Language](/resources/checklists/checklist/), PLAIN * [Checklist for Plain Language on the Web](/resources/checklists/web-checklist/), PLAIN -* [10 Steps to Plain Writing](https://www.census.gov/content/dam/Census/about/about-the-bureau/policies_and_notices/10_simple_steps.pdf) (PDF), Census +* [10 Steps to Plain Writing](https://web.archive.org/web/20170601202706/https://www.census.gov/content/dam/Census/about/about-the-bureau/policies_and_notices/10_simple_steps.pdf) (PDF), Census * [Quick Checklist for Plain Language](https://www.slideshare.net/PlainTalkConf/jeanne-mcgee-and-the-center-for-health-literacy-quick-checklist-for-plain-language), Center for Health Literacy * [Five Steps to Plain Language](http://centerforplainlanguage.org/learning-training/five-steps-plain-language/), Center for Plain Language * [Plain Language Checklist for Documents](https://www.nala.ie/publications/a-plain-english-checklist-for-documents/), National Adult Literacy Agency From fcee0b441b4a00adabd6f219ce25512617eb6ca0 Mon Sep 17 00:00:00 2001 From: Bonnie Cameron <96838068+bonnieAcameron@users.noreply.github.com> Date: Mon, 23 Sep 2024 14:32:54 -0400 Subject: [PATCH 3/8] Update tips-for-trainers.md --- _pages/training/tips-for-trainers.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/_pages/training/tips-for-trainers.md b/_pages/training/tips-for-trainers.md index 3eea3b3..35b1841 100644 --- a/_pages/training/tips-for-trainers.md +++ b/_pages/training/tips-for-trainers.md @@ -36,12 +36,14 @@ SMART goals are specific, measurable, achievable, realistic, and have a timefram ## Follow plain language guidelines -- [Have a topic sentence]({{ site.baseurl }}/guidelines/organize/have-a-topic-sentence/). In [First Things First: The Lost Art of Summarizing](http://aja.ncsc.dni.us/courtrv/cr38-2/CR38-2Kimble.pdf), Professor Joe Kimble emphasizes the importance of a good opening sentence. +There are some best practices to follow when writing with plain language. Below are a few to help you get started, and more can be found on [Federal plain language guidelines] ({{site.basurl }} /guidelines/). -- [Use the active voice]({{ site.baseurl }}/guidelines/conversational/use-active-voice/). The European Commission's Translation Service is running a "Fight the Fog" campaign, which includes many online resources for improving writing. In its [Write Clearly](http://www.au.af.mil/au/awc/awcgate/eu/fight_the_fog_en.pdf) booklet, Fight the Fog gives tips on changing passive voice to active by naming the agent of an action. +- [Have a topic sentence]({{ site.baseurl }}/guidelines/organize/have-a-topic-sentence/). Good opening sentences help organize the structure of writing. -- [Organize the information]({{ site.baseurl }}/guidelines/organize/). In [Plain Language: A Handbook for Writers in the U.S. Federal Government](http://www.lauchmangroup.com/PDFfiles/PLHandbook.PDF), Richard Lauchman explains how to prepare the reader for what to expect by using summary statements, being precise on the subject lines of letters and email messages, and summarizing lengthy documents in one, up-front paragraph. +- [Use the active voice]({{ site.baseurl }}/guidelines/conversational/use-active-voice/). Active voice helps the message stay clear and easy-to-read. +- [Organize the information]({{ site.baseurl }}/guidelines/organize/). Prepare readers for what to expect by summarizing lengthy documents up-front and being precise on the subject lines of letters and email messages. + - [Use tables]({{ site.baseurl }}/guidelines/design/use-tables-to-make-complex-material-easier-to-understand/). You can use tables effectively for much more than just showing numerical data. - [Use lists]({{ site.baseurl }}/guidelines/organize/use-lists/). Using lists instead of traditional paragraphs can help you convey detailed information quickly without overloading your readers. From 591f40b6d985ab48185874542aed0294f494fd98 Mon Sep 17 00:00:00 2001 From: Bonnie Cameron <96838068+bonnieAcameron@users.noreply.github.com> Date: Mon, 23 Sep 2024 15:16:24 -0400 Subject: [PATCH 4/8] fix formatting --- _pages/training/tips-for-trainers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_pages/training/tips-for-trainers.md b/_pages/training/tips-for-trainers.md index 35b1841..7f472c2 100644 --- a/_pages/training/tips-for-trainers.md +++ b/_pages/training/tips-for-trainers.md @@ -36,7 +36,7 @@ SMART goals are specific, measurable, achievable, realistic, and have a timefram ## Follow plain language guidelines -There are some best practices to follow when writing with plain language. Below are a few to help you get started, and more can be found on [Federal plain language guidelines] ({{site.basurl }} /guidelines/). +There are some best practices to follow when writing with plain language. Below are a few to help you get started, and more can be found on [Federal plain language guidelines]({{site.basurl }} /guidelines/). - [Have a topic sentence]({{ site.baseurl }}/guidelines/organize/have-a-topic-sentence/). Good opening sentences help organize the structure of writing. From ca80d156479bdb17f4b6ac93e8e937f5c8568f4d Mon Sep 17 00:00:00 2001 From: Bonnie Cameron <96838068+bonnieAcameron@users.noreply.github.com> Date: Mon, 23 Sep 2024 15:19:57 -0400 Subject: [PATCH 5/8] update link formatting --- _pages/training/tips-for-trainers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_pages/training/tips-for-trainers.md b/_pages/training/tips-for-trainers.md index 7f472c2..13b8155 100644 --- a/_pages/training/tips-for-trainers.md +++ b/_pages/training/tips-for-trainers.md @@ -36,7 +36,7 @@ SMART goals are specific, measurable, achievable, realistic, and have a timefram ## Follow plain language guidelines -There are some best practices to follow when writing with plain language. Below are a few to help you get started, and more can be found on [Federal plain language guidelines]({{site.basurl }} /guidelines/). +There are some best practices to follow when writing with plain language. Below are a few to help you get started, and more can be found on [Federal plain language guidelines]({{ site.basurl }}/guidelines/). - [Have a topic sentence]({{ site.baseurl }}/guidelines/organize/have-a-topic-sentence/). Good opening sentences help organize the structure of writing. From af8883fc63096101b7e4fbb66c6dcad37c0aa968 Mon Sep 17 00:00:00 2001 From: Bonnie Cameron <96838068+bonnieAcameron@users.noreply.github.com> Date: Mon, 23 Sep 2024 15:22:31 -0400 Subject: [PATCH 6/8] format link --- _pages/training/tips-for-trainers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_pages/training/tips-for-trainers.md b/_pages/training/tips-for-trainers.md index 13b8155..2118a5b 100644 --- a/_pages/training/tips-for-trainers.md +++ b/_pages/training/tips-for-trainers.md @@ -36,7 +36,7 @@ SMART goals are specific, measurable, achievable, realistic, and have a timefram ## Follow plain language guidelines -There are some best practices to follow when writing with plain language. Below are a few to help you get started, and more can be found on [Federal plain language guidelines]({{ site.basurl }}/guidelines/). +There are some best practices to follow when writing with plain language. Below are a few to help you get started, and more can be found on [Federal plain language guidelines](https://www.plainlanguage.gov/guidelines/). - [Have a topic sentence]({{ site.baseurl }}/guidelines/organize/have-a-topic-sentence/). Good opening sentences help organize the structure of writing. From 640400741502adcff65e748f38824f5ff04d1526 Mon Sep 17 00:00:00 2001 From: Bonnie Cameron <96838068+bonnieAcameron@users.noreply.github.com> Date: Mon, 23 Sep 2024 15:25:47 -0400 Subject: [PATCH 7/8] format link --- _pages/training/tips-for-trainers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_pages/training/tips-for-trainers.md b/_pages/training/tips-for-trainers.md index 2118a5b..e0f7f0f 100644 --- a/_pages/training/tips-for-trainers.md +++ b/_pages/training/tips-for-trainers.md @@ -36,7 +36,7 @@ SMART goals are specific, measurable, achievable, realistic, and have a timefram ## Follow plain language guidelines -There are some best practices to follow when writing with plain language. Below are a few to help you get started, and more can be found on [Federal plain language guidelines](https://www.plainlanguage.gov/guidelines/). +There are some best practices to follow when writing with plain language. Below are a few to help you get started, and more can be found on [Federal plain language guidelines]({{ site.baseurl }}/guidelines/). - [Have a topic sentence]({{ site.baseurl }}/guidelines/organize/have-a-topic-sentence/). Good opening sentences help organize the structure of writing. From 5c341f21fd6f8fc61e1691ede8eb740de86de441 Mon Sep 17 00:00:00 2001 From: Cate Camenzind <146962631+catecam@users.noreply.github.com> Date: Mon, 30 Sep 2024 14:21:34 -0400 Subject: [PATCH 8/8] Update index.md (#445) removed two broken links from the plain language awards page. --- _pages/examples/awards/index.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/_pages/examples/awards/index.md b/_pages/examples/awards/index.md index cc8e88a..facabc1 100644 --- a/_pages/examples/awards/index.md +++ b/_pages/examples/awards/index.md @@ -38,5 +38,4 @@ Read Gore's [announcement speech]({{ site.baseurl }}/examples/awards/gore-speech * [Award 11]({{ site.baseurl }}/examples/awards/award-11/): Dan Clem, NASA * [Award 12]({{ site.baseurl }}/examples/awards/award-12/): Marlene Pegg and Maruita Bontz, Social Security Administration * [Award 13]({{ site.baseurl }}/examples/awards/award-13/): Sharon L. Natanblut, Food and Drug Administration -* [Award 14](https://one.nhtsa.gov/nhtsa/announce/press/1999/pr030599.html): Mary Versailles and Nicole Fredette, National Highway Traffic Safety Administration -* [Award 15](https://www.gpo.gov/fdsys/pkg/FR-1999-08-02/pdf/99-19584.pdf): Farm Credit Administration +