Skip to content

Commit a00f417

Browse files
committed
Fix snapshot and check dev docs
1 parent 450f53b commit a00f417

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

docs/_sidebar.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@
181181
- [Opensearch dashboards.release notes 2.17.1](../release-notes/opensearch-dashboards.release-notes-2.17.1.md)
182182
- [Opensearch dashboards.release notes 2.18.0](../release-notes/opensearch-dashboards.release-notes-2.18.0.md)
183183
- [Opensearch dashboards.release notes 2.19.0](../release-notes/opensearch-dashboards.release-notes-2.19.0.md)
184+
- [Opensearch dashboards.release notes 2.19.3](../release-notes/opensearch-dashboards.release-notes-2.19.3.md)
184185
- [Opensearch dashboards.release notes 2.2.0](../release-notes/opensearch-dashboards.release-notes-2.2.0.md)
185186
- [Opensearch dashboards.release notes 2.2.1](../release-notes/opensearch-dashboards.release-notes-2.2.1.md)
186187
- [Opensearch dashboards.release notes 2.3.0](../release-notes/opensearch-dashboards.release-notes-2.3.0.md)

packages/osd-plugin-helpers/src/integration_tests/build.test.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,15 @@ it('builds a generated plugin into a viable archive', async () => {
101101
info running @osd/optimizer
102102
│ info initialized, 0 bundles cached
103103
│ info starting worker [1 bundle]
104+
│ warn worker stderr Browserslist: caniuse-lite is outdated. Please run:
105+
│ warn worker stderr npx update-browserslist-db@latest
106+
│ warn worker stderr Why you should do it regularly: https://github.com/browserslist/update-db#readme
104107
│ succ 1 bundles compiled successfully after <time>
105108
info copying assets from \`public/assets\` to build
106109
info copying server source into the build and converting with babel
110+
Browserslist: caniuse-lite is outdated. Please run:
111+
npx update-browserslist-db@latest
112+
Why you should do it regularly: https://github.com/browserslist/update-db#readme
107113
info running yarn to install dependencies
108114
info compressing plugin into [fooTestPlugin-1.0.0.zip]
109115
info cleaning up compression temporary artifacts"
@@ -189,9 +195,15 @@ it('builds a non-semver generated plugin into a viable archive', async () => {
189195
info running @osd/optimizer
190196
│ info initialized, 0 bundles cached
191197
│ info starting worker [1 bundle]
198+
│ warn worker stderr Browserslist: caniuse-lite is outdated. Please run:
199+
│ warn worker stderr npx update-browserslist-db@latest
200+
│ warn worker stderr Why you should do it regularly: https://github.com/browserslist/update-db#readme
192201
│ succ 1 bundles compiled successfully after <time>
193202
info copying assets from \`public/assets\` to build
194203
info copying server source into the build and converting with babel
204+
Browserslist: caniuse-lite is outdated. Please run:
205+
npx update-browserslist-db@latest
206+
Why you should do it regularly: https://github.com/browserslist/update-db#readme
195207
info running yarn to install dependencies
196208
info compressing plugin into [fooTestPlugin-1.0.0.x.zip]
197209
info cleaning up compression temporary artifacts"

0 commit comments

Comments
 (0)