Skip to content

Commit

Permalink
Merge pull request #236 from sozonome/dev
Browse files Browse the repository at this point in the history
fix(deps): update all dependencies (#229)
  • Loading branch information
agustinusnathaniel authored Aug 1, 2024
2 parents c9f9f93 + f09f364 commit d590b5f
Show file tree
Hide file tree
Showing 5 changed files with 909 additions and 1,296 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [1.16.15](https://github.com/sozonome/spoker/compare/v1.16.14...v1.16.15) (2024-08-01)


### Bug Fixes

* **deps:** update all dependencies ([#222](https://github.com/sozonome/spoker/issues/222)) ([85cde9d](https://github.com/sozonome/spoker/commit/85cde9df73d83bd8fc73b3a1efb239d5458b0b2d))
* **deps:** update all dependencies ([#229](https://github.com/sozonome/spoker/issues/229)) ([3985523](https://github.com/sozonome/spoker/commit/39855236d5fbe797afa1db85562e20a86977b8f7))

### [1.16.14](https://github.com/sozonome/spoker/compare/v1.16.13...v1.16.14) (2024-07-03)


Expand Down
29 changes: 0 additions & 29 deletions commitlint.config.js

This file was deleted.

30 changes: 30 additions & 0 deletions commitlint.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
/* eslint-disable import/no-extraneous-dependencies */
import { RuleConfigSeverity, type UserConfig } from '@commitlint/types';

const commitLintConfiguration: UserConfig = {
extends: ['@commitlint/config-conventional'],
rules: {
'scope-case': [RuleConfigSeverity.Error, 'always', 'kebab-case'],
'scope-enum': [
RuleConfigSeverity.Error,
'always',
[
'analytics',
'auth',
'hall',
'layout',
'pages',
'room',
'seo',
'sentry',
'services',
'theme',
'types',
'ui',
'utils',
],
],
},
};

export default commitLintConfiguration;
37 changes: 19 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spoker",
"version": "1.16.14",
"version": "1.16.15",
"private": true,
"author": "sozonome",
"scripts": {
Expand Down Expand Up @@ -28,55 +28,56 @@
},
"dependencies": {
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@fontsource/gabarito": "^5.0.4",
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@fontsource/gabarito": "^5.0.5",
"@fontsource/gantari": "^5.0.13",
"@hookform/resolvers": "^3.6.0",
"@sentry/nextjs": "^8.9.2",
"firebase": "^10.12.2",
"framer-motion": "^11.2.11",
"@hookform/resolvers": "^3.9.0",
"@sentry/nextjs": "^8.22.0",
"firebase": "^10.12.4",
"framer-motion": "^11.3.20",
"lodash-es": "^4.17.21",
"nanoid": "^5.0.7",
"next": "^14.2.4",
"next": "^14.2.5",
"next-seo": "^6.5.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-fast-compare": "^3.2.2",
"react-hook-form": "^7.52.0",
"react-hook-form": "^7.52.1",
"react-icons": "^5.2.1",
"react-rewards": "^2.0.4",
"react-sortablejs": "^6.1.4",
"react-textarea-autosize": "^8.5.3",
"sortablejs": "^1.15.2",
"twemoji": "14.0.2",
"zod": "^3.23.8",
"zustand": "^4.5.2"
"zustand": "^4.5.4"
},
"devDependencies": {
"@commitlint/config-conventional": "^19.2.2",
"@commitlint/cz-commitlint": "^19.2.0",
"@commitlint/types": "^19.0.3",
"@jahed/firebase-rules": "^1.1.0",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.14.5",
"@types/node": "^22.0.2",
"@types/react": "^18.3.3",
"@types/sortablejs": "^1.15.8",
"all-contributors-cli": "^6.26.1",
"babel-loader": "^9.1.3",
"commitizen": "^4.3.0",
"commitlint": "^19.3.0",
"cross-env": "^7.0.3",
"eslint": "^8.53.0",
"eslint-config-next": "^14.2.4",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.5",
"eslint-config-sznm": "^2.0.3",
"husky": "^9.0.11",
"knip": "^5.21.2",
"husky": "^9.1.4",
"knip": "^5.27.0",
"lint-staged": "^15.2.7",
"next-sitemap": "^4.2.3",
"prettier": "^3.3.2",
"prettier": "^3.3.3",
"standard-version": "^9.5.0",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
"typescript": "^5.5.4"
},
"repository": {
"url": "https://github.com/sozonome/spoker"
Expand Down
Loading

0 comments on commit d590b5f

Please sign in to comment.