date-holidays 3.16.13 → 3.16.15

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,17 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.16.15](https://github.com/commenthol/date-holidays/compare/3.16.14...3.16.15) (2023-01-11)
4
+
5
+ - fix(#392,FI): fix Finland's incorrect New Year's Eve rule [a0b69a24](https://github.com/commenthol/date-holidays/commit/a0b69a24f0622e1f76445d1886779ca899f7d170)
6
+ - fix(IE): 2nd of january and 27th of dec is a bank holiday [98222af3](https://github.com/commenthol/date-holidays/commit/98222af308af906f3aaa0c48a1bd1851059e4c81)
7
+
8
+ ## [3.16.14](https://github.com/commenthol/date-holidays/compare/3.16.13...3.16.14) (2023-01-05)
9
+
10
+ - fix(CL): Adds 08-10 as observance holiday for CL-TA [7bb7e3d8](https://github.com/commenthol/date-holidays/commit/7bb7e3d80deb4aee085a010052fb34c20320e379)
11
+ - fix(CL): Fixes wording on 06-29 holiday offsets [9753c1df](https://github.com/commenthol/date-holidays/commit/9753c1df2942d0a270879cbc47de7d390c8c163f)
12
+ - fix(CL): Removes one-off holiday from CL-TA fixtures from 2016 onwards [202b8c9f](https://github.com/commenthol/date-holidays/commit/202b8c9f0351b994b09512fcf7b1cbee94436051)
13
+ - chore: Adds holidays for 2023 CL [a81e9a53](https://github.com/commenthol/date-holidays/commit/a81e9a53e6211a20ee5f1e66c3cdb6cc19c89c3a)
14
+
3
15
  ## [3.16.13](https://github.com/commenthol/date-holidays/compare/3.16.12...3.16.13) (2022-12-17)
4
16
 
5
17
  - fix(GL): moment timezone update [f7824b2c](https://github.com/commenthol/date-holidays/commit/f7824b2c9d3b14926cdc0758507d19d321f6459e)
package/README.md CHANGED
@@ -210,6 +210,8 @@ Countries: 196
210
210
  │ ├── AP: Arica y Parinacota
211
211
  │ ├── BI: Biobío
212
212
  │ │ └── CH: Chillán y Chillán Viejo
213
+ │ ├── NU: Ñuble
214
+ │ │ └── CH: Chillán y Chillán Viejo
213
215
  │ └── TA: Tarapacá
214
216
  ├── CM: Cameroun
215
217
  ├── CN: 中华人民共和国
@@ -13,6 +13,10 @@ holidays:
13
13
  days:
14
14
  01-01:
15
15
  _name: 01-01
16
+ 01-02 on monday since 2017:
17
+ name: Día adicional
18
+ active:
19
+ - from: 2017
16
20
  easter -2:
17
21
  _name: easter -2
18
22
  easter:
@@ -23,7 +27,11 @@ holidays:
23
27
  name:
24
28
  en: Navy Day
25
29
  es: Día de las Glorias Navales
26
- 06-29:
30
+ 06-21 since 2023:
31
+ name:
32
+ en: Indigenous People's Day
33
+ es: Día de los Pueblos Indígenas
34
+ 06-29 if tuesday, wednesday, thursday then previous monday if friday then next monday:
27
35
  _name: 06-29
28
36
  07-16:
29
37
  name:
@@ -35,6 +43,10 @@ holidays:
35
43
  name:
36
44
  es: Fiestas Patrias
37
45
  en: National Holiday
46
+ 09-17 on friday, monday since 2017:
47
+ name:
48
+ en: National holiday
49
+ es: Feriado Adicional Fiestas Patrias
38
50
  09-18:
39
51
  name:
40
52
  en: National holiday
@@ -43,7 +55,11 @@ holidays:
43
55
  name:
44
56
  en: Army Day
45
57
  es: Día de las Glorias del Ejército
46
- 10-12 if tuesday, wednesday, thursday, friday then previous monday:
58
+ 09-20 on friday:
59
+ name:
60
+ es: Feriado Adicional Fiestas Patrias
61
+ en: National Holiday
62
+ 10-12 if tuesday, wednesday, thursday then previous monday if friday then next monday:
47
63
  name:
48
64
  en: Columbus Day
49
65
  es: Encuentro de Dos Mundos
@@ -76,6 +92,20 @@ holidays:
76
92
  name:
77
93
  en: Nativity of Liberator Bernardo O'Higgins
78
94
  es: Nacimiento del Prócer de la Independencia
95
+ active:
96
+ - to: "2017-08-19"
97
+ NU:
98
+ name: Ñuble
99
+ regions:
100
+ CH:
101
+ name: Chillán y Chillán Viejo
102
+ days:
103
+ 08-20:
104
+ name:
105
+ en: Nativity of Liberator Bernardo O'Higgins
106
+ es: Nacimiento del Prócer de la Independencia
107
+ active:
108
+ - from: "2017-08-19"
79
109
  TA:
80
110
  name: Tarapacá
81
111
  days:
@@ -83,6 +113,13 @@ holidays:
83
113
  name:
84
114
  en: Saint Lawrence
85
115
  es: San Lorenzo de Tarapacá
116
+ type: observance
117
+ disable:
118
+ - 2015
119
+ "2015-08-10":
120
+ name:
121
+ en: Saint Lawrence
122
+ es: San Lorenzo de Tarapacá
86
123
  # AI:
87
124
  # name: Aysén
88
125
  # AN:
@@ -54,7 +54,7 @@ holidays:
54
54
  _name: 12-25
55
55
  12-26:
56
56
  _name: 12-26
57
- "12-31 14:00 if sunday then 00:00":
57
+ 12-31:
58
58
  _name: 12-31
59
59
  type: bank
60
60
  # states:
@@ -16,6 +16,10 @@ holidays:
16
16
  days:
17
17
  01-01:
18
18
  _name: 01-01
19
+ 1st monday in January:
20
+ name:
21
+ en: Bank Holiday
22
+ type: bank
19
23
  03-17:
20
24
  name:
21
25
  en: St. Patrick’s Day
@@ -59,10 +63,7 @@ holidays:
59
63
  en: St. Stephen's Day
60
64
  substitute: true
61
65
  type: bank
62
- # Note that this is NOT "12-27 and if saturday..." (no and). This is
63
- # becuase this is not a substitute for another holiday but a bank holiday
64
- # in its own right which always falls on the work week.
65
- 12-27 if saturday then next monday if sunday then next tuesday:
66
+ 12-27 and if saturday then next monday if sunday then next tuesday:
66
67
  name:
67
68
  en: Christmas Bank Holiday
68
69
  type: bank
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2022-12-17",
2
+ "version": "2023-01-11",
3
3
  "license": "CC-BY-SA-3",
4
4
  "holidays": {
5
5
  "AD": {
@@ -6104,6 +6104,14 @@
6104
6104
  "01-01": {
6105
6105
  "_name": "01-01"
6106
6106
  },
6107
+ "01-02 on monday since 2017": {
6108
+ "name": "Día adicional",
6109
+ "active": [
6110
+ {
6111
+ "from": 2017
6112
+ }
6113
+ ]
6114
+ },
6107
6115
  "easter -2": {
6108
6116
  "_name": "easter -2"
6109
6117
  },
@@ -6119,7 +6127,13 @@
6119
6127
  "es": "Día de las Glorias Navales"
6120
6128
  }
6121
6129
  },
6122
- "06-29": {
6130
+ "06-21 since 2023": {
6131
+ "name": {
6132
+ "en": "Indigenous People's Day",
6133
+ "es": "Día de los Pueblos Indígenas"
6134
+ }
6135
+ },
6136
+ "06-29 if tuesday, wednesday, thursday then previous monday if friday then next monday": {
6123
6137
  "_name": "06-29"
6124
6138
  },
6125
6139
  "07-16": {
@@ -6137,6 +6151,12 @@
6137
6151
  "en": "National Holiday"
6138
6152
  }
6139
6153
  },
6154
+ "09-17 on friday, monday since 2017": {
6155
+ "name": {
6156
+ "en": "National holiday",
6157
+ "es": "Feriado Adicional Fiestas Patrias"
6158
+ }
6159
+ },
6140
6160
  "09-18": {
6141
6161
  "name": {
6142
6162
  "en": "National holiday",
@@ -6149,7 +6169,13 @@
6149
6169
  "es": "Día de las Glorias del Ejército"
6150
6170
  }
6151
6171
  },
6152
- "10-12 if tuesday, wednesday, thursday, friday then previous monday": {
6172
+ "09-20 on friday": {
6173
+ "name": {
6174
+ "es": "Feriado Adicional Fiestas Patrias",
6175
+ "en": "National Holiday"
6176
+ }
6177
+ },
6178
+ "10-12 if tuesday, wednesday, thursday then previous monday if friday then next monday": {
6153
6179
  "name": {
6154
6180
  "en": "Columbus Day",
6155
6181
  "es": "Encuentro de Dos Mundos"
@@ -6194,7 +6220,33 @@
6194
6220
  "name": {
6195
6221
  "en": "Nativity of Liberator Bernardo O'Higgins",
6196
6222
  "es": "Nacimiento del Prócer de la Independencia"
6197
- }
6223
+ },
6224
+ "active": [
6225
+ {
6226
+ "to": "2017-08-19"
6227
+ }
6228
+ ]
6229
+ }
6230
+ }
6231
+ }
6232
+ }
6233
+ },
6234
+ "NU": {
6235
+ "name": "Ñuble",
6236
+ "regions": {
6237
+ "CH": {
6238
+ "name": "Chillán y Chillán Viejo",
6239
+ "days": {
6240
+ "08-20": {
6241
+ "name": {
6242
+ "en": "Nativity of Liberator Bernardo O'Higgins",
6243
+ "es": "Nacimiento del Prócer de la Independencia"
6244
+ },
6245
+ "active": [
6246
+ {
6247
+ "from": "2017-08-19"
6248
+ }
6249
+ ]
6198
6250
  }
6199
6251
  }
6200
6252
  }
@@ -6204,6 +6256,16 @@
6204
6256
  "name": "Tarapacá",
6205
6257
  "days": {
6206
6258
  "08-10": {
6259
+ "name": {
6260
+ "en": "Saint Lawrence",
6261
+ "es": "San Lorenzo de Tarapacá"
6262
+ },
6263
+ "type": "observance",
6264
+ "disable": [
6265
+ 2015
6266
+ ]
6267
+ },
6268
+ "2015-08-10": {
6207
6269
  "name": {
6208
6270
  "en": "Saint Lawrence",
6209
6271
  "es": "San Lorenzo de Tarapacá"
@@ -9069,7 +9131,7 @@
9069
9131
  "12-26": {
9070
9132
  "_name": "12-26"
9071
9133
  },
9072
- "12-31 14:00 if sunday then 00:00": {
9134
+ "12-31": {
9073
9135
  "_name": "12-31",
9074
9136
  "type": "bank"
9075
9137
  }
@@ -11888,6 +11950,12 @@
11888
11950
  "01-01": {
11889
11951
  "_name": "01-01"
11890
11952
  },
11953
+ "1st monday in January": {
11954
+ "name": {
11955
+ "en": "Bank Holiday"
11956
+ },
11957
+ "type": "bank"
11958
+ },
11891
11959
  "03-17": {
11892
11960
  "name": {
11893
11961
  "en": "St. Patrick’s Day"
@@ -11952,7 +12020,7 @@
11952
12020
  "substitute": true,
11953
12021
  "type": "bank"
11954
12022
  },
11955
- "12-27 if saturday then next monday if sunday then next tuesday": {
12023
+ "12-27 and if saturday then next monday if sunday then next tuesday": {
11956
12024
  "name": {
11957
12025
  "en": "Christmas Bank Holiday"
11958
12026
  },