date-holidays 3.23.21 → 3.23.22

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,9 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.23.22](https://github.com/commenthol/date-holidays/compare/3.23.21...3.23.22) (2025-02-16)
4
+
5
+ - fix(MX): correct Mexican holiday definitions, prevent duplicate occurrences. [ce467d88](https://github.com/commenthol/date-holidays/commit/ce467d888ea0e822c57e1fd4918937b9cb8453a9)
6
+
3
7
  ## [3.23.21](https://github.com/commenthol/date-holidays/compare/3.23.20...3.23.21) (2025-02-09)
4
8
 
5
9
  - fix(SG): Public holidays 2025 update [f240bce6](https://github.com/commenthol/date-holidays/commit/f240bce69381f39cf1600f23b92f8ea776b799a4)
@@ -14,6 +14,9 @@ holidays:
14
14
  #
15
15
  # For convenience, here is the same 2019 bank information condensed and in English:
16
16
  # @source http://www.banxico.org.mx/financial-system/d/%7B78042524-F8E9-89EB-9A8E-FD40D0CBCF40%7D.pdf
17
+ #
18
+ # Three holidays that shifted to Monday observances in 2006 and 2007:
19
+ # @source https://www.gob.mx/cms/uploads/attachment/file/156203/1044_Ley_Federal_del_Trabajo.pdf
17
20
  MX:
18
21
  names:
19
22
  es: México
@@ -39,18 +42,24 @@ holidays:
39
42
  _name: 01-01
40
43
  02-05:
41
44
  _name: Constitution Day
45
+ active:
46
+ - to: 2006-01-17
42
47
  1st monday in February:
43
- name:
44
- en: Constitution Day (day off)
45
- es: Día de la Constitución (día libre)
48
+ _name: Constitution Day
49
+ active:
50
+ - from: 2006-01-18
46
51
  03-21:
47
52
  name:
48
53
  en: Benito Juárez's birthday
49
54
  es: Natalicio de Benito Juárez
55
+ active:
56
+ - to: 2006-12-31
50
57
  3rd monday in March:
51
58
  name:
52
- en: Benito Juárez's birthday (day off)
53
- es: Natalicio de Benito Juárez (día libre)
59
+ en: Benito Juárez's birthday
60
+ es: Natalicio de Benito Juárez
61
+ active:
62
+ - from: 2007-01-01
54
63
  easter -3:
55
64
  _name: easter -3
56
65
  type: bank
@@ -69,10 +78,12 @@ holidays:
69
78
  type: bank
70
79
  11-20:
71
80
  _name: Revolution Day
81
+ active:
82
+ - to: 2006-01-17
72
83
  3rd monday in November:
73
- name:
74
- en: Revolution Day (day off)
75
- es: Día de la Revolución (día libre)
84
+ _name: Revolution Day
85
+ active:
86
+ - from: 2006-01-18
76
87
  12-01 every 6 years since 1934:
77
88
  name:
78
89
  en: Change of Federal Government
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2025-02-09",
2
+ "version": "2025-02-16",
3
3
  "license": "CC-BY-SA-3",
4
4
  "holidays": {
5
5
  "AD": {
@@ -16031,25 +16031,42 @@
16031
16031
  "_name": "01-01"
16032
16032
  },
16033
16033
  "02-05": {
16034
- "_name": "Constitution Day"
16034
+ "_name": "Constitution Day",
16035
+ "active": [
16036
+ {
16037
+ "to": "2006-01-17T00:00:00.000Z"
16038
+ }
16039
+ ]
16035
16040
  },
16036
16041
  "1st monday in February": {
16037
- "name": {
16038
- "en": "Constitution Day (day off)",
16039
- "es": "Día de la Constitución (día libre)"
16040
- }
16042
+ "_name": "Constitution Day",
16043
+ "active": [
16044
+ {
16045
+ "from": "2006-01-18T00:00:00.000Z"
16046
+ }
16047
+ ]
16041
16048
  },
16042
16049
  "03-21": {
16043
16050
  "name": {
16044
16051
  "en": "Benito Juárez's birthday",
16045
16052
  "es": "Natalicio de Benito Juárez"
16046
- }
16053
+ },
16054
+ "active": [
16055
+ {
16056
+ "to": "2006-12-31T00:00:00.000Z"
16057
+ }
16058
+ ]
16047
16059
  },
16048
16060
  "3rd monday in March": {
16049
16061
  "name": {
16050
- "en": "Benito Juárez's birthday (day off)",
16051
- "es": "Natalicio de Benito Juárez (día libre)"
16052
- }
16062
+ "en": "Benito Juárez's birthday",
16063
+ "es": "Natalicio de Benito Juárez"
16064
+ },
16065
+ "active": [
16066
+ {
16067
+ "from": "2007-01-01T00:00:00.000Z"
16068
+ }
16069
+ ]
16053
16070
  },
16054
16071
  "easter -3": {
16055
16072
  "_name": "easter -3",
@@ -16074,13 +16091,20 @@
16074
16091
  "type": "bank"
16075
16092
  },
16076
16093
  "11-20": {
16077
- "_name": "Revolution Day"
16094
+ "_name": "Revolution Day",
16095
+ "active": [
16096
+ {
16097
+ "to": "2006-01-17T00:00:00.000Z"
16098
+ }
16099
+ ]
16078
16100
  },
16079
16101
  "3rd monday in November": {
16080
- "name": {
16081
- "en": "Revolution Day (day off)",
16082
- "es": "Día de la Revolución (día libre)"
16083
- }
16102
+ "_name": "Revolution Day",
16103
+ "active": [
16104
+ {
16105
+ "from": "2006-01-18T00:00:00.000Z"
16106
+ }
16107
+ ]
16084
16108
  },
16085
16109
  "12-01 every 6 years since 1934": {
16086
16110
  "name": {