Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(RSS-ECOMM-2_40): update configs #173

Merged
merged 6 commits into from
May 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 10 additions & 3 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,20 @@ Specify if any documentation updates are required and provide details on what ne

#### Provide any other relevant information πŸ¦‰

## Auto-Review πŸ€–

- [x] The reviewers have been requested πŸ“
[![Request Review on PR Open](https://github.com/stardustmeg/greenshop/actions/workflows/request_review.yml/badge.svg)](https://github.com/stardustmeg/greenshop/actions/workflows/request_review.yml)
- [x] The labels have been added 🎨
[![Pull Request Labeler](https://github.com/stardustmeg/greenshop/actions/workflows/labeler.yml/badge.svg)](https://github.com/stardustmeg/greenshop/actions/workflows/labeler.yml)
- [x] My code doesn't generate any errors or warnings ⛓️
[![Continuous Integration](https://github.com/stardustmeg/greenshop/actions/workflows/ci.yml/badge.svg)](https://github.com/stardustmeg/greenshop/actions/workflows/ci.yml)

## Self-Check 🌟

- [ ] I wrote the correct title for the PR πŸ—οΈ
- [ ] I wrote the correct description for the PR πŸ“œ
- [ ] I wrote a comprehensive description for the PR πŸ“œ
- [ ] I have performed a self-review of my own code βœ…
- [ ] I have commented my code where needed πŸ“
- [ ] My code is formatted correctly and passes the check 🎨
- [ ] My code passes the tests check ⛓️
- [ ] My code successfully builds βš™οΈ
- [ ] I am happy with my PR and ready to merge ❀️‍πŸ”₯
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pnpm-debug.log*
lerna-debug.log*

node_modules
.package-lock.json
package-lock.json
dist
dist-ssr
*.local
Expand Down
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,12 @@
},
"devDependencies": {
"@commitlint/cli": "^18.6.1",
"@commitlint/config-conventional": "^18.6.2",
"@commitlint/config-conventional": "^18.6.3",
"@eslint/eslintrc": "^3.0.2",
"@types/jest": "^29.5.12",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"@vitest/coverage-v8": "^1.5.2",
"@vitest/ui": "^1.5.2",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.6.0",
"c8": "^9.1.0",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
Expand All @@ -42,32 +41,33 @@
"jsdom": "^24.0.0",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"sass": "^1.71.1",
"sass": "^1.76.0",
"sonarlint": "^1.1.0",
"stylelint": "^16.2.1",
"stylelint-config-clean-order": "^5.4.1",
"stylelint": "^16.5.0",
"stylelint-config-clean-order": "^5.4.2",
"stylelint-config-standard": "^36.0.0",
"stylelint-config-standard-scss": "^13.0.0",
"stylelint-config-standard-scss": "^13.1.0",
"stylelint-declaration-block-no-ignored-properties": "^2.8.0",
"stylelint-order": "^6.0.4",
"stylelint-scss": "^6.2.0",
"stylelint-scss": "^6.3.0",
"svgo": "^3.2.0",
"typescript": "^5.3.3",
"typescript": "^5.4.5",
"validate-branch-name": "^1.3.0",
"vite": "^5.1.4",
"vite": "^5.2.11",
"vite-plugin-sass": "^0.1.0",
"vitest": "^1.5.2"
"vitest": "^1.6.0"
},
"dependencies": {
"@commercetools/api-request-builder": "^6.0.0",
"@commercetools/platform-sdk": "^7.7.0",
"@commercetools/sdk-client-v2": "^2.4.1",
"@commercetools/platform-sdk": "^7.8.0",
"@commercetools/sdk-client-v2": "^2.5.0",
"@commercetools/sdk-middleware-auth": "^7.0.1",
"@commercetools/sdk-middleware-http": "^7.0.4",
"autoprefixer": "^10.4.19",
"isomorphic-fetch": "^3.0.0",
"modern-normalize": "^2.0.0",
"postcode-validator": "^3.8.20",
"translate": "^3.0.0",
"vite-plugin-checker": "^0.6.4",
"vite-plugin-image-optimizer": "^1.1.7",
"vite-plugin-svg-spriter": "^1.0.0",
Expand Down