Skip to content

Commit

Permalink
chore: fix linter issues and attribution
Browse files Browse the repository at this point in the history
chore: bumb dependencies
chore: changelog
  • Loading branch information
commenthol committed Nov 4, 2023
1 parent 877abe1 commit 34094ae
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 15 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [3.23.1](https://github.com/commenthol/date-holidays/compare/3.23.0...3.23.1) (2023-11-04)

- fix(HU): Adding school holidays till the end of Jan 2024 [27b2071a](https://github.com/commenthol/date-holidays/commit/27b2071a335455a15a32edabcae476bfdf1fdcd5)
- fix(NL): Improve holiday definitions for The Netherlands [8adc8a42](https://github.com/commenthol/date-holidays/commit/8adc8a424ad8e60fac40cf51e2457f4a6a2115dc)

## [3.23.0](https://github.com/commenthol/date-holidays/compare/3.22.1...3.23.0) (2023-10-18)

- fix: Changed source linking and attributions [f218d1c9](https://github.com/commenthol/date-holidays/commit/f218d1c9a55eb257e1206d5cf5e11a20e25f6a5d)
Expand Down
1 change: 1 addition & 0 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ https://id.wikipedia.org/wiki/Hari_libur_nasional_di_Indonesia
https://ja.wikipedia.org/wiki/%E5%9B%BD%E6%B0%91%E3%81%AE%E7%A5%9D%E6%97%A5
https://lb.wikipedia.org/wiki/Gesetzlech_Feierdeeg_zu_L%C3%ABtzebuerg
https://nl.wikipedia.org/wiki/Feestdagen_in_Nederland
https://nl.wikipedia.org/wiki/Koningsdag_(Nederland)
https://no.wikipedia.org/wiki/Allehelgensaften
https://no.wikipedia.org/wiki/Norges_offisielle_flaggdager
https://pt.wikipedia.org/wiki/Cabo_Verde#Feriados
Expand Down
20 changes: 10 additions & 10 deletions data/countries/HU.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,52 +102,52 @@ holidays:
12-31:
_name: 12-31
type: observance
'2023-10-30':
"2023-10-30":
name:
hu: Őszi szünet
en: Autumn school holiday
type: school
'2023-10-31':
"2023-10-31":
name:
hu: Őszi szünet
en: Autumn school holiday
type: school
'2023-11-02':
"2023-11-02":
name:
hu: Őszi szünet
en: Autumn school holiday
type: school
'2023-11-03':
"2023-11-03":
name:
hu: Őszi szünet
en: Autumn school holiday
type: school
'2023-12-22':
"2023-12-22":
name:
hu: Téli szünet
en: Winter school holiday
type: school
'2023-12-27':
"2023-12-27":
name:
hu: Téli szünet
en: Winter school holiday
type: school
'2024-01-02':
"2024-01-02":
name:
hu: Téli szünet
en: Winter school holiday
type: school
'2024-01-03':
"2024-01-03":
name:
hu: Téli szünet
en: Winter school holiday
type: school
'2024-01-04':
"2024-01-04":
name:
hu: Téli szünet
en: Winter school holiday
type: school
'2024-01-05':
"2024-01-05":
name:
hu: Téli szünet
en: Winter school holiday
Expand Down
12 changes: 7 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,12 @@
"damon02 <[email protected]>",
"David Álvarez Navarro <[email protected]>",
"Edwyn McMillan <[email protected]>",
"Emanuel Hoogeveen <[email protected]>",
"Erlend Ellingsen <[email protected]>",
"Filip Staffa <[email protected]>",
"Florian SALEUR <[email protected]>",
"Francesco Ansanelli <[email protected]>",
"Gabor Borus <[email protected]>",
"gborri <[email protected]>",
"Agus Condro <[email protected]>",
"Germain <[email protected]>",
Expand Down Expand Up @@ -223,14 +225,14 @@
"@babel/core": "^7.23.2",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.23.2",
"@commitlint/cli": "^17.8.0",
"@commitlint/config-conventional": "^17.8.0",
"@commitlint/cli": "^18.2.0",
"@commitlint/config-conventional": "^18.1.0",
"@mocha/contributors": "git+https://github.com/commenthol/contributors.git#semver:1.1.0-0",
"babel-loader": "^9.1.3",
"dtslint": "^3.6.4",
"eslint": "^8.51.0",
"dtslint": "^4.2.1",
"eslint": "^8.53.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-n": "^16.2.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-yml": "^0.15.0",
Expand Down

0 comments on commit 34094ae

Please sign in to comment.