govuk_publishing_components 17.19.1 → 17.20.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/assets/stylesheets/govuk_publishing_components/components/_select.scss +4 -0
- data/app/views/govuk_publishing_components/components/_government_navigation.html.erb +1 -1
- data/app/views/govuk_publishing_components/components/_select.html.erb +2 -1
- data/app/views/govuk_publishing_components/components/docs/input.yml +1 -1
- data/app/views/govuk_publishing_components/components/docs/select.yml +13 -0
- data/lib/govuk_publishing_components/version.rb +1 -1
- data/node_modules/accessible-autocomplete/package.json +1 -1
- data/node_modules/eslint-plugin-react/package.json +1 -1
- data/node_modules/esutils/README.md +11 -6
- data/node_modules/esutils/lib/code.js +9 -9
- data/node_modules/esutils/package.json +21 -22
- data/node_modules/resolve/LICENSE +15 -12
- data/node_modules/resolve/appveyor.yml +6 -0
- data/node_modules/resolve/lib/async.js +37 -12
- data/node_modules/resolve/lib/core.json +1 -0
- data/node_modules/resolve/lib/sync.js +16 -13
- data/node_modules/resolve/package.json +16 -15
- data/node_modules/resolve/test/resolver/nested_symlinks/mylib/async.js +26 -0
- data/node_modules/resolve/test/resolver/nested_symlinks/mylib/package.json +15 -0
- data/node_modules/resolve/test/resolver/nested_symlinks/mylib/sync.js +12 -0
- data/node_modules/resolve/test/resolver/symlinked/package/bar.js +1 -0
- data/node_modules/resolve/test/resolver/symlinked/package/package.json +3 -0
- data/node_modules/resolve/test/symlinks.js +28 -0
- data/node_modules/standard/package.json +1 -1
- metadata +7 -5
- data/node_modules/resolve/CHANGELOG.md +0 -753
- data/node_modules/resolve/changelog.hbs +0 -36
- data/node_modules/resolve/reaf +0 -0
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
### Changelog
|
|
2
|
-
|
|
3
|
-
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
|
|
4
|
-
{{#each releases}}
|
|
5
|
-
|
|
6
|
-
{{#if href}}
|
|
7
|
-
###{{#unless major}}#{{/unless}} [{{title}}]({{href}}){{#if tag}} - {{niceDate}}{{/if}}
|
|
8
|
-
{{else}}
|
|
9
|
-
#### {{title}}
|
|
10
|
-
{{/if}}
|
|
11
|
-
|
|
12
|
-
{{#if summary}}
|
|
13
|
-
Summary:
|
|
14
|
-
{{summary}}
|
|
15
|
-
{{/if}}
|
|
16
|
-
|
|
17
|
-
{{#each fixes}}
|
|
18
|
-
- {{{commit.subject}}} ({{#each fixes}}{{#if href}}[`#{{id}}`][]{{/if}}{{/each}})
|
|
19
|
-
{{/each}}
|
|
20
|
-
{{#each merges}}
|
|
21
|
-
- {{{message}}}{{#if href}} ([`#{{id}}`][]){{/if}}
|
|
22
|
-
{{/each}}
|
|
23
|
-
{{#each commits}}
|
|
24
|
-
- {{#if breaking}}**Breaking change:** {{/if}}{{{subject}}}{{#if href}} (([`{{shorthash}}`][]){{/if}}
|
|
25
|
-
{{/each}}
|
|
26
|
-
|
|
27
|
-
{{#each fixes}}
|
|
28
|
-
{{#if href}}[`#{{id}}`]: {{href}}{{/if}}
|
|
29
|
-
{{/each}}
|
|
30
|
-
{{#each merges}}
|
|
31
|
-
{{#if href}}[`#{{id}}`]: {{href}}{{/if}}
|
|
32
|
-
{{/each}}
|
|
33
|
-
{{#each commits}}
|
|
34
|
-
{{#if href}}[`{{shorthash}}`]: {{href}}{{/if}}
|
|
35
|
-
{{/each}}
|
|
36
|
-
{{/each}}
|
data/node_modules/resolve/reaf
DELETED
|
File without changes
|