date-holidays 3.16.3 → 3.16.6

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/lib/data.cjs CHANGED
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const data = {
6
- "version": "2022-07-30",
6
+ "version": "2022-09-11",
7
7
  "license": "CC-BY-SA-3",
8
8
  "holidays": {
9
9
  "AD": {
@@ -1110,6 +1110,11 @@ const data = {
1110
1110
  "12-26 and if saturday then next monday if sunday then next tuesday": {
1111
1111
  "substitute": true,
1112
1112
  "_name": "12-26"
1113
+ },
1114
+ "2022-09-22": {
1115
+ "name": {
1116
+ "en": "National Day of Mourning for Queen Elizabeth II"
1117
+ }
1113
1118
  }
1114
1119
  },
1115
1120
  "states": {
@@ -4891,7 +4896,7 @@ const data = {
4891
4896
  "08-01": {
4892
4897
  "name": {
4893
4898
  "de": "Bundesfeiertag",
4894
- "fr": "Fête nationnale",
4899
+ "fr": "Fête nationale",
4895
4900
  "it": "Giorno festivo federale"
4896
4901
  }
4897
4902
  },
@@ -5780,7 +5785,8 @@ const data = {
5780
5785
  "fr": "Restauration de la République",
5781
5786
  "en": "Restoration of the Republic"
5782
5787
  }
5783
- }
5788
+ },
5789
+ "3rd sunday after 09-01": false
5784
5790
  }
5785
5791
  },
5786
5792
  "JU": {
@@ -6129,6 +6135,12 @@ const data = {
6129
6135
  "08-15": {
6130
6136
  "_name": "08-15"
6131
6137
  },
6138
+ "2022-09-16": {
6139
+ "name": {
6140
+ "es": "Fiestas Patrias",
6141
+ "en": "National Holiday"
6142
+ }
6143
+ },
6132
6144
  "09-18": {
6133
6145
  "name": {
6134
6146
  "en": "National holiday",
@@ -6141,10 +6153,10 @@ const data = {
6141
6153
  "es": "Día de las Glorias del Ejército"
6142
6154
  }
6143
6155
  },
6144
- "10-12": {
6156
+ "10-12 if tuesday, wednesday, thursday, friday then previous monday": {
6145
6157
  "name": {
6146
6158
  "en": "Columbus Day",
6147
- "es": "Día del Descubrimiento de Dos Mundos"
6159
+ "es": "Encuentro de Dos Mundos"
6148
6160
  }
6149
6161
  },
6150
6162
  "10-31 if wednesday then next friday if tuesday then previous friday": {
@@ -7400,6 +7412,9 @@ const data = {
7400
7412
  "MV": {
7401
7413
  "name": "Mecklenburg Vorpommern",
7402
7414
  "days": {
7415
+ "03-08 since 2023": {
7416
+ "_name": "03-08"
7417
+ },
7403
7418
  "10-31": {
7404
7419
  "_name": "Reformation Day"
7405
7420
  }
@@ -9269,6 +9284,11 @@ const data = {
9269
9284
  "en": "Queen’s Platinum Jubilee"
9270
9285
  }
9271
9286
  },
9287
+ "2022-09-19": {
9288
+ "name": {
9289
+ "en": "Queen Elizabeth's Funeral Day"
9290
+ }
9291
+ },
9272
9292
  "3rd sunday in June": {
9273
9293
  "_name": "Fathers Day",
9274
9294
  "type": "observance"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "date-holidays",
3
- "version": "3.16.3",
3
+ "version": "3.16.6",
4
4
  "description": "worldwide holidays",
5
5
  "keywords": [
6
6
  "holidays",
@@ -35,6 +35,7 @@
35
35
  "Brandon Bay <brandon.bay@gmail.com>",
36
36
  "Brian Keifer <brian@valinor.net>",
37
37
  "Christian Schinnerl <Schinnerl.Christian@gmail.com>",
38
+ "Cristian Andrade <cr.andrade.m@gmail.com>",
38
39
  "Daichan <daichi.yasuda@asbloom.me>",
39
40
  "damon02 <damon@teqplay.nl>",
40
41
  "David Álvarez Navarro <david16an@gmail.com>",
@@ -61,6 +62,7 @@
61
62
  "Kane.Westwood <kane.westwood@moonpig.com>",
62
63
  "Kerstens Maxim <maxim.kerstens@gmail.com>",
63
64
  "Kevin Ley <3976145+kevinley@users.noreply.github.com>",
65
+ "Kevin Ley <ley.kevin@icloud.com>",
64
66
  "Kevin Samoei <samoeikev@gmail.com>",
65
67
  "Konstantinos Koukourakis <konstantinoskouk90@gmail.com>",
66
68
  "Leonidas Villeneuve <leonidas@leonidasv.com>",
@@ -200,20 +202,20 @@
200
202
  "prepin": "^1.0.3"
201
203
  },
202
204
  "devDependencies": {
203
- "@babel/cli": "^7.17.10",
204
- "@babel/core": "^7.18.0",
205
+ "@babel/cli": "^7.18.10",
206
+ "@babel/core": "^7.19.0",
205
207
  "@babel/polyfill": "^7.12.1",
206
- "@babel/preset-env": "^7.18.0",
207
- "@commitlint/cli": "^13.2.1",
208
- "@commitlint/config-conventional": "^13.2.0",
208
+ "@babel/preset-env": "^7.19.0",
209
+ "@commitlint/cli": "^17.1.2",
210
+ "@commitlint/config-conventional": "^17.1.0",
209
211
  "@mocha/contributors": "git+https://github.com/commenthol/contributors.git#semver:1.1.0-0",
210
212
  "babel-loader": "^8.2.5",
211
213
  "dtslint": "^4.2.1",
212
- "eslint": "^8.16.0",
214
+ "eslint": "^8.23.0",
213
215
  "eslint-config-standard": "^17.0.0",
214
216
  "eslint-plugin-import": "^2.26.0",
215
- "eslint-plugin-n": "^15.2.0",
216
- "eslint-plugin-promise": "^6.0.0",
217
+ "eslint-plugin-n": "^15.2.5",
218
+ "eslint-plugin-promise": "^6.0.1",
217
219
  "eslint-plugin-yml": "^0.15.0",
218
220
  "hashtree": "^0.7.0",
219
221
  "husky": "^8.0.1",
@@ -221,12 +223,12 @@
221
223
  "mocha": "^10.0.0",
222
224
  "npm-run-all": "^4.1.5",
223
225
  "rimraf": "^3.0.2",
224
- "rollup": "^2.74.1",
225
- "typescript": "^4.6.4",
226
+ "rollup": "^2.79.0",
227
+ "typescript": "^4.8.3",
226
228
  "watch-run": "^1.2.5",
227
- "webpack": "^5.72.1",
228
- "webpack-bundle-analyzer": "^4.5.0",
229
- "webpack-cli": "^4.9.2"
229
+ "webpack": "^5.74.0",
230
+ "webpack-bundle-analyzer": "^4.6.1",
231
+ "webpack-cli": "^4.10.0"
230
232
  },
231
233
  "engines": {
232
234
  "node": ">=12.0.0"
package/src/data.js CHANGED
@@ -1,5 +1,5 @@
1
1
  export const data = {
2
- version: '2022-07-30',
2
+ version: '2022-09-11',
3
3
  license: 'CC-BY-SA-3',
4
4
  holidays: {
5
5
  AD: {
@@ -1106,6 +1106,11 @@ export const data = {
1106
1106
  '12-26 and if saturday then next monday if sunday then next tuesday': {
1107
1107
  substitute: true,
1108
1108
  _name: '12-26'
1109
+ },
1110
+ '2022-09-22': {
1111
+ name: {
1112
+ en: 'National Day of Mourning for Queen Elizabeth II'
1113
+ }
1109
1114
  }
1110
1115
  },
1111
1116
  states: {
@@ -4887,7 +4892,7 @@ export const data = {
4887
4892
  '08-01': {
4888
4893
  name: {
4889
4894
  de: 'Bundesfeiertag',
4890
- fr: 'Fête nationnale',
4895
+ fr: 'Fête nationale',
4891
4896
  it: 'Giorno festivo federale'
4892
4897
  }
4893
4898
  },
@@ -5776,7 +5781,8 @@ export const data = {
5776
5781
  fr: 'Restauration de la République',
5777
5782
  en: 'Restoration of the Republic'
5778
5783
  }
5779
- }
5784
+ },
5785
+ '3rd sunday after 09-01': false
5780
5786
  }
5781
5787
  },
5782
5788
  JU: {
@@ -6125,6 +6131,12 @@ export const data = {
6125
6131
  '08-15': {
6126
6132
  _name: '08-15'
6127
6133
  },
6134
+ '2022-09-16': {
6135
+ name: {
6136
+ es: 'Fiestas Patrias',
6137
+ en: 'National Holiday'
6138
+ }
6139
+ },
6128
6140
  '09-18': {
6129
6141
  name: {
6130
6142
  en: 'National holiday',
@@ -6137,10 +6149,10 @@ export const data = {
6137
6149
  es: 'Día de las Glorias del Ejército'
6138
6150
  }
6139
6151
  },
6140
- '10-12': {
6152
+ '10-12 if tuesday, wednesday, thursday, friday then previous monday': {
6141
6153
  name: {
6142
6154
  en: 'Columbus Day',
6143
- es: 'Día del Descubrimiento de Dos Mundos'
6155
+ es: 'Encuentro de Dos Mundos'
6144
6156
  }
6145
6157
  },
6146
6158
  '10-31 if wednesday then next friday if tuesday then previous friday': {
@@ -7396,6 +7408,9 @@ export const data = {
7396
7408
  MV: {
7397
7409
  name: 'Mecklenburg Vorpommern',
7398
7410
  days: {
7411
+ '03-08 since 2023': {
7412
+ _name: '03-08'
7413
+ },
7399
7414
  '10-31': {
7400
7415
  _name: 'Reformation Day'
7401
7416
  }
@@ -9265,6 +9280,11 @@ export const data = {
9265
9280
  en: 'Queen’s Platinum Jubilee'
9266
9281
  }
9267
9282
  },
9283
+ '2022-09-19': {
9284
+ name: {
9285
+ en: "Queen Elizabeth's Funeral Day"
9286
+ }
9287
+ },
9268
9288
  '3rd sunday in June': {
9269
9289
  _name: 'Fathers Day',
9270
9290
  type: 'observance'