Hugo Bernier
f6e7fe3ddc
Fixed command syntax to be consistent
2023-02-18 13:58:40 -05:00
Hugo Bernier
7a182a21b2
Updated contributors style
2023-02-18 13:35:39 -05:00
Hugo Bernier
3dfa4ab149
Added sample.json, container and test for new contributor list
2023-02-18 13:31:12 -05:00
Beau Cameron
d3cd98f612
Fixing Context Conditional in GetSP
...
Better handling of truthy/falsy
2023-02-14 06:53:24 -07:00
Hugo Bernier
103907bdc6
Added compatibility warning on readme and template
2023-02-10 10:22:32 -05:00
dependabot[bot]
a9794e903a
Bump decode-uri-component in /samples/react-pnp-js-sample
...
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-30 23:33:19 -05:00
Paolo Pialorsi
d260ee4a67
Merge pull request #3036 from mikezimm/patch-1
...
add await to super.onInit() in sample
2022-11-07 17:50:27 +01:00
Hugo Bernier
9fd894df7b
Merge pull request #3037 from mikezimm/patch-2
...
disable eslint if the logic needs to be != null
2022-11-07 10:22:03 -05:00
Hugo Bernier
7202809a7d
Changed docs links to learn
2022-10-24 09:42:45 -04:00
Hugo Bernier
f40cdcdfd2
Added links to compatibility matrix
2022-10-17 10:21:52 -04:00
mikezimm
644cb04dad
disable eslint if the logic needs to be != null
...
Got warning in SPFx 1.15.2 new web part
```console
[00:55:35] Warning - lint - src\webparts\listAPalooza\pnpjsConfig.ts(15,15): error eqeqeq: Expected '!==' and instead saw '!='.
```
2022-09-28 01:11:53 -04:00
mikezimm
fdbec37d1c
add await to super.onInit() in sample
...
I was getting floating promise warning when calling super.onInit() without an await;
Added await and the warning went away.
```console
[00:46:34] Warning - lint - src\webparts\listAPalooza\ListAPaloozaWebPart.ts(44,5): error @typescript-eslint/no-floating-promises: Promises mu
[00:46:34] Warning - lint - src\webparts\listAPalooza\pnpjsConfig.ts(15,15): error eqeqeq: Expected '!==' and instead saw '!='.
```
2022-09-28 01:02:01 -04:00
Julie Turner
4446b25eb6
Remove upgrade report
2022-08-29 21:26:39 +00:00
Julie Turner
29c72683fe
Bug fix & dependency update
2022-08-29 21:25:12 +00:00
dependabot[bot]
d6592fe2d5
Bump terser from 4.8.0 to 4.8.1 in /samples/react-pnp-js-sample
...
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:08:16 +00:00
dependabot[bot]
47a1ff4ea4
Bump eventsource from 1.1.0 to 1.1.1 in /samples/react-pnp-js-sample
...
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:53 +00:00
dependabot[bot]
6d34b69055
Bump async from 2.6.3 to 2.6.4 in /samples/react-pnp-js-sample
...
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>
2022-05-02 02:49:20 +00:00
dependabot[bot]
c7484b03b6
Bump minimist from 1.2.5 to 1.2.6 in /samples/react-pnp-js-sample
...
Bumps [minimist](https://github.com/substack/minimist ) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases )
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6 )
---
updated-dependencies:
- dependency-name: minimist
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-04-02 01:38:57 +00:00
Julie Turner
e63eaf76a5
PnPjs Version 3 Sample
2022-02-22 19:57:47 +00:00
Julie Turner
ddfb562109
New PnPjs v3 sample
...
Ready to have new package-lock.json file created when 1.14.0 and v3 drop
2022-01-27 21:03:19 +00:00