date-holidays 3.16.11 → 3.16.13

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-11-20",
6
+ "version": "2022-12-17",
7
7
  "license": "CC-BY-SA-3",
8
8
  "holidays": {
9
9
  "AD": {
@@ -9598,6 +9598,11 @@ const data = {
9598
9598
  "en": "Queen Elizabeth's Funeral Day"
9599
9599
  }
9600
9600
  },
9601
+ "2023-05-08": {
9602
+ "name": {
9603
+ "en": "King Charles III's Coronation"
9604
+ }
9605
+ },
9601
9606
  "3rd sunday in June": {
9602
9607
  "_name": "Fathers Day",
9603
9608
  "type": "observance"
@@ -18802,10 +18807,12 @@ const data = {
18802
18807
  "en": "Hari Raya Puasa"
18803
18808
  },
18804
18809
  "disable": [
18805
- "2022-05-02"
18810
+ "2022-05-02",
18811
+ "2023-04-21"
18806
18812
  ],
18807
18813
  "enable": [
18808
- "2022-05-03"
18814
+ "2022-05-03",
18815
+ "2023-04-22"
18809
18816
  ]
18810
18817
  },
18811
18818
  "10 Dhu al-Hijjah": {
@@ -18814,10 +18821,12 @@ const data = {
18814
18821
  "en": "Hari Raya Haji"
18815
18822
  },
18816
18823
  "disable": [
18817
- "2022-07-09"
18824
+ "2022-07-09",
18825
+ "2023-06-28"
18818
18826
  ],
18819
18827
  "enable": [
18820
- "2022-07-10"
18828
+ "2022-07-10",
18829
+ "2023-06-29"
18821
18830
  ]
18822
18831
  },
18823
18832
  "2001-05-07": {
@@ -18894,7 +18903,7 @@ const data = {
18894
18903
  "substitute": true,
18895
18904
  "_name": "Vesak"
18896
18905
  },
18897
- "2023-05-05": {
18906
+ "2023-06-03": {
18898
18907
  "_name": "Vesak"
18899
18908
  },
18900
18909
  "2024-05-23": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "date-holidays",
3
- "version": "3.16.11",
3
+ "version": "3.16.13",
4
4
  "description": "worldwide holidays",
5
5
  "keywords": [
6
6
  "holidays",
@@ -51,6 +51,7 @@
51
51
  "germain-receeve <53000086+germain-receeve@users.noreply.github.com>",
52
52
  "Goran Martinjak <goran@netgen.hr>",
53
53
  "Guillaume Bisch <guillaume@sqrd.com>",
54
+ "Harry Ankers <harrison.ankers@tractable.ai>",
54
55
  "Humam Aziz Romdhoni <anaktampan@live.com>",
55
56
  "Jack Zhang <18542127+jk1z@users.noreply.github.com>",
56
57
  "JAlexander <roodrallec@users.noreply.github.com>",
@@ -199,7 +200,7 @@
199
200
  "reporter": "dot"
200
201
  },
201
202
  "dependencies": {
202
- "date-holidays-parser": "^3.4.2",
203
+ "date-holidays-parser": "^3.4.3",
203
204
  "js-yaml": "^4.1.0",
204
205
  "lodash.omit": "^4.5.0",
205
206
  "lodash.pick": "^4.4.0",
@@ -207,28 +208,28 @@
207
208
  },
208
209
  "devDependencies": {
209
210
  "@babel/cli": "^7.19.3",
210
- "@babel/core": "^7.20.2",
211
+ "@babel/core": "^7.20.5",
211
212
  "@babel/polyfill": "^7.12.1",
212
213
  "@babel/preset-env": "^7.20.2",
213
- "@commitlint/cli": "^17.2.0",
214
- "@commitlint/config-conventional": "^17.2.0",
214
+ "@commitlint/cli": "^17.3.0",
215
+ "@commitlint/config-conventional": "^17.3.0",
215
216
  "@mocha/contributors": "git+https://github.com/commenthol/contributors.git#semver:1.1.0-0",
216
217
  "babel-loader": "^9.1.0",
217
218
  "dtslint": "^4.2.1",
218
- "eslint": "^8.28.0",
219
+ "eslint": "^8.30.0",
219
220
  "eslint-config-standard": "^17.0.0",
220
221
  "eslint-plugin-import": "^2.26.0",
221
- "eslint-plugin-n": "^15.5.1",
222
+ "eslint-plugin-n": "^15.6.0",
222
223
  "eslint-plugin-promise": "^6.1.1",
223
224
  "eslint-plugin-yml": "^0.15.0",
224
225
  "hashtree": "^0.7.0",
225
226
  "husky": "^8.0.2",
226
227
  "markedpp": "^1.1.0",
227
- "mocha": "^10.1.0",
228
+ "mocha": "^10.2.0",
228
229
  "npm-run-all": "^4.1.5",
229
230
  "rimraf": "^3.0.2",
230
231
  "rollup": "^2.79.1",
231
- "typescript": "^4.9.3",
232
+ "typescript": "^4.9.4",
232
233
  "watch-run": "^1.2.5",
233
234
  "webpack": "^5.75.0",
234
235
  "webpack-bundle-analyzer": "^4.7.0",
package/src/data.js CHANGED
@@ -1,5 +1,5 @@
1
1
  export const data = {
2
- version: '2022-11-20',
2
+ version: '2022-12-17',
3
3
  license: 'CC-BY-SA-3',
4
4
  holidays: {
5
5
  AD: {
@@ -9594,6 +9594,11 @@ export const data = {
9594
9594
  en: "Queen Elizabeth's Funeral Day"
9595
9595
  }
9596
9596
  },
9597
+ '2023-05-08': {
9598
+ name: {
9599
+ en: "King Charles III's Coronation"
9600
+ }
9601
+ },
9597
9602
  '3rd sunday in June': {
9598
9603
  _name: 'Fathers Day',
9599
9604
  type: 'observance'
@@ -18798,10 +18803,12 @@ export const data = {
18798
18803
  en: 'Hari Raya Puasa'
18799
18804
  },
18800
18805
  disable: [
18801
- '2022-05-02'
18806
+ '2022-05-02',
18807
+ '2023-04-21'
18802
18808
  ],
18803
18809
  enable: [
18804
- '2022-05-03'
18810
+ '2022-05-03',
18811
+ '2023-04-22'
18805
18812
  ]
18806
18813
  },
18807
18814
  '10 Dhu al-Hijjah': {
@@ -18810,10 +18817,12 @@ export const data = {
18810
18817
  en: 'Hari Raya Haji'
18811
18818
  },
18812
18819
  disable: [
18813
- '2022-07-09'
18820
+ '2022-07-09',
18821
+ '2023-06-28'
18814
18822
  ],
18815
18823
  enable: [
18816
- '2022-07-10'
18824
+ '2022-07-10',
18825
+ '2023-06-29'
18817
18826
  ]
18818
18827
  },
18819
18828
  '2001-05-07': {
@@ -18890,7 +18899,7 @@ export const data = {
18890
18899
  substitute: true,
18891
18900
  _name: 'Vesak'
18892
18901
  },
18893
- '2023-05-05': {
18902
+ '2023-06-03': {
18894
18903
  _name: 'Vesak'
18895
18904
  },
18896
18905
  '2024-05-23': {