From f202dc098e3f6db6316e5cec91d18c745521da28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Aug 2021 03:52:36 +0000 Subject: [PATCH 1/5] Bump sass-loader from 10.2.0 to 12.1.0 Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader) from 10.2.0 to 12.1.0. - [Release notes](https://github.com/webpack-contrib/sass-loader/releases) - [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/sass-loader/compare/v10.2.0...v12.1.0) --- updated-dependencies: - dependency-name: sass-loader dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fb5a63b9a..2ebd22515 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "pusher-js": "^7.0.3", "resolve-url-loader": "^4.0.0", "sass": "^1.27.0", - "sass-loader": "^10.0.3", + "sass-loader": "^12.1.0", "style-loader": "^3.2.1", "ts-loader": "^9.2.5", "typescript": "^4.0.3", From 3c5766872db02cef2c34e74e162cfddd0ea35c75 Mon Sep 17 00:00:00 2001 From: Blair Jersyer Date: Fri, 17 Sep 2021 07:49:43 +0100 Subject: [PATCH 2/5] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..9c006eff6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,28 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "[Issue] provide a title for the issue you're facing here" +labels: '' +assignees: '' + +--- + +**Describe the bug** +Replace this section with a clear description of your issue. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Desktop (please complete the following information):** + - NexoPOS 4.x vesrion: [e.g. 4.5.2] + - Premium Extensions: [e.g Nexo Print Adapter (4.5.0), Gastro (4.5.2)] From 9ebb28e579d0d77ed664d332973cd6bb101c4718 Mon Sep 17 00:00:00 2001 From: Blair Jersyer Date: Fri, 17 Sep 2021 07:50:41 +0100 Subject: [PATCH 3/5] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 9c006eff6..8b2958d1e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -23,6 +23,6 @@ A clear and concise description of what you expected to happen. **Screenshots** If applicable, add screenshots to help explain your problem. -**Desktop (please complete the following information):** +**Environment:** - NexoPOS 4.x vesrion: [e.g. 4.5.2] - Premium Extensions: [e.g Nexo Print Adapter (4.5.0), Gastro (4.5.2)] From 221ae3e38f8d5d0a7da0c64e50d4aa5749078f08 Mon Sep 17 00:00:00 2001 From: Blair Jersyer Date: Mon, 20 Sep 2021 19:24:01 +0100 Subject: [PATCH 4/5] Update nexopos.php --- config/nexopos.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/nexopos.php b/config/nexopos.php index 1d0bdca39..4844eb5df 100755 --- a/config/nexopos.php +++ b/config/nexopos.php @@ -1,6 +1,6 @@ '4.5.3', + 'version' => '4.5.4', 'languages' => [ 'en' => 'English', 'fr' => 'Français', From d87a807d903414546defd780043ebeda04125d11 Mon Sep 17 00:00:00 2001 From: Blair Jersyer Date: Thu, 23 Sep 2021 19:50:24 +0100 Subject: [PATCH 5/5] fix #322 --- package.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/package.json b/package.json index cc8f582a5..4252bd723 100644 --- a/package.json +++ b/package.json @@ -4,9 +4,6 @@ "node": "14.x" }, "scripts": { - "dev": "npm run development", - "development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js", - "hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --disable-host-check --config=node_modules/laravel-mix/setup/webpack.config.js", "prod": "npm run production", "watch-ts": "tsc --watch", "webpack": "webpack",