Skip to content

Commit 0787431

Browse files
authored
Merge pull request #191 from acelaya/feature/coding-standard
Update coding standard
2 parents b1934a0 + 88e7431 commit 0787431

File tree

4 files changed

+437
-215
lines changed

4 files changed

+437
-215
lines changed

.github/dependabot.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,24 @@ updates:
88
time: '09:00'
99
timezone: 'Europe/Madrid'
1010
open-pull-requests-limit: 10
11+
groups:
12+
eslint:
13+
patterns:
14+
- '@shlinkio/eslint-config-js-coding-standard'
15+
- '@typescript-eslint/*'
16+
- 'eslint'
17+
types:
18+
patterns:
19+
- '@types/*'
20+
testing:
21+
patterns:
22+
- '@testing-library/*'
23+
vite:
24+
patterns:
25+
- 'vite'
26+
- 'vite-plugin-dts'
27+
- '@vitejs/*'
28+
vitest:
29+
patterns:
30+
- 'vitest'
31+
- '@vitest/*'

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,20 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org).
66

7-
## [Unreleased]
7+
## [2.3.0] - 2024-04-08
88
### Added
99
* *Nothing*
1010

1111
### Changed
1212
* Update dependencies.
13+
* Update coding standard.
1314
* Migrate to shlink reusable workflows.
1415

1516
### Deprecated
1617
* *Nothing*
1718

1819
### Removed
19-
* *Nothing*
20+
* Remove `version` field from package.json
2021

2122
### Fixed
2223
* *Nothing*

0 commit comments

Comments
 (0)