date-holidays 3.19.2 → 3.21.0

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": "2023-05-12",
6
+ "version": "2023-06-03",
7
7
  "license": "CC-BY-SA-3",
8
8
  "holidays": {
9
9
  "AD": {
@@ -14346,6 +14346,12 @@ const data = {
14346
14346
  },
14347
14347
  "12-31": {
14348
14348
  "_name": "12-31"
14349
+ },
14350
+ "2023-05-29": {
14351
+ "name": {
14352
+ "en": "Bronze medal of the Latvian hockey team at the 2023 World Hockey Championship",
14353
+ "lv": "Latvijas hokeja komandas 2023. gada Pasaules hokeja čempionātā bronzas medaļa"
14354
+ }
14349
14355
  }
14350
14356
  }
14351
14357
  },
@@ -16944,7 +16950,8 @@ const data = {
16944
16950
  "name": {
16945
16951
  "no": "H.M. kong Harald V",
16946
16952
  "en": "Birthday of King Harald V"
16947
- }
16953
+ },
16954
+ "type": "observance"
16948
16955
  },
16949
16956
  "easter -49": {
16950
16957
  "name": {
@@ -22628,7 +22635,7 @@ const data = {
22628
22635
  "en": "President's Day"
22629
22636
  }
22630
22637
  },
22631
- "friday before 1st monday before 06-01": {
22638
+ "friday before 1st monday before 06-01 since 2009 and prior to 2016": {
22632
22639
  "name": {
22633
22640
  "en": "Service Reduction Day"
22634
22641
  }
@@ -23250,10 +23257,13 @@ const data = {
23250
23257
  "en": "George Washington Day"
23251
23258
  }
23252
23259
  },
23253
- "friday before 3rd monday in January": {
23260
+ "friday before 3rd monday in January prior to 2021": {
23254
23261
  "name": {
23255
23262
  "en": "Lee–Jackson Day"
23256
23263
  }
23264
+ },
23265
+ "tuesday after 1st monday in November in even years since 2020": {
23266
+ "name": "Election Day"
23257
23267
  }
23258
23268
  }
23259
23269
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "date-holidays",
3
- "version": "3.19.2",
3
+ "version": "3.21.0",
4
4
  "description": "worldwide holidays",
5
5
  "keywords": [
6
6
  "holidays",
@@ -55,6 +55,7 @@
55
55
  "Goran Martinjak <goran@netgen.hr>",
56
56
  "Guillaume Bisch <guillaume@sqrd.com>",
57
57
  "Gustavo de Paula <dev@dpgu.me>",
58
+ "Håkon Holhjem <haakon@holhjem.net>",
58
59
  "Harry Ankers <harrison.ankers@tractable.ai>",
59
60
  "havardnyboe <40893697+havardnyboe@users.noreply.github.com>",
60
61
  "Humam Aziz Romdhoni <anaktampan@live.com>",
@@ -215,16 +216,16 @@
215
216
  },
216
217
  "devDependencies": {
217
218
  "@babel/cli": "^7.21.5",
218
- "@babel/core": "^7.21.8",
219
+ "@babel/core": "^7.22.1",
219
220
  "@babel/polyfill": "^7.12.1",
220
- "@babel/preset-env": "^7.21.5",
221
- "@commitlint/cli": "^17.6.3",
222
- "@commitlint/config-conventional": "^17.6.3",
221
+ "@babel/preset-env": "^7.22.4",
222
+ "@commitlint/cli": "^17.6.5",
223
+ "@commitlint/config-conventional": "^17.6.5",
223
224
  "@mocha/contributors": "git+https://github.com/commenthol/contributors.git#semver:1.1.0-0",
224
225
  "babel-loader": "^9.1.2",
225
226
  "dtslint": "^4.2.1",
226
- "eslint": "^8.40.0",
227
- "eslint-config-standard": "^17.0.0",
227
+ "eslint": "^8.42.0",
228
+ "eslint-config-standard": "^17.1.0",
228
229
  "eslint-plugin-import": "^2.27.5",
229
230
  "eslint-plugin-n": "^15.7.0",
230
231
  "eslint-plugin-promise": "^6.1.1",
@@ -234,12 +235,12 @@
234
235
  "markedpp": "^1.2.0",
235
236
  "mocha": "^10.2.0",
236
237
  "npm-run-all": "^4.1.5",
237
- "rimraf": "^5.0.0",
238
+ "rimraf": "^5.0.1",
238
239
  "rollup": "^2.79.1",
239
- "typescript": "^5.0.4",
240
+ "typescript": "^5.1.3",
240
241
  "watch-run": "^1.2.5",
241
- "webpack": "^5.82.1",
242
- "webpack-bundle-analyzer": "^4.8.0",
242
+ "webpack": "^5.85.0",
243
+ "webpack-bundle-analyzer": "^4.9.0",
243
244
  "webpack-cli": "^5.1.1"
244
245
  },
245
246
  "engines": {
package/src/data.js CHANGED
@@ -1,5 +1,5 @@
1
1
  export const data = {
2
- version: '2023-05-12',
2
+ version: '2023-06-03',
3
3
  license: 'CC-BY-SA-3',
4
4
  holidays: {
5
5
  AD: {
@@ -14342,6 +14342,12 @@ export const data = {
14342
14342
  },
14343
14343
  '12-31': {
14344
14344
  _name: '12-31'
14345
+ },
14346
+ '2023-05-29': {
14347
+ name: {
14348
+ en: 'Bronze medal of the Latvian hockey team at the 2023 World Hockey Championship',
14349
+ lv: 'Latvijas hokeja komandas 2023. gada Pasaules hokeja čempionātā bronzas medaļa'
14350
+ }
14345
14351
  }
14346
14352
  }
14347
14353
  },
@@ -16940,7 +16946,8 @@ export const data = {
16940
16946
  name: {
16941
16947
  no: 'H.M. kong Harald V',
16942
16948
  en: 'Birthday of King Harald V'
16943
- }
16949
+ },
16950
+ type: 'observance'
16944
16951
  },
16945
16952
  'easter -49': {
16946
16953
  name: {
@@ -22624,7 +22631,7 @@ export const data = {
22624
22631
  en: "President's Day"
22625
22632
  }
22626
22633
  },
22627
- 'friday before 1st monday before 06-01': {
22634
+ 'friday before 1st monday before 06-01 since 2009 and prior to 2016': {
22628
22635
  name: {
22629
22636
  en: 'Service Reduction Day'
22630
22637
  }
@@ -23246,10 +23253,13 @@ export const data = {
23246
23253
  en: 'George Washington Day'
23247
23254
  }
23248
23255
  },
23249
- 'friday before 3rd monday in January': {
23256
+ 'friday before 3rd monday in January prior to 2021': {
23250
23257
  name: {
23251
23258
  en: 'Lee–Jackson Day'
23252
23259
  }
23260
+ },
23261
+ 'tuesday after 1st monday in November in even years since 2020': {
23262
+ name: 'Election Day'
23253
23263
  }
23254
23264
  }
23255
23265
  },