date-holidays 3.26.6 → 3.26.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.26.7](https://github.com/commenthol/date-holidays/compare/3.26.6...3.26.7) (2026-01-25)
4
+
5
+ - fix(SK): update License attributions [a840072a](https://github.com/commenthol/date-holidays/commit/a840072ab8cabf6ce5ca1c80b88da49b7961d010)
6
+ - fix(SK): Slovakia public holidays aligned with the legislation changes from 2025 [2a755261](https://github.com/commenthol/date-holidays/commit/2a755261d87a21e3f4a4b685d0daedd07a8d02ee)
7
+
3
8
  ## [3.26.6](https://github.com/commenthol/date-holidays/compare/3.26.5...3.26.6) (2025-12-24)
4
9
 
5
10
  - fix(SE,#565): Correct Marie Bebådelsedag and Sveriges nationaldag dates [15ddbccb](https://github.com/commenthol/date-holidays/commit/15ddbccbf688a88f783b38efc8e12e85d23c9620)
package/LICENSE CHANGED
@@ -31,6 +31,7 @@ CC BY-SA 3.0 Attributions
31
31
 
32
32
  <attribution>
33
33
 
34
+ https://cs.wikipedia.org/wiki/St%C3%A1tn%C3%AD_sv%C3%A1tky_Slovenska
34
35
  https://da.wikipedia.org/wiki/Danske_helligdage
35
36
  https://de.m.wikipedia.org/wiki/Feiertage_in_%C3%96sterreich
36
37
  https://de.m.wikipedia.org/wiki/Feiertage_in_Belgien
@@ -128,7 +129,6 @@ https://en.wikipedia.org/wiki/Public_holidays_in_Serbia
128
129
  https://en.wikipedia.org/wiki/Public_holidays_in_Sierra_Leone
129
130
  https://en.wikipedia.org/wiki/Public_holidays_in_Singapore
130
131
  https://en.wikipedia.org/wiki/Public_holidays_in_Sint_Maarten
131
- https://en.wikipedia.org/wiki/Public_holidays_in_Slovakia
132
132
  https://en.wikipedia.org/wiki/Public_holidays_in_Slovenia
133
133
  https://en.wikipedia.org/wiki/Public_holidays_in_Somalia
134
134
  https://en.wikipedia.org/wiki/Public_holidays_in_South_Africa
@@ -1,4 +1,5 @@
1
- # @attrib https://en.wikipedia.org/wiki/Public_holidays_in_Slovakia
1
+ # @source https://nbs.sk/o-narodnej-banke/sviatky-v-sr/
2
+ # @attrib https://cs.wikipedia.org/wiki/St%C3%A1tn%C3%AD_sv%C3%A1tky_Slovenska
2
3
  holidays:
3
4
  SK:
4
5
  names:
@@ -16,23 +17,19 @@ holidays:
16
17
  sk: Deň vzniku Slovenskej republiky
17
18
  01-06:
18
19
  _name: 01-06
19
- type: observance
20
20
  easter -2:
21
21
  _name: easter -2
22
22
  easter:
23
23
  _name: easter
24
24
  easter 1:
25
25
  _name: easter 1
26
- 05-01 since 2025:
27
- _name: 05-01
28
- type: observance
29
- 05-01 prior to 2025:
26
+ 05-01:
30
27
  _name: 05-01
31
- 05-08 prior to 2025:
28
+ 05-08 prior to 2026:
32
29
  name:
33
30
  sk: Deň víťazstva nad fašizmom
34
31
  en: Day of victory over fascism
35
- 05-08 since 2025:
32
+ 05-08 since 2026:
36
33
  name:
37
34
  sk: Deň víťazstva nad fašizmom
38
35
  en: Day of victory over fascism
@@ -40,43 +37,30 @@ holidays:
40
37
  2nd sunday in May:
41
38
  _name: Mothers Day
42
39
  type: observance
43
- 07-05 prior to 2025:
40
+ 07-05:
44
41
  name:
45
42
  sk: Sviatok svätého Cyrila a Metoda
46
43
  en: Saints Cyril and Methodius Day
47
- 07-05 since 2025:
48
- name:
49
- sk: Sviatok svätého Cyrila a Metoda
50
- en: Saints Cyril and Methodius Day
51
- type: observance
52
- 08-29 prior to 2025:
44
+ 08-29:
53
45
  name:
54
46
  sk: Výročie Slovenského národného povstania
55
47
  en: Slovak National Uprising anniversary
56
- 08-29 since 2025:
57
- name:
58
- sk: Výročie Slovenského národného povstania
59
- en: Slovak National Uprising anniversary
60
- type: observance
61
48
  09-01 since 1994 and prior to 2024:
62
49
  _name: Constitution Day
63
50
  09-01 since 2024:
64
51
  _name: Constitution Day
65
52
  type: observance
66
- 09-15 prior to 2025:
53
+ 09-15 prior to 2026:
67
54
  name:
68
55
  sk: Sviatok Panny Márie Sedembolestnej
69
56
  en: Day of Our Lady of the Seven Sorrows
70
- 09-15 since 2025:
57
+ 09-15 since 2026:
71
58
  name:
72
59
  sk: Sviatok Panny Márie Sedembolestnej
73
60
  en: Day of Our Lady of the Seven Sorrows
74
61
  type: observance
75
- 11-01 prior to 2025:
76
- _name: 11-01
77
- 11-01 since 2025:
62
+ 11-01:
78
63
  _name: 11-01
79
- type: observance
80
64
  11-17 prior to 2025:
81
65
  name:
82
66
  sk: Deň boja za slobodu a demokraciu
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2025-12-24",
2
+ "version": "2026-01-25",
3
3
  "license": "CC-BY-SA-3",
4
4
  "holidays": {
5
5
  "AD": {
@@ -22184,8 +22184,7 @@
22184
22184
  }
22185
22185
  },
22186
22186
  "01-06": {
22187
- "_name": "01-06",
22188
- "type": "observance"
22187
+ "_name": "01-06"
22189
22188
  },
22190
22189
  "easter -2": {
22191
22190
  "_name": "easter -2"
@@ -22196,20 +22195,16 @@
22196
22195
  "easter 1": {
22197
22196
  "_name": "easter 1"
22198
22197
  },
22199
- "05-01 since 2025": {
22200
- "_name": "05-01",
22201
- "type": "observance"
22202
- },
22203
- "05-01 prior to 2025": {
22198
+ "05-01": {
22204
22199
  "_name": "05-01"
22205
22200
  },
22206
- "05-08 prior to 2025": {
22201
+ "05-08 prior to 2026": {
22207
22202
  "name": {
22208
22203
  "sk": "Deň víťazstva nad fašizmom",
22209
22204
  "en": "Day of victory over fascism"
22210
22205
  }
22211
22206
  },
22212
- "05-08 since 2025": {
22207
+ "05-08 since 2026": {
22213
22208
  "name": {
22214
22209
  "sk": "Deň víťazstva nad fašizmom",
22215
22210
  "en": "Day of victory over fascism"
@@ -22220,32 +22215,18 @@
22220
22215
  "_name": "Mothers Day",
22221
22216
  "type": "observance"
22222
22217
  },
22223
- "07-05 prior to 2025": {
22218
+ "07-05": {
22224
22219
  "name": {
22225
22220
  "sk": "Sviatok svätého Cyrila a Metoda",
22226
22221
  "en": "Saints Cyril and Methodius Day"
22227
22222
  }
22228
22223
  },
22229
- "07-05 since 2025": {
22230
- "name": {
22231
- "sk": "Sviatok svätého Cyrila a Metoda",
22232
- "en": "Saints Cyril and Methodius Day"
22233
- },
22234
- "type": "observance"
22235
- },
22236
- "08-29 prior to 2025": {
22224
+ "08-29": {
22237
22225
  "name": {
22238
22226
  "sk": "Výročie Slovenského národného povstania",
22239
22227
  "en": "Slovak National Uprising anniversary"
22240
22228
  }
22241
22229
  },
22242
- "08-29 since 2025": {
22243
- "name": {
22244
- "sk": "Výročie Slovenského národného povstania",
22245
- "en": "Slovak National Uprising anniversary"
22246
- },
22247
- "type": "observance"
22248
- },
22249
22230
  "09-01 since 1994 and prior to 2024": {
22250
22231
  "_name": "Constitution Day"
22251
22232
  },
@@ -22253,26 +22234,22 @@
22253
22234
  "_name": "Constitution Day",
22254
22235
  "type": "observance"
22255
22236
  },
22256
- "09-15 prior to 2025": {
22237
+ "09-15 prior to 2026": {
22257
22238
  "name": {
22258
22239
  "sk": "Sviatok Panny Márie Sedembolestnej",
22259
22240
  "en": "Day of Our Lady of the Seven Sorrows"
22260
22241
  }
22261
22242
  },
22262
- "09-15 since 2025": {
22243
+ "09-15 since 2026": {
22263
22244
  "name": {
22264
22245
  "sk": "Sviatok Panny Márie Sedembolestnej",
22265
22246
  "en": "Day of Our Lady of the Seven Sorrows"
22266
22247
  },
22267
22248
  "type": "observance"
22268
22249
  },
22269
- "11-01 prior to 2025": {
22250
+ "11-01": {
22270
22251
  "_name": "11-01"
22271
22252
  },
22272
- "11-01 since 2025": {
22273
- "_name": "11-01",
22274
- "type": "observance"
22275
- },
22276
22253
  "11-17 prior to 2025": {
22277
22254
  "name": {
22278
22255
  "sk": "Deň boja za slobodu a demokraciu",