date-holidays 3.23.20 → 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,15 @@
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
+
7
+ ## [3.23.21](https://github.com/commenthol/date-holidays/compare/3.23.20...3.23.21) (2025-02-09)
8
+
9
+ - fix(SG): Public holidays 2025 update [f240bce6](https://github.com/commenthol/date-holidays/commit/f240bce69381f39cf1600f23b92f8ea776b799a4)
10
+ - fix(SG): Update dates of SG public holidays hari raya [7fee91d3](https://github.com/commenthol/date-holidays/commit/7fee91d343e67c7d39e545a9f9444f038bdb595d)
11
+ - fix(PL): yaml whitespace [32acb999](https://github.com/commenthol/date-holidays/commit/32acb99952f986fbaa364273b29eef2f49751da0)
12
+
3
13
  ## [3.24.0](https://github.com/commenthol/date-holidays/compare/3.23.19...3.24.0) (2025-02-01)
4
14
 
5
15
  - feat(PL, #512): add non-public holidays [2282059c](https://github.com/commenthol/date-holidays/commit/2282059c5e1ef2a2c3f7279913e7cc6bb081f729)
package/LICENSE CHANGED
@@ -114,6 +114,7 @@ https://en.wikipedia.org/wiki/Public_holidays_in_Norway
114
114
  https://en.wikipedia.org/wiki/Public_holidays_in_Panama
115
115
  https://en.wikipedia.org/wiki/Public_holidays_in_Paraguay
116
116
  https://en.wikipedia.org/wiki/Public_holidays_in_Peru
117
+ https://en.wikipedia.org/wiki/Public_holidays_in_Poland
117
118
  https://en.wikipedia.org/wiki/Public_holidays_in_Puerto_Rico
118
119
  https://en.wikipedia.org/wiki/Public_holidays_in_Romania
119
120
  https://en.wikipedia.org/wiki/Public_holidays_in_Russia
@@ -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
@@ -95,7 +95,7 @@ holidays:
95
95
  easter 1:
96
96
  _name: easter 1
97
97
  04-19:
98
- name:
98
+ name:
99
99
  pl: Dzień Pamięci Ofiar Holocaustu i Powstania w Getcie Warszawskim
100
100
  en: Warsaw Ghetto Uprising Remembrance Day
101
101
  type: observance
@@ -163,7 +163,7 @@ holidays:
163
163
  type: observance
164
164
  note: National holiday, although not a public holiday
165
165
  09-01:
166
- name:
166
+ name:
167
167
  pl: Rocznica wybuchu II wojny światowej
168
168
  en: Anniversary of the outbreak of the Second World War in Poland
169
169
  type: observance
@@ -60,10 +60,12 @@ holidays:
60
60
  - "2022-05-02"
61
61
  - "2023-04-21"
62
62
  - "2024-04-09"
63
+ - "2025-03-30"
63
64
  enable:
64
65
  - "2022-05-03"
65
66
  - "2023-04-22"
66
67
  - "2024-04-10"
68
+ - "2025-03-31"
67
69
  10 Dhu al-Hijjah:
68
70
  _name: 10 Dhu al-Hijjah
69
71
  name:
@@ -75,10 +77,12 @@ holidays:
75
77
  - "2022-07-09"
76
78
  - "2023-06-28"
77
79
  - "2024-06-29"
80
+ - "2025-06-06"
78
81
  enable:
79
82
  - "2022-07-10"
80
83
  - "2023-06-29"
81
84
  - "2024-06-17"
85
+ - "2025-06-07"
82
86
  # @attrib https://en.wikipedia.org/wiki/Vesak
83
87
  # date if sunday then next monday
84
88
  "2001-05-07":
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2025-02-01",
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": {
@@ -20040,12 +20064,14 @@
20040
20064
  "disable": [
20041
20065
  "2022-05-02",
20042
20066
  "2023-04-21",
20043
- "2024-04-09"
20067
+ "2024-04-09",
20068
+ "2025-03-30"
20044
20069
  ],
20045
20070
  "enable": [
20046
20071
  "2022-05-03",
20047
20072
  "2023-04-22",
20048
- "2024-04-10"
20073
+ "2024-04-10",
20074
+ "2025-03-31"
20049
20075
  ]
20050
20076
  },
20051
20077
  "10 Dhu al-Hijjah": {
@@ -20056,12 +20082,14 @@
20056
20082
  "disable": [
20057
20083
  "2022-07-09",
20058
20084
  "2023-06-28",
20059
- "2024-06-29"
20085
+ "2024-06-29",
20086
+ "2025-06-06"
20060
20087
  ],
20061
20088
  "enable": [
20062
20089
  "2022-07-10",
20063
20090
  "2023-06-29",
20064
- "2024-06-17"
20091
+ "2024-06-17",
20092
+ "2025-06-07"
20065
20093
  ]
20066
20094
  },
20067
20095
  "2001-05-07": {