@lando/wordpress 0.8.0 → 0.9.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.
@@ -0,0 +1 @@
1
+ {"parent":null,"pid":1851,"argv":["/opt/hostedtoolcache/node/16.20.1/x64/bin/node","/home/runner/work/wordpress/wordpress/node_modules/.bin/mocha","--timeout","5000","test/**/*.spec.js"],"execArgv":[],"cwd":"/home/runner/work/wordpress/wordpress","time":1688413843329,"ppid":1840,"coverageFilename":"/home/runner/work/wordpress/wordpress/.nyc_output/0d2060cb-8878-4dd7-9637-2edf65f0763c.json","externalId":"","uuid":"0d2060cb-8878-4dd7-9637-2edf65f0763c","files":[]}
@@ -0,0 +1 @@
1
+ {"parent":null,"pid":1840,"argv":["/opt/hostedtoolcache/node/16.20.1/x64/bin/node","/home/runner/work/wordpress/wordpress/node_modules/.bin/nyc","--reporter=html","--reporter=text","mocha","--timeout","5000","test/**/*.spec.js"],"execArgv":[],"cwd":"/home/runner/work/wordpress/wordpress","time":1688413842851,"ppid":1839,"coverageFilename":"/home/runner/work/wordpress/wordpress/.nyc_output/8e9f4ed0-d350-4947-9d52-e92d0002d1cd.json","externalId":"","uuid":"8e9f4ed0-d350-4947-9d52-e92d0002d1cd","files":["/home/runner/work/wordpress/wordpress/lib/utils.js","/home/runner/work/wordpress/wordpress/recipes/wordpress/builder.js","/home/runner/work/wordpress/wordpress/recipes/wordpress/init.js"]}
@@ -1 +1 @@
1
- {"processes":{"1b39ddbe-7cd3-408f-8c52-0b7cf9c8a793":{"parent":null,"children":[]},"a5bd8fe9-524f-45c0-bdb2-69f5d4a3033c":{"parent":null,"children":[]}},"files":{"/home/runner/work/wordpress/wordpress/lib/utils.js":["a5bd8fe9-524f-45c0-bdb2-69f5d4a3033c"],"/home/runner/work/wordpress/wordpress/recipes/wordpress/builder.js":["a5bd8fe9-524f-45c0-bdb2-69f5d4a3033c"],"/home/runner/work/wordpress/wordpress/recipes/wordpress/init.js":["a5bd8fe9-524f-45c0-bdb2-69f5d4a3033c"]},"externalIds":{}}
1
+ {"processes":{"0d2060cb-8878-4dd7-9637-2edf65f0763c":{"parent":null,"children":[]},"8e9f4ed0-d350-4947-9d52-e92d0002d1cd":{"parent":null,"children":[]}},"files":{"/home/runner/work/wordpress/wordpress/lib/utils.js":["8e9f4ed0-d350-4947-9d52-e92d0002d1cd"],"/home/runner/work/wordpress/wordpress/recipes/wordpress/builder.js":["8e9f4ed0-d350-4947-9d52-e92d0002d1cd"],"/home/runner/work/wordpress/wordpress/recipes/wordpress/init.js":["8e9f4ed0-d350-4947-9d52-e92d0002d1cd"]},"externalIds":{}}
package/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## v0.9.0 - [July 3, 2023](https://github.com/lando/wordpress/releases/tag/v0.9.0)
2
+ * Removed bundle-dependencies and version-bump-prompt from plugin.
3
+ * Updated package to use prepare-release-action.
4
+ * Updated documentation to reflect new release process.
5
+
1
6
  ## v0.8.0 - [February 24, 2022](https://github.com/lando/wordpress/releases/tag/v0.8.0)
2
7
 
3
8
  * Add compatibility for MySQL 8.x [lando/lando#1426](https://github.com/lando/lando/issues/1462)
@@ -116,7 +116,7 @@
116
116
  <div class='footer quiet pad2 space-top1 center small'>
117
117
  Code coverage generated by
118
118
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
119
- at 2023-02-25T00:11:38.525Z
119
+ at 2023-07-03T19:50:43.566Z
120
120
  </div>
121
121
  <script src="prettify.js"></script>
122
122
  <script>
@@ -101,7 +101,7 @@
101
101
  <div class='footer quiet pad2 space-top1 center small'>
102
102
  Code coverage generated by
103
103
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
104
- at 2023-02-25T00:11:38.525Z
104
+ at 2023-07-03T19:50:43.566Z
105
105
  </div>
106
106
  <script src="../prettify.js"></script>
107
107
  <script>
@@ -136,7 +136,7 @@ const _ = <span class="cstat-no" title="statement not covered" >require('lodash'
136
136
  <div class='footer quiet pad2 space-top1 center small'>
137
137
  Code coverage generated by
138
138
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
139
- at 2023-02-25T00:11:38.525Z
139
+ at 2023-07-03T19:50:43.566Z
140
140
  </div>
141
141
  <script src="../prettify.js"></script>
142
142
  <script>
@@ -229,7 +229,7 @@ const getWpCliUrl = <span class="cstat-no" title="statement not covered" ><span
229
229
  <div class='footer quiet pad2 space-top1 center small'>
230
230
  Code coverage generated by
231
231
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
232
- at 2023-02-25T00:11:38.525Z
232
+ at 2023-07-03T19:50:43.566Z
233
233
  </div>
234
234
  <script src="../../prettify.js"></script>
235
235
  <script>
@@ -116,7 +116,7 @@
116
116
  <div class='footer quiet pad2 space-top1 center small'>
117
117
  Code coverage generated by
118
118
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
119
- at 2023-02-25T00:11:38.525Z
119
+ at 2023-07-03T19:50:43.566Z
120
120
  </div>
121
121
  <script src="../../prettify.js"></script>
122
122
  <script>
@@ -94,7 +94,7 @@
94
94
  <div class='footer quiet pad2 space-top1 center small'>
95
95
  Code coverage generated by
96
96
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
97
- at 2023-02-25T00:11:38.525Z
97
+ at 2023-07-03T19:50:43.566Z
98
98
  </div>
99
99
  <script src="../../prettify.js"></script>
100
100
  <script>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@lando/wordpress",
3
3
  "description": "A Lando plugin that provides a tight integration with WordPress.",
4
- "version": "0.8.0",
4
+ "version": "0.9.0",
5
5
  "author": "Mike Pirog @pirog",
6
6
  "license": "GPL-3.0",
7
7
  "repository": "lando/wordpress",
@@ -40,7 +40,6 @@
40
40
  "docs:build": "vuepress build docs",
41
41
  "docs:lint": "eslint -c docs/.eslintrc.json --quiet docs/.vuepress",
42
42
  "lint": "eslint --quiet . && yarn docs:lint",
43
- "release": "bundle-dependencies update && bump --prompt --tag --all --push",
44
43
  "test:unit": "nyc --reporter=html --reporter=text mocha --timeout 5000 test/**/*.spec.js",
45
44
  "test:leia": "yarn leia \"examples/**/README.md\" -c 'Destroy tests' --stdin",
46
45
  "test": "yarn lint && yarn test:unit"
@@ -50,9 +49,8 @@
50
49
  },
51
50
  "devDependencies": {
52
51
  "@babel/eslint-parser": "^7.16.0",
53
- "@lando/leia": "^0.6.4",
54
- "@lando/vuepress-theme-default-plus": "1.0.0-beta.44",
55
- "bundle-dependencies": "^1.0.2",
52
+ "@lando/leia": "^0.6.5",
53
+ "@lando/vuepress-theme-default-plus": "1.0.0-beta.45",
56
54
  "chai": "^4.3.4",
57
55
  "command-line-test": "^1.0.10",
58
56
  "eslint": "^7.32.0",
@@ -60,7 +58,6 @@
60
58
  "eslint-plugin-vue": "^8.0.3",
61
59
  "mocha": "^9.1.2",
62
60
  "nyc": "^15.1.0",
63
- "version-bump-prompt": "^4.2.1",
64
61
  "vuepress": "2.0.0-beta.53"
65
62
  }
66
- }
63
+ }
@@ -1 +0,0 @@
1
- {"parent":null,"pid":1754,"argv":["/opt/hostedtoolcache/node/16.19.1/x64/bin/node","/home/runner/work/wordpress/wordpress/node_modules/.bin/mocha","--timeout","5000","test/**/*.spec.js"],"execArgv":[],"cwd":"/home/runner/work/wordpress/wordpress","time":1677283898221,"ppid":1743,"coverageFilename":"/home/runner/work/wordpress/wordpress/.nyc_output/1b39ddbe-7cd3-408f-8c52-0b7cf9c8a793.json","externalId":"","uuid":"1b39ddbe-7cd3-408f-8c52-0b7cf9c8a793","files":[]}
@@ -1 +0,0 @@
1
- {"parent":null,"pid":1743,"argv":["/opt/hostedtoolcache/node/16.19.1/x64/bin/node","/home/runner/work/wordpress/wordpress/node_modules/.bin/nyc","--reporter=html","--reporter=text","mocha","--timeout","5000","test/**/*.spec.js"],"execArgv":[],"cwd":"/home/runner/work/wordpress/wordpress","time":1677283897709,"ppid":1741,"coverageFilename":"/home/runner/work/wordpress/wordpress/.nyc_output/a5bd8fe9-524f-45c0-bdb2-69f5d4a3033c.json","externalId":"","uuid":"a5bd8fe9-524f-45c0-bdb2-69f5d4a3033c","files":["/home/runner/work/wordpress/wordpress/lib/utils.js","/home/runner/work/wordpress/wordpress/recipes/wordpress/builder.js","/home/runner/work/wordpress/wordpress/recipes/wordpress/init.js"]}
@@ -1,12 +0,0 @@
1
- # Disable the "core" wordpress plugins
2
- disablePlugins:
3
- - lando-wordpress
4
-
5
- # Make sure we are dogfooding this plugin for testing purposes
6
- plugins:
7
- "@lando/wordpress": /home/runner/work/wordpress/wordpress
8
-
9
- # Disable metrics reporting
10
- stats:
11
- - report: false
12
- url: https://metrics.lando.dev