Skip to content

Commit

Permalink
[version bump] chore(release): release release-15 [skip ci]
Browse files Browse the repository at this point in the history
@coveo/[email protected]
@coveo/[email protected]
@coveo/[email protected]
@coveo/[email protected]
@coveo/[email protected]
@coveo/[email protected]
@coveo/[email protected]
@coveo/[email protected]
@coveo/[email protected]

**/README.md
**/CHANGELOG.md
**/package.json
README.md
CHANGELOG.md
package.json
package-lock.json
packages/ui/cra-template/template.json
  • Loading branch information
developer-experience-bot[bot] authored Apr 21, 2023
1 parent 8a7e7a9 commit a8c3306
Show file tree
Hide file tree
Showing 25 changed files with 355 additions and 702 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# release-15 (2023-04-21)


### Bug Fixes

* **atomic:** don't need peerDeps ([#1294](https://github.com/coveo/cli/issues/1294)) ([8a7e7a9](https://github.com/coveo/cli/commits/8a7e7a9ae60b3837d2e3820d1af824756e4db549))



# release-14 (2023-04-21)

### Bug Fixes
Expand Down
262 changes: 177 additions & 85 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cli-tools",
"private": true,
"version": "1.0.0-14",
"version": "1.0.0-15",
"author": "Coveo",
"bin": {
"coveo": "./bin/run"
Expand Down
80 changes: 1 addition & 79 deletions packages/cli-e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,79 +1 @@
{
"name": "@coveo/cli-e2e",
"private": true,
"version": "1.25.0",
"description": "End-to-End test of Coveo's CLI",
"author": "Coveo",
"homepage": "https://github.com/coveo/cli#readme",
"license": "Apache-2.0",
"directories": {
"test": "__tests__"
},
"files": [
"lib"
],
"repository": {
"type": "git",
"url": "git+https://github.com/coveo/cli.git"
},
"scripts": {
"postinstall": "pip install -r mitmproxy/requirements.txt --user",
"lint": "eslint .",
"test-e2e": "npm run test:headless",
"test:headless": "node ./entrypoints/entry.js",
"test:debug": "node ./entrypoints/entry.js --debug",
"test:bash": "node ./entrypoints/entry.js --bash",
"jest": "npm run jest:ci",
"jest:ci": "jest --verbose --runInBand --detectOpenHandles --forceExit",
"prejest": "rimraf artifacts ui-projects verdaccio/verdaccio",
"jest:debug": "node --inspect-brk ../../node_modules/jest/bin/jest.js --runInBand",
"verdaccio": "verdaccio --config ./verdaccio/config.yaml"
},
"bugs": {
"url": "https://github.com/coveo/cli/issues"
},
"engines": {
"node": ">=18"
},
"devDependencies": {
"@actions/core": "1.10.0",
"@types/async-retry": "1.4.5",
"@types/folder-hash": "4.0.2",
"@types/fs-extra": "11.0.1",
"@types/is-running": "2.1.0",
"@types/jest": "29.4.0",
"@types/node": "18.15.1",
"@types/tmp": "0.2.3",
"@types/wait-on": "5.3.1",
"chrome-launcher": "0.15.1",
"eslint": "8.36.0",
"fkill": "7.2.1",
"folder-hash": "4.0.4",
"is-running": "2.1.0",
"open": "8.4.2",
"pacote": "15.1.1",
"tmp": "0.2.1",
"ts-node": "10.9.1",
"verdaccio": "5.22.1",
"wait-on": "7.0.1"
},
"dependencies": {
"@babel/core": "7.21.0",
"@babel/preset-env": "7.20.2",
"@babel/preset-typescript": "7.21.0",
"@coveo/cli": "2.5.0",
"@coveo/platform-client": "42.5.0",
"abortcontroller-polyfill": "1.7.5",
"async-retry": "1.3.3",
"babel-jest": "29.5.0",
"devtools-protocol": "0.0.1115542",
"dotenv": "16.0.3",
"fs-extra": "11.1.0",
"get-port": "5.1.1",
"isomorphic-fetch": "3.0.0",
"jest": "29.5.0",
"puppeteer": "19.7.4",
"strip-ansi": "6.0.1",
"typescript": "4.9.5"
}
}
{"name":"@coveo/cli-e2e","private":true,"version":"1.25.0","description":"End-to-End test of Coveo's CLI","author":"Coveo","homepage":"https://github.com/coveo/cli#readme","license":"Apache-2.0","directories":{"test":"__tests__"},"files":["lib"],"repository":{"type":"git","url":"git+https://github.com/coveo/cli.git"},"scripts":{"postinstall":"pip install -r mitmproxy/requirements.txt --user","lint":"eslint .","test-e2e":"npm run test:headless","test:headless":"node ./entrypoints/entry.js","test:debug":"node ./entrypoints/entry.js --debug","test:bash":"node ./entrypoints/entry.js --bash","jest":"npm run jest:ci","jest:ci":"jest --verbose --runInBand --detectOpenHandles --forceExit","prejest":"rimraf artifacts ui-projects verdaccio/verdaccio","jest:debug":"node --inspect-brk ../../node_modules/jest/bin/jest.js --runInBand","verdaccio":"verdaccio --config ./verdaccio/config.yaml"},"bugs":{"url":"https://github.com/coveo/cli/issues"},"engines":{"node":">=18"},"devDependencies":{"@actions/core":"1.10.0","@types/async-retry":"1.4.5","@types/folder-hash":"4.0.2","@types/fs-extra":"11.0.1","@types/is-running":"2.1.0","@types/jest":"29.4.0","@types/node":"18.15.1","@types/tmp":"0.2.3","@types/wait-on":"5.3.1","chrome-launcher":"0.15.1","eslint":"8.36.0","fkill":"7.2.1","folder-hash":"4.0.4","is-running":"2.1.0","open":"8.4.2","pacote":"15.1.1","tmp":"0.2.1","ts-node":"10.9.1","verdaccio":"5.22.1","wait-on":"7.0.1"},"dependencies":{"@babel/core":"7.21.0","@babel/preset-env":"7.20.2","@babel/preset-typescript":"7.21.0","@coveo/cli":"2.5.1","@coveo/platform-client":"42.5.0","abortcontroller-polyfill":"1.7.5","async-retry":"1.3.3","babel-jest":"29.5.0","devtools-protocol":"0.0.1115542","dotenv":"16.0.3","fs-extra":"11.1.0","get-port":"5.1.1","isomorphic-fetch":"3.0.0","jest":"29.5.0","puppeteer":"19.7.4","strip-ansi":"6.0.1","typescript":"4.9.5"}}
9 changes: 9 additions & 0 deletions packages/cli/commons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 2.4.3 (2023-04-21)


### Bug Fixes

* **atomic:** don't need peerDeps ([#1294](https://github.com/coveo/cli/issues/1294)) ([8a7e7a9](https://github.com/coveo/cli/commits/8a7e7a9ae60b3837d2e3820d1af824756e4db549))



## 2.4.2 (2023-04-21)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/commons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coveo/cli-commons",
"version": "2.4.2",
"version": "2.4.3",
"author": "Coveo",
"description": "Common utils for @coveo/cli plugins",
"license": "Apache-2.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/cli/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 2.5.1 (2023-04-21)


### Bug Fixes

* **atomic:** don't need peerDeps ([#1294](https://github.com/coveo/cli/issues/1294)) ([8a7e7a9](https://github.com/coveo/cli/commits/8a7e7a9ae60b3837d2e3820d1af824756e4db549))



# 2.5.0 (2023-04-21)

### Bug Fixes
Expand Down
Loading

0 comments on commit a8c3306

Please sign in to comment.