date-holidays 3.23.13 → 3.23.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,16 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.23.15](https://github.com/commenthol/date-holidays/compare/3.23.14...3.23.15) (2024-12-27)
4
+
5
+ - fix(BR): Fixes indentation and fixtures json based on fix [3ee04a9f](https://github.com/commenthol/date-holidays/commit/3ee04a9fc7b1d93a1c7ba9449f50d841ebe6c861)
6
+ - fix(BR): Updates Black Awareness for BR since it is a national holiday beginning on 2024 [851f7fb8](https://github.com/commenthol/date-holidays/commit/851f7fb889fe744aaff2c643deb5629bd96dfb02)
7
+
8
+ ## [3.23.14](https://github.com/commenthol/date-holidays/compare/3.23.13...3.23.14) (2024-12-12)
9
+
10
+ - fix(IT): state names [c3daf4c4](https://github.com/commenthol/date-holidays/commit/c3daf4c41d0a1532ba23c3fc6762b490abad14e5)
11
+ - feat(IT): add Florence patron saint holiday [82069765](https://github.com/commenthol/date-holidays/commit/82069765d5927d5b1ee040dde46ae47852c1e48b)
12
+ - docs: fix description on calling holidays2json.cjs in README [c674a6ab](https://github.com/commenthol/date-holidays/commit/c674a6abf37fdc5dfba37f0c1c4f0e99694ee959)
13
+
3
14
  ## [3.23.13](https://github.com/commenthol/date-holidays/compare/3.23.12...3.23.13) (2024-11-26)
4
15
 
5
16
  - fix(AU): correct Kings Birthday in Western Australia for 2024 [6a81888e](https://github.com/commenthol/date-holidays/commit/6a81888e56ecab97094183578ea4fb0630e90da0)
package/README.md CHANGED
@@ -359,7 +359,9 @@ Countries: 197
359
359
  ├── IT: Italia
360
360
  │ ├── 25: Lombardy
361
361
  │ │ └── MI: Milan
362
- └── 32: Südtirol, Alto Adige
362
+ ├── 32: Alto Adige
363
+ │ └── 52: Toscana
364
+ │ └── FI: Firenze
363
365
  ├── JE: Jersey
364
366
  ├── JM: Jamaica
365
367
  ├── JP: 日本
@@ -722,7 +724,7 @@ Alternatively you may use the `--omit` option.
722
724
  Manually use
723
725
 
724
726
  ```bash
725
- npx holidays2json --pick US,CA,MX
727
+ ./scripts/holidays2json --pick US,CA,MX
726
728
  ```
727
729
 
728
730
  > **NOTE:** There are some countries which depend on data of others which
@@ -78,6 +78,12 @@ holidays:
78
78
  name:
79
79
  pt: Proclamação da República
80
80
  en: Republic Day
81
+ 11-20:
82
+ name:
83
+ pt: Dia da Consciência Negra
84
+ en: Black Awareness Day
85
+ active:
86
+ - from: 2023-12-21
81
87
  "12-24 14:00":
82
88
  _name: 12-24
83
89
  type: optional
@@ -156,6 +162,7 @@ holidays:
156
162
  pt: Dia da Consciência Negra
157
163
  active:
158
164
  - from: 2010-07-08
165
+ to: 2023-12-21
159
166
  AP:
160
167
  name: Amapá
161
168
  zones:
@@ -260,6 +267,7 @@ holidays:
260
267
  pt: Dia da Consciência Negra
261
268
  active:
262
269
  - from: 2002-12-27
270
+ to: 2023-12-21
263
271
  PA:
264
272
  name: Pará
265
273
  zones:
@@ -365,6 +373,7 @@ holidays:
365
373
  pt: Dia da Consciência Negra
366
374
  active:
367
375
  - from: 2002-11-11
376
+ to: 2023-12-21
368
377
  regions:
369
378
  RJ:
370
379
  name: Rio de Janeiro
@@ -467,6 +476,7 @@ holidays:
467
476
  pt: Dia da Consciência Negra
468
477
  active:
469
478
  - from: 2023-09-12
479
+ to: 2023-12-21
470
480
  regions:
471
481
  SP:
472
482
  name: São Paulo
@@ -103,7 +103,9 @@ holidays:
103
103
  # VA:
104
104
  # name: Varese
105
105
  "32":
106
- name: Südtirol, Alto Adige
106
+ names:
107
+ de: Südtirol
108
+ it: Alto Adige
107
109
  days:
108
110
  easter 50:
109
111
  _name: easter 50
@@ -172,13 +174,24 @@ holidays:
172
174
  # name: Reggio Emilia
173
175
  # RN:
174
176
  # name: Rimini
175
- # '52':
176
- # name: Tuscany
177
- # regions:
177
+ "52":
178
+ names:
179
+ it: Toscana
180
+ en: Tuscany
181
+ regions:
182
+ FI:
183
+ names:
184
+ it: Firenze
185
+ en: Florence
186
+ days:
187
+ 06-24:
188
+ name:
189
+ it: San Giovanni
190
+ en: Saint John
191
+ type: optional
192
+ note: patron saint of Florence
178
193
  # AR:
179
194
  # name: Arezzo
180
- # FI:
181
- # name: Florence
182
195
  # GR:
183
196
  # name: Grosseto
184
197
  # LI:
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2024-11-26",
2
+ "version": "2024-12-27",
3
3
  "license": "CC-BY-SA-3",
4
4
  "holidays": {
5
5
  "AD": {
@@ -3512,6 +3512,17 @@
3512
3512
  "en": "Republic Day"
3513
3513
  }
3514
3514
  },
3515
+ "11-20": {
3516
+ "name": {
3517
+ "pt": "Dia da Consciência Negra",
3518
+ "en": "Black Awareness Day"
3519
+ },
3520
+ "active": [
3521
+ {
3522
+ "from": "2023-12-21T00:00:00.000Z"
3523
+ }
3524
+ ]
3525
+ },
3515
3526
  "12-24 14:00": {
3516
3527
  "_name": "12-24",
3517
3528
  "type": "optional"
@@ -3649,7 +3660,8 @@
3649
3660
  },
3650
3661
  "active": [
3651
3662
  {
3652
- "from": "2010-07-08T00:00:00.000Z"
3663
+ "from": "2010-07-08T00:00:00.000Z",
3664
+ "to": "2023-12-21T00:00:00.000Z"
3653
3665
  }
3654
3666
  ]
3655
3667
  }
@@ -3813,7 +3825,8 @@
3813
3825
  },
3814
3826
  "active": [
3815
3827
  {
3816
- "from": "2002-12-27T00:00:00.000Z"
3828
+ "from": "2002-12-27T00:00:00.000Z",
3829
+ "to": "2023-12-21T00:00:00.000Z"
3817
3830
  }
3818
3831
  ]
3819
3832
  }
@@ -3994,7 +4007,8 @@
3994
4007
  },
3995
4008
  "active": [
3996
4009
  {
3997
- "from": "2002-11-11T00:00:00.000Z"
4010
+ "from": "2002-11-11T00:00:00.000Z",
4011
+ "to": "2023-12-21T00:00:00.000Z"
3998
4012
  }
3999
4013
  ]
4000
4014
  }
@@ -4175,7 +4189,8 @@
4175
4189
  },
4176
4190
  "active": [
4177
4191
  {
4178
- "from": "2023-09-12T00:00:00.000Z"
4192
+ "from": "2023-09-12T00:00:00.000Z",
4193
+ "to": "2023-12-21T00:00:00.000Z"
4179
4194
  }
4180
4195
  ]
4181
4196
  }
@@ -13270,12 +13285,39 @@
13270
13285
  }
13271
13286
  },
13272
13287
  "32": {
13273
- "name": "Südtirol, Alto Adige",
13288
+ "names": {
13289
+ "de": "Südtirol",
13290
+ "it": "Alto Adige"
13291
+ },
13274
13292
  "days": {
13275
13293
  "easter 50": {
13276
13294
  "_name": "easter 50"
13277
13295
  }
13278
13296
  }
13297
+ },
13298
+ "52": {
13299
+ "names": {
13300
+ "it": "Toscana",
13301
+ "en": "Tuscany"
13302
+ },
13303
+ "regions": {
13304
+ "FI": {
13305
+ "names": {
13306
+ "it": "Firenze",
13307
+ "en": "Florence"
13308
+ },
13309
+ "days": {
13310
+ "06-24": {
13311
+ "name": {
13312
+ "it": "San Giovanni",
13313
+ "en": "Saint John"
13314
+ },
13315
+ "type": "optional",
13316
+ "note": "patron saint of Florence"
13317
+ }
13318
+ }
13319
+ }
13320
+ }
13279
13321
  }
13280
13322
  }
13281
13323
  },