Commit Graph

51 Commits

Author SHA1 Message Date
Hugo Bernier 5716debf66
Merge branch 'main' into dependabot/npm_and_yarn/samples/react-calendar/async-2.6.4 2024-08-09 10:23:00 -04:00
dependabot[bot] 2a8acfed71
Bump axios and @microsoft/sp-build-web in /samples/react-calendar
Removes [axios](https://github.com/axios/axios). It's no longer used after updating ancestor dependency [@microsoft/sp-build-web](http://aka.ms/spfx). These dependencies need to be updated together.


Removes `axios`

Updates `@microsoft/sp-build-web` from 1.12.1 to 1.20.1

---
updated-dependencies:
- dependency-name: axios
  dependency-type: indirect
- dependency-name: "@microsoft/sp-build-web"
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-15 02:12:14 +00:00
dependabot[bot] 05c7b8b81e
Bump async from 2.6.3 to 2.6.4 in /samples/react-calendar
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4.
- [Release notes](https://github.com/caolan/async/releases)
- [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md)
- [Commits](https://github.com/caolan/async/compare/v2.6.3...v2.6.4)

---
updated-dependencies:
- dependency-name: async
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-15 02:08:23 +00:00
Hugo Bernier 38442a56f1 Merge branch 'pr/5176' 2024-07-14 22:01:07 -04:00
Mohammad Amer 582b805eea added filter by category to events.
#3660
#5175
2024-06-28 10:20:29 +03:00
dependabot[bot] 02eb412fde
Bump ejs and webpack-bundle-analyzer in /samples/react-calendar
Removes [ejs](https://github.com/mde/ejs). It's no longer used after updating ancestor dependency [webpack-bundle-analyzer](https://github.com/webpack-contrib/webpack-bundle-analyzer). These dependencies need to be updated together.


Removes `ejs`

Updates `webpack-bundle-analyzer` from 3.3.2 to 4.10.2
- [Changelog](https://github.com/webpack-contrib/webpack-bundle-analyzer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/webpack-bundle-analyzer/compare/v3.3.2...v4.10.2)

---
updated-dependencies:
- dependency-name: ejs
  dependency-type: indirect
- dependency-name: webpack-bundle-analyzer
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-01 11:23:09 +00:00
Hugo Bernier 0a7619801b
Merge pull request #4843 from pnp/dependabot/npm_and_yarn/samples/react-calendar/follow-redirects-1.15.6 2024-03-25 22:09:59 -04:00
dependabot[bot] 96330ff623
Bump webpack-dev-middleware in /samples/react-calendar
Bumps [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) from 5.3.3 to 5.3.4.
- [Release notes](https://github.com/webpack/webpack-dev-middleware/releases)
- [Changelog](https://github.com/webpack/webpack-dev-middleware/blob/v5.3.4/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-dev-middleware/compare/v5.3.3...v5.3.4)

---
updated-dependencies:
- dependency-name: webpack-dev-middleware
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-23 21:13:40 +00:00
dependabot[bot] 43f6143d20
Bump follow-redirects from 1.15.4 to 1.15.6 in /samples/react-calendar
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.4 to 1.15.6.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.4...v1.15.6)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-16 16:48:52 +00:00
dependabot[bot] ab8fffa472
Bump es5-ext from 0.10.53 to 0.10.63 in /samples/react-calendar
Bumps [es5-ext](https://github.com/medikoo/es5-ext) from 0.10.53 to 0.10.63.
- [Release notes](https://github.com/medikoo/es5-ext/releases)
- [Changelog](https://github.com/medikoo/es5-ext/blob/main/CHANGELOG.md)
- [Commits](https://github.com/medikoo/es5-ext/compare/v0.10.53...v0.10.63)

---
updated-dependencies:
- dependency-name: es5-ext
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-27 09:41:22 +00:00
dependabot[bot] 7c2f118ddd
Bump follow-redirects from 1.15.3 to 1.15.4 in /samples/react-calendar
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.3 to 1.15.4.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.3...v1.15.4)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-11 02:46:59 +00:00
dependabot[bot] a8f8962314
Bump axios and @microsoft/sp-build-web in /samples/react-calendar
Removes [axios](https://github.com/axios/axios). It's no longer used after updating ancestor dependency [@microsoft/sp-build-web](http://aka.ms/spfx). These dependencies need to be updated together.


Removes `axios`

Updates `@microsoft/sp-build-web` from 1.12.1 to 1.18.2

---
updated-dependencies:
- dependency-name: axios
  dependency-type: indirect
- dependency-name: "@microsoft/sp-build-web"
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-29 19:14:24 +00:00
mohammadamer e7ba1e3718 stylelint issue and upgraded Type script version.
#4029
2023-12-29 16:04:58 +00:00
dependabot[bot] 81d5a1d2c9
Bump browserify-sign from 4.2.1 to 4.2.2 in /samples/react-calendar
Bumps [browserify-sign](https://github.com/crypto-browserify/browserify-sign) from 4.2.1 to 4.2.2.
- [Changelog](https://github.com/browserify/browserify-sign/blob/main/CHANGELOG.md)
- [Commits](https://github.com/crypto-browserify/browserify-sign/compare/v4.2.1...v4.2.2)

---
updated-dependencies:
- dependency-name: browserify-sign
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-27 20:43:11 +00:00
Hugo Bernier 32b8a45607
Merge pull request #4272 from pnp/dependabot/npm_and_yarn/samples/react-calendar/lodash-and-pnp/spfx-controls-react-4.17.21
bump lodash and @pnp/spfx-controls-react in /samples/react-calendar
2023-10-25 21:04:03 -04:00
dependabot[bot] 925ef7e5dd
bump lodash and @pnp/spfx-controls-react in /samples/react-calendar
---
updated-dependencies:
- dependency-name: lodash
  dependency-type: indirect
- dependency-name: "@pnp/spfx-controls-react"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-25 23:41:28 +00:00
dependabot[bot] 64ad3f4773
Bump lodash-es from 4.17.15 to 4.17.21 in /samples/react-calendar
Bumps [lodash-es](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.21)

---
updated-dependencies:
- dependency-name: lodash-es
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-24 21:46:39 +00:00
Hugo Bernier 345c909965 Added node version, fixed conflicts 2023-10-23 11:04:22 -04:00
dependabot[bot] 1eb12b1fe3
Bump postcss and @microsoft/sp-build-web in /samples/react-calendar
Bumps [postcss](https://github.com/postcss/postcss) to 8.4.31 and updates ancestor dependency [@microsoft/sp-build-web](http://aka.ms/spfx). These dependencies need to be updated together.


Updates `postcss` from 8.4.25 to 8.4.31
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.25...8.4.31)

Updates `@microsoft/sp-build-web` from 1.12.1 to 1.18.0

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: indirect
- dependency-name: "@microsoft/sp-build-web"
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-03 18:59:07 +00:00
dependabot[bot] 7ce12504d0
Bump stylelint from 9.10.1 to 15.10.1 in /samples/react-calendar
Bumps [stylelint](https://github.com/stylelint/stylelint) from 9.10.1 to 15.10.1.
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/9.10.1...15.10.1)

---
updated-dependencies:
- dependency-name: stylelint
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-07 22:53:54 +00:00
dependabot[bot] ab90d11378
Bump xml2js from 0.4.19 to 0.5.0 in /samples/react-calendar
Bumps [xml2js](https://github.com/Leonidas-from-XIV/node-xml2js) from 0.4.19 to 0.5.0.
- [Release notes](https://github.com/Leonidas-from-XIV/node-xml2js/releases)
- [Commits](https://github.com/Leonidas-from-XIV/node-xml2js/compare/0.4.19...0.5.0)

---
updated-dependencies:
- dependency-name: xml2js
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-10 19:17:35 +00:00
dependabot[bot] 2a42fdc8f3
Bump jquery from 3.4.0 to 3.5.0 in /samples/react-calendar
Bumps [jquery](https://github.com/jquery/jquery) from 3.4.0 to 3.5.0.
- [Release notes](https://github.com/jquery/jquery/releases)
- [Commits](https://github.com/jquery/jquery/compare/3.4.0...3.5.0)

---
updated-dependencies:
- dependency-name: jquery
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-01 11:54:02 +00:00
dependabot[bot] 362cb48feb
Bump minimist from 1.2.5 to 1.2.8 in /samples/react-calendar
Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8.
- [Release notes](https://github.com/minimistjs/minimist/releases)
- [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md)
- [Commits](https://github.com/minimistjs/minimist/compare/v1.2.5...v1.2.8)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-07 00:43:55 +00:00
dependabot[bot] 09db938381 Bump ua-parser-js from 0.7.31 to 0.7.33 in /samples/react-calendar
Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.31 to 0.7.33.
- [Release notes](https://github.com/faisalman/ua-parser-js/releases)
- [Changelog](https://github.com/faisalman/ua-parser-js/blob/master/changelog.md)
- [Commits](https://github.com/faisalman/ua-parser-js/compare/0.7.31...0.7.33)

---
updated-dependencies:
- dependency-name: ua-parser-js
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-26 09:14:48 -05:00
dependabot[bot] e26490fce6
Bump decode-uri-component from 0.2.0 to 0.2.2 in /samples/react-calendar
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
- [Commits](https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2)

---
updated-dependencies:
- dependency-name: decode-uri-component
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-31 03:54:46 +00:00
Abderahman88 1ca000ecf8 Merge branch 'main' of https://github.com/pnp/sp-dev-fx-webparts into patch-2693 2022-10-25 23:11:43 +02:00
dependabot[bot] 5223fa920d
Bump jszip and @microsoft/sp-build-web in /samples/react-calendar
Bumps [jszip](https://github.com/Stuk/jszip) and [@microsoft/sp-build-web](http://aka.ms/spfx). These dependencies needed to be updated together.

Updates `jszip` from 2.5.0 to 3.7.1
- [Release notes](https://github.com/Stuk/jszip/releases)
- [Changelog](https://github.com/Stuk/jszip/blob/main/CHANGES.md)
- [Commits](https://github.com/Stuk/jszip/compare/v2.5.0...v3.7.1)

Updates `@microsoft/sp-build-web` from 1.12.1 to 1.15.2

---
updated-dependencies:
- dependency-name: jszip
  dependency-type: indirect
- dependency-name: "@microsoft/sp-build-web"
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-13 14:32:46 +00:00
dependabot[bot] 1d3205252b
Bump terser from 4.8.0 to 4.8.1 in /samples/react-calendar
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/commits)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-28 02:06:10 +00:00
dependabot[bot] 98d76b236d
Bump eventsource from 1.1.0 to 1.1.1 in /samples/react-calendar
Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/EventSource/eventsource/releases)
- [Changelog](https://github.com/EventSource/eventsource/blob/master/HISTORY.md)
- [Commits](https://github.com/EventSource/eventsource/compare/v1.1.0...v1.1.1)

---
updated-dependencies:
- dependency-name: eventsource
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-02 04:03:54 +00:00
Abderahman88 1fd4eb1947 test changes 2022-05-11 20:18:57 +02:00
dependabot[bot] 589c791f26
Bump async from 2.6.2 to 2.6.4 in /samples/react-calendar
Bumps [async](https://github.com/caolan/async) from 2.6.2 to 2.6.4.
- [Release notes](https://github.com/caolan/async/releases)
- [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md)
- [Commits](https://github.com/caolan/async/compare/v2.6.2...v2.6.4)

---
updated-dependencies:
- dependency-name: async
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-17 22:26:59 +00:00
dependabot[bot] 996f1cc8b9
Bump moment from 2.24.0 to 2.29.2 in /samples/react-calendar
Bumps [moment](https://github.com/moment/moment) from 2.24.0 to 2.29.2.
- [Release notes](https://github.com/moment/moment/releases)
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/moment/moment/compare/2.24.0...2.29.2)

---
updated-dependencies:
- dependency-name: moment
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-10 16:58:41 +00:00
dependabot[bot] 761c2d99be
Bump url-parse from 1.5.7 to 1.5.10 in /samples/react-calendar
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.7 to 1.5.10.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.7...1.5.10)

---
updated-dependencies:
- dependency-name: url-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-28 04:38:35 +00:00
dependabot[bot] 4b6466ef8e
Bump url-parse from 1.5.3 to 1.5.7 in /samples/react-calendar
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.3 to 1.5.7.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.3...1.5.7)

---
updated-dependencies:
- dependency-name: url-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-19 14:27:04 +00:00
dependabot[bot] c0f15ef2c3
Bump ua-parser-js from 0.7.19 to 0.7.31 in /samples/react-calendar
Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.19 to 0.7.31.
- [Release notes](https://github.com/faisalman/ua-parser-js/releases)
- [Commits](https://github.com/faisalman/ua-parser-js/compare/0.7.19...0.7.31)

---
updated-dependencies:
- dependency-name: ua-parser-js
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-12 17:33:14 +00:00
dependabot[bot] 8def6ffcf8
Bump handlebars from 4.7.6 to 4.7.7 in /samples/react-calendar
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.7.6 to 4.7.7.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.7.6...v4.7.7)

---
updated-dependencies:
- dependency-name: handlebars
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-12 16:27:24 +00:00
dependabot[bot] 5cc091426b
Bump nanoid from 3.1.30 to 3.2.0 in /samples/react-calendar
Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.30 to 3.2.0.
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ai/nanoid/compare/3.1.30...3.2.0)

---
updated-dependencies:
- dependency-name: nanoid
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-22 22:18:23 +00:00
dependabot[bot] 928aaf4703
Bump follow-redirects from 1.14.5 to 1.14.7 in /samples/react-calendar
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.5 to 1.14.7.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.5...v1.14.7)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-16 03:29:06 +00:00
mohammadamer 63dd33b235 React-Calendar upgrade spfx version 2021-12-21 21:44:05 +02:00
Hugo Bernier 54a685797b
Merge branch 'main' into master 2021-07-14 15:46:22 -04:00
Hugo Bernier 9484e85576 Updated readme and sample json, as solution version 2021-07-14 15:43:33 -04:00
Eli fa8de53a12 Added local storage to avoid all the api-requests getting called on every refresh of the page. Which again could lead to throttling 2021-05-07 21:33:48 +02:00
Hugo Bernier 1b11dcba16 Updated sample json and readme 2021-04-04 22:16:03 -04:00
Hugo Bernier 974e5e671f Updated readme and sample.json 2021-03-21 01:14:43 -04:00
Abderahman88 683a6320c5 add year header label 2020-10-19 21:47:42 +01:00
Hugo Bernier dc9fbec436 Upgraded to SPFx 1.10 2020-06-09 17:08:34 -04:00
Mohamed Derhalli 3d505e29e2 Update calendar styles to match applied theme 2020-04-25 21:41:34 -04:00
Anders Mörtsell fe6dc0ce05 Fixed editing single events in a recurring series 2019-09-06 01:19:45 +02:00
joaojmendes 3e82d22c5f New Sample - react-multimedia-gallery - SPFx (#899)
* update docs

* Update README.md

* Update README.md

* Support to IE11

* fine tunning, added Fade on Images

* use CSS transitions

* clean extra comments
2019-07-05 15:57:15 +03:00
joaojmendes 13ecb88458 update docs 2019-06-11 17:10:09 +01:00