@lando/symfony 0.6.0 → 0.7.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":1777,"argv":["/opt/hostedtoolcache/node/16.18.1/x64/bin/node","/home/runner/work/symfony/symfony/node_modules/.bin/mocha","--timeout","5000","test/**/*.spec.js"],"execArgv":[],"cwd":"/home/runner/work/symfony/symfony","time":1670954778154,"ppid":1766,"coverageFilename":"/home/runner/work/symfony/symfony/.nyc_output/72ce2dcd-e62a-4d49-8603-8b35bbd1ca9f.json","externalId":"","uuid":"72ce2dcd-e62a-4d49-8603-8b35bbd1ca9f","files":[]}
@@ -0,0 +1 @@
1
+ {"parent":null,"pid":1766,"argv":["/opt/hostedtoolcache/node/16.18.1/x64/bin/node","/home/runner/work/symfony/symfony/node_modules/.bin/nyc","--reporter=html","--reporter=text","mocha","--timeout","5000","test/**/*.spec.js"],"execArgv":[],"cwd":"/home/runner/work/symfony/symfony","time":1670954777590,"ppid":1765,"coverageFilename":"/home/runner/work/symfony/symfony/.nyc_output/cb07d42e-8746-4d19-880e-f3a38a22d1b7.json","externalId":"","uuid":"cb07d42e-8746-4d19-880e-f3a38a22d1b7","files":["/home/runner/work/symfony/symfony/recipes/symfony/builder.js","/home/runner/work/symfony/symfony/recipes/symfony/init.js"]}
@@ -1 +1 @@
1
- {"processes":{"851b01bd-9115-454b-93d2-d90b82dd6ef6":{"parent":null,"children":[]},"85881cc2-ec07-4880-908f-b595d766e823":{"parent":null,"children":[]}},"files":{"/home/runner/work/symfony/symfony/recipes/symfony/builder.js":["851b01bd-9115-454b-93d2-d90b82dd6ef6"],"/home/runner/work/symfony/symfony/recipes/symfony/init.js":["851b01bd-9115-454b-93d2-d90b82dd6ef6"]},"externalIds":{}}
1
+ {"processes":{"72ce2dcd-e62a-4d49-8603-8b35bbd1ca9f":{"parent":null,"children":[]},"cb07d42e-8746-4d19-880e-f3a38a22d1b7":{"parent":null,"children":[]}},"files":{"/home/runner/work/symfony/symfony/recipes/symfony/builder.js":["cb07d42e-8746-4d19-880e-f3a38a22d1b7"],"/home/runner/work/symfony/symfony/recipes/symfony/init.js":["cb07d42e-8746-4d19-880e-f3a38a22d1b7"]},"externalIds":{}}
package/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## v0.7.0 - [December 12, 2022](https://github.com/lando/symfony/releases/tag/v0.7.0)
2
+ * Added bundle-dependencies to release process.
3
+ * Fixed bug in plugin dogfooding test.
4
+
1
5
  ## v0.6.0 - [September 7, 2022](https://github.com/lando/symfony/releases/tag/v0.6.0)
2
6
 
3
7
  * HYPERDRIVED
@@ -256,7 +256,7 @@ const getCache = <span class="cstat-no" title="statement not covered" ><span cla
256
256
  <div class='footer quiet pad2 space-top1 center small'>
257
257
  Code coverage generated by
258
258
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
259
- at Thu Sep 08 2022 18:12:26 GMT+0000 (Coordinated Universal Time)
259
+ at 2022-12-13T18:06:18.477Z
260
260
  </div>
261
261
  <script src="prettify.js"></script>
262
262
  <script>
Binary file
@@ -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 Thu Sep 08 2022 18:12:26 GMT+0000 (Coordinated Universal Time)
119
+ at 2022-12-13T18:06:18.477Z
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 Thu Sep 08 2022 18:12:26 GMT+0000 (Coordinated Universal Time)
97
+ at 2022-12-13T18:06:18.477Z
98
98
  </div>
99
99
  <script src="prettify.js"></script>
100
100
  <script>
Binary file
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@lando/symfony",
3
3
  "description": "A Lando plugin that provides a tight integration with Symfony.",
4
- "version": "0.6.0",
4
+ "version": "0.7.0",
5
5
  "author": "Mike Pirog @pirog",
6
6
  "license": "GPL-3.0",
7
7
  "repository": "lando/symfony",
@@ -16,7 +16,9 @@
16
16
  "engines": {
17
17
  "node": ">=16.0.0"
18
18
  },
19
- "bundledDependencies": true,
19
+ "bundledDependencies": [
20
+ "lodash"
21
+ ],
20
22
  "lando": {},
21
23
  "main": "index.js",
22
24
  "nyc": {
@@ -38,7 +40,7 @@
38
40
  "docs:build": "vuepress build docs",
39
41
  "docs:lint": "eslint -c docs/.eslintrc.json --quiet docs/.vuepress",
40
42
  "lint": "eslint --quiet . && yarn docs:lint",
41
- "release": "bump --prompt --tag --all --push",
43
+ "release": "bundle-dependencies update && bump --prompt --tag --all --push",
42
44
  "test:unit": "nyc --reporter=html --reporter=text mocha --timeout 5000 test/**/*.spec.js",
43
45
  "test:leia": "yarn leia \"examples/**/README.md\" -c 'Destroy tests' --stdin",
44
46
  "test": "yarn lint && yarn test:unit"
@@ -49,7 +51,8 @@
49
51
  "devDependencies": {
50
52
  "@babel/eslint-parser": "^7.16.0",
51
53
  "@lando/leia": "^0.6.4",
52
- "@lando/vuepress-theme-default-plus": "1.0.0-beta.34",
54
+ "@lando/vuepress-theme-default-plus": "1.0.0-beta.44",
55
+ "bundle-dependencies": "^1.0.2",
53
56
  "chai": "^4.3.4",
54
57
  "command-line-test": "^1.0.10",
55
58
  "eslint": "^7.32.0",
@@ -58,6 +61,6 @@
58
61
  "mocha": "^9.1.2",
59
62
  "nyc": "^15.1.0",
60
63
  "version-bump-prompt": "^4.2.1",
61
- "vuepress": "^2.0.0-beta.43"
64
+ "vuepress": "2.0.0-beta.53"
62
65
  }
63
66
  }
@@ -1 +0,0 @@
1
- {"parent":null,"pid":1864,"argv":["/opt/hostedtoolcache/node/16.17.0/x64/bin/node","/home/runner/work/symfony/symfony/node_modules/.bin/nyc","--reporter=html","--reporter=text","mocha","--timeout","5000","test/**/*.spec.js"],"execArgv":[],"cwd":"/home/runner/work/symfony/symfony","time":1662660746238,"ppid":1863,"coverageFilename":"/home/runner/work/symfony/symfony/.nyc_output/851b01bd-9115-454b-93d2-d90b82dd6ef6.json","externalId":"","uuid":"851b01bd-9115-454b-93d2-d90b82dd6ef6","files":["/home/runner/work/symfony/symfony/recipes/symfony/builder.js","/home/runner/work/symfony/symfony/recipes/symfony/init.js"]}
@@ -1 +0,0 @@
1
- {"parent":null,"pid":1875,"argv":["/opt/hostedtoolcache/node/16.17.0/x64/bin/node","/home/runner/work/symfony/symfony/node_modules/.bin/mocha","--timeout","5000","test/**/*.spec.js"],"execArgv":[],"cwd":"/home/runner/work/symfony/symfony","time":1662660746671,"ppid":1864,"coverageFilename":"/home/runner/work/symfony/symfony/.nyc_output/85881cc2-ec07-4880-908f-b595d766e823.json","externalId":"","uuid":"85881cc2-ec07-4880-908f-b595d766e823","files":[]}