@lando/symfony 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":1856,"argv":["/opt/hostedtoolcache/node/16.20.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":1688413800953,"ppid":1855,"coverageFilename":"/home/runner/work/symfony/symfony/.nyc_output/0c343b3a-ea79-423b-bc92-87e5bf195642.json","externalId":"","uuid":"0c343b3a-ea79-423b-bc92-87e5bf195642","files":["/home/runner/work/symfony/symfony/recipes/symfony/builder.js","/home/runner/work/symfony/symfony/recipes/symfony/init.js"]}
@@ -0,0 +1 @@
1
+ {"parent":null,"pid":1867,"argv":["/opt/hostedtoolcache/node/16.20.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":1688413801423,"ppid":1856,"coverageFilename":"/home/runner/work/symfony/symfony/.nyc_output/75e144f0-cc81-47d2-93ca-e9c086bfc996.json","externalId":"","uuid":"75e144f0-cc81-47d2-93ca-e9c086bfc996","files":[]}
@@ -1 +1 @@
1
- {"processes":{"9fb3cefd-ee5e-4bed-9bc9-0e2f87ba07d9":{"parent":null,"children":[]},"b139d55a-ba8e-41dd-afa7-ce3b30833e8d":{"parent":null,"children":[]}},"files":{"/home/runner/work/symfony/symfony/recipes/symfony/builder.js":["9fb3cefd-ee5e-4bed-9bc9-0e2f87ba07d9"],"/home/runner/work/symfony/symfony/recipes/symfony/init.js":["9fb3cefd-ee5e-4bed-9bc9-0e2f87ba07d9"]},"externalIds":{}}
1
+ {"processes":{"0c343b3a-ea79-423b-bc92-87e5bf195642":{"parent":null,"children":[]},"75e144f0-cc81-47d2-93ca-e9c086bfc996":{"parent":null,"children":[]}},"files":{"/home/runner/work/symfony/symfony/recipes/symfony/builder.js":["0c343b3a-ea79-423b-bc92-87e5bf195642"],"/home/runner/work/symfony/symfony/recipes/symfony/init.js":["0c343b3a-ea79-423b-bc92-87e5bf195642"]},"externalIds":{}}
package/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## v0.9.0 - [July 3, 2023](https://github.com/lando/symfony/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 26, 2022](https://github.com/lando/symfony/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)
@@ -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 2023-02-26T17:28:06.165Z
259
+ at 2023-07-03T19:50:01.658Z
260
260
  </div>
261
261
  <script src="prettify.js"></script>
262
262
  <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-26T17:28:06.165Z
119
+ at 2023-07-03T19:50:01.658Z
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-26T17:28:06.165Z
97
+ at 2023-07-03T19:50:01.658Z
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/symfony",
3
3
  "description": "A Lando plugin that provides a tight integration with Symfony.",
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/symfony",
@@ -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":1780,"argv":["/opt/hostedtoolcache/node/16.19.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":1677432485316,"ppid":1779,"coverageFilename":"/home/runner/work/symfony/symfony/.nyc_output/9fb3cefd-ee5e-4bed-9bc9-0e2f87ba07d9.json","externalId":"","uuid":"9fb3cefd-ee5e-4bed-9bc9-0e2f87ba07d9","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":1791,"argv":["/opt/hostedtoolcache/node/16.19.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":1677432485874,"ppid":1780,"coverageFilename":"/home/runner/work/symfony/symfony/.nyc_output/b139d55a-ba8e-41dd-afa7-ce3b30833e8d.json","externalId":"","uuid":"b139d55a-ba8e-41dd-afa7-ce3b30833e8d","files":[]}
@@ -1,12 +0,0 @@
1
- # Disable the "core" symfony plugins
2
- disablePlugins:
3
- - lando-symfony
4
-
5
- # Make sure we are dogfooding this plugin for testing purposes
6
- plugins:
7
- "@lando/symfony": /home/runner/work/symfony/symfony
8
-
9
- # Disable metrics reporting
10
- stats:
11
- - report: false
12
- url: https://metrics.lando.dev