Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency @pnp/sp to v3 - autoclosed #579

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 14, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@pnp/sp 2.8.0 -> 3.24.0 age adoption passing confidence

Release Notes

pnp/pnpjs (@​pnp/sp)

v3.24.0

Compare Source

  • graph
    • Addresses #​2960 - Fix DirectoryObject GetById Type
    • Updated Batching - Support Chunked Batch Size

v3.23.0

Compare Source

  • graph

    • Addresses #​2911 - fixed Photos endpoint bug
    • Add getSchedule to Calendar
  • queryable

    • Addresses #​2890 - fixed node clone bug - reverts new rawData emit to fix bug introduced that broke batching/cashing

v3.22.0

Compare Source

  • sp

    • fromAbsolutePath methods reference undefined this.
    • Update request-digest.ts to still make call when injected headers include odata=verbose
  • queryable

    • Addressing #​2890 - Node Clone - Fix

v3.21.0

Compare Source

  • graph

    • Adding Photos with Dimension support
    • Addressing #​2836 - Rework Caching and Pagination Logic
  • sp

    • Addresses #​2847 - Add missing ItemId to IListItemFormUpdateValue
    • Addressing #​2840 - Add missing parameter to AddUsingPath

v3.20.1

Compare Source

  • graph

v3.20.0

Compare Source

  • graph
    • Addresses #​2811 - Fixes the parameter object for the Chat Message Add method.
    • Addresses #​2825 - New utility method for converting to atob with stringification checks Updated Parser for Blobs

v3.19.0

Compare Source

  • sp

    • Addresses #​2762 - Adds orderby to getall's allowed query params.
    • Addresses #​2783 - Fixed a bug where the field type mapping was incorrect for adding image fields.
    • Add AllowIncrementalResults parameter to the getItemsByCAMLQuery function.
  • graph

    • Addresses #​2789 - Fixes the typing on the sendmail method. It appears to be implemented incorrectly. Updated the sendMail definition to only take a Graph message Object.

v3.18.0

Compare Source

  • queryable
    • missing .js extensions on 2 files.

v3.17.0

Compare Source

  • sp/graph

    • Addresses #​2716 - Fix for batching adding incorrect headers in certain circumstances
  • graph

    • Addresses #​2567 - Fixes issue with channel messages in teams.
    • Addresses #​2677 - Removed analytics endpoint on drive root as it's not longer supported. V4 updates will include new analytics modules that will add more features.
  • logging

    • Addresses #​2731 - Fixed issues with browser console levels.

v3.16.0

Compare Source

Fixed
  • sp
    • Addresses #​2681 - Fix for cannot read properties of undefined (reading 'prototype')
    • Addresses #​2685 - Fix for multichoice field properties
    • Addresses #​2688 - Fix for apostorphes in filename
Added
  • graph
    • Adds shares modules to graph library

v3.15.0

Compare Source

Fixed
  • timeline

    • Addresses #​2669 - Adds code in Timeline emit to ensure we don't create empty observer arrays on the Timeline.observers container due to filtering for once.
  • nodejs

    • Modified SPDefault and GraphDefault so empty object is not required.
  • sp

    • Addresses #​2646 - Issue with creating fields when batching.
    • Addresses #​2661 - Adding BatchNever to Request-Digest Behavior when retrieving a new RequestDigest token.
  • azidjsclient

    • Fix bug with caching in Azure Identity Client wrapper and improve key generation

v3.14.0

Compare Source

Added
  • sp

    • Added groupsitemanager module to help manage team sites.
    • Addresses #​2565 - Adds a method to Sites to set the site logo vs web property update to set the site logo thumbnail
    • Addresses #​2602 - adds a tenantAppcatalog property to the root sp object; ensures that web.appcatalog points to the sitecollection appcatalog
  • azidjsclient

    • Added new azidjsclient package that supports Azure Identity, most useful for node-js development and managed identity
  • node
    Update to node package GraphDefault and SPDefault package to make msal parameter optional (deprecated) and updated the documentation for new guidance on passing the MSAL (and AzureIdentity) auth methods as separate observerable on the using call.

Fixed
  • docs

    • Updated Taxonomy documentation to call out need for auth token on add/update/delete events.
    • Addresses #​2604 - Updating Docs for Page Comments to include proper atMention functionality.
  • general

    • Updated debug scenarios for spa to make debugging work with settings file.
    • Updated package-lock.json for SPFx debugging scenario to fix a bug
  • sp

    • Addresses #​2629 - Bug fix for missing quotes on sp recycle bin getById method.
    • Addresses #​2615 - fixes a bug with batching and caching in graph where requests were not resolving correctly, the fix from Version 3 - launch prep 1 #​2052 applied to graph lib

v3.13.0

Compare Source

Added
  • sp
    • Added getCurrentUserMemberships to new publishingSitePageService import.
Fixed
  • node
    • Fixed typing issues with asCanceable wrapper and dropped references in stream.d.ts.
    • Fixed setStreamContentChunked to fixed unhandled promise.

v3.12.1

Compare Source

Fixed
  • sp
    • Addresses #​2570, #​2571 - Removes adding a bearer token by default to SPFx requests

v3.12.0

Compare Source

Please note: We are official closing support for v2. Moving forward we will no longer do releases for the v2 version.

Added
  • graph

    • Addresses #​2552 - Adds an SPFx Token behavior to sp and graph libraries
  • sp

    • Addresses #​2552 - Adds an SPFx Token behavior to sp and graph libraries
    • Addresses #​2551 - Add typings when fetching Site data and change typings for getDocumentLibraries
Fixed
  • core

    • Fixes #​2539 - Fix unhandlable promise in start()
  • sp

    • Fixes #​2561 - Changes behavior in processing for saving client side pages to process all controls through the specialSaveHandling function
    • Fixes #​2558 - Issue with getParentWeb from root site
    • Fixes #​2550 - Fix for request digest timeout after tab sleeps
  • sp-admin

    • Fixes #​2518 - Replacing 'CreateGroupForSite' method example by 'AddTenantCdnOrigin'

v3.11.0

Compare Source

Added
  • graph
    • Added various methods to OneDrive module; GraphFI.Drives,Drives - delta,Drives - upload,Drive - getItemByPath,Drive - getItemsByPath,DriveItem - moveItem,DriveItem - copyItem,DriveItem - convertContent,DriveItem - upload,DriveItem - preview,Root/DriveItem - analytics,List - IDrive.getList
Fixed
  • docs

    • General typo fixes and updates
  • core

    • Fixes #​2507 - Updates the timeline start logic to get a ref to the promise rather than attaching finally directly.
  • sp

    • Fixes #​2509 - Fix but with item.setImageField
  • node

    • Fixes #​2532 - Fix setStreamContentChunked: await loading chunks
Removed
  • graph
    • Deprecated OneDrive module; DriveItem - move - replaced by moveItem, DriveItem - setContent - replaced by upload

v3.10.0

Compare Source

Added
  • queryable

    • Added CacheNever behavior
    • Adds bindCachingCore method to reuse the caching props calculation logic
  • sp

    • Added ability to limit the getSharingInformation returned properties
    • Adding support for add/update/delete for taxonomy entities
  • graph

    • Added followed endpoint to Drives
    • Adds options to Graph - OneDrive sharedWithMe method
Fixed
  • docs

    • General typo fixes and updates
  • queryable

    • Fix for CachingPessimistic behavior
  • sp

  • graph

    • Bug fix for DrvieItem.getContent when using Caching behavior

v3.9.0

Compare Source

Added
  • sp

    • Support for multi-line batch responses
  • graph

    • Add getting site by resource url instead of id
Fixed
  • docs

    • General typo fixes and updates
  • sp

    • Updates Search and Suggest to be true invokable factories
    • Updates docs for search on using factory methods
    • Updates logic in sp.search and sp.searchSuggest
    • fix to await the completePromises in batches that have no requests due to caching supplying all the results.
  • graph

    • This update includes a fix for an improperly formed search endpoint on the root drive.

v3.8.0

Compare Source

Added
  • sp
    • adds storage metrics for IFolder
    • adds return of IFolder or IFile from copyByPath and moveByPath
    • adds fileFromPath and fileFromAbsolutePath to get an IFile from arbitrary file paths
    • adds folderFromPath and folderFromAbsolutePath to get an IFolder from arbitrary file paths
    • adds ability to pass all options to IFolder's moveByPath and copyByPath to match IFile
    • adds docs/tests for the new stuff
    • adds a new sp module context-info allowing for easier retrieval of contextual information
    • adds new CacheAlways behavior
    • adds additional props to ISearchResult
    • adds additional props to site scripts create/update
Fixed
  • docs

    • General typo fixes
    • Fixed service class example
  • graph

    • Fixed bug with getAllChildrenAsOrderedTree, #​2414
    • Fixed issue with observables missing when adding drive item, #​2435

v3.7.0

Compare Source

Added
  • docs
    • Updated getting started docs
  • sp
    • added support for item rating
    • added support for favorite sites and items
  • graph
    • added $search and $filter parameters to Count() and Paged Behavior
Fixed
  • docs
    • sample for ACS authentication
  • sp
    • updated for escaping query strings
    • enchance copyByPath and moveByPath for sp/file allowing for passing all valid params

v3.6.0

Compare Source

Fixed
  • core
  • sp
    • addresses #​2372 - Fix bugs with sharing
Added
  • docs
    • added docs for Graph messages
    • update for getting started videos
    • update to docs around SPBrowser usage and setting baseUrl
  • querable
    • new JSONHeaderParse behavior
  • graph
    • addresses #​2323 - Special Folder support
    • support for Lists, Columns, Content Types
  • sp
    • update method for content types
    • addresses #​2357 - add missing properties to IViewInfo typing

v3.5.1

Compare Source

Fixed
  • queryable
    • Error in SPFx due to tuple check in queryable constructor, adjusted check & added tests

v3.5.0

Compare Source

Fixed
  • docs
    • Documentation update for config/services setup
  • graph
    • Addresses #​2316 - PR #​2318 Remove specific encodeURIComponents to address double encoding.
    • PR #​2319 - Added tests for certain graph queryable methods
  • sp
    • Updates lists IRenderListDataParameters & RenderListDataOptions with new values not present originally
  • queryable:
    • Beta 2 - Support for cancelling requests (see docs for known issues)
  • behaviors
    • Fixes #​2333 - PR #​2344 Addresses issues with reviewing caching and batching.
    • Fixes #​2329 - Argument of type 'WebPartContext' is not assignable to parameter of type 'ISPFXContext'.
Added
  • sp-admin
    • Added sp-admin library to support tenant admin APIs

v3.4.1

Compare Source

Fixed
  • sp:
    • Addresses #​2315 - PR #​2233 addressed issues #​2220 #​2222 creating a breaking changed for the Safari (iOS) browser, this release reverses that change.

v3.4.0

Compare Source

Fixed
  • docs:
    • Various documentation updates
  • general:
    • Major package version updates
    • Various test fixes
  • sp:
    • Fields add() properties can be undefined bug
    • Fix issue with RequestDigest expiring when spfi is reinitialized.
Added
  • queryable:
    • Support for cancelling requests (beta - see docs for known issues)
  • sp:
    • Added support for Recycle Bin/Second-Stage Recycle Bin
    • Added schedulePublished method for client-side pages
  • graph:
    • Added support for paging
    • Added support for Bookings

v3.3.2

Compare Source

Fixed
  • package:
    • post-install.cjs fixes
      -docs:
    • Various documentation updates

v3.3.1

Compare Source

Fixed
  • package:
    • post-install.cjs fixes

v3.3.0

Compare Source

Fixed
  • docs:

    • Various documentation updates
    • Fix for batch example in add multiple items to SharePoint list
    • Fix for documentation on getting site users
  • graph:

    • Fixed bug in OneDrive package with Drive/getById
    • encodes the id provided to getById in graph lib to resolve issue with non-guid ids
    • fixes the addtional headers functionality in sendEmail in sp
  • sp:

    • Addresses issue where created object in library was not getting observer refs supplied for files.addUsingPath
    • Fixed issue with search not caching results when using caching behavior
    • Added support for "X-PnP-CacheAlways" header to allow non-get requests to be cached correctly
    • Added Items property to IViewFilesInfo
    • Fixed issue where some objects created from urls were not getting observer refs
    • Added an exception if a queryable it executed with no registered observers and a docs entry to explain it
Added
  • sp:

    • Added getLockedByUser method on files
  • graph:

    • Add chat message to Team channel

v3.2.0

Compare Source

Fixed
  • node:

    • Fix for CommonJS imports with ESM modules.
  • sp:

    • Fix issue with sendEmail utility.
    • Bug fixes for getAllChildrenAsOrderedTree in Taxonomy.
    • Update for issues with stale requestdigest.
    • Bug fix for client-side pages for home page so that title is read from the json blob.
    • Remove user-agent header for throttling as no longer used.
    • Bug fix for renderListDataAsStream method
  • graph:

    • Added getById method to Sites.
    • Added transitiveMemberOf method to User.
    • Added installedApps method to a Team.
  • docs:

    • Various documentation copy/paste and typo fixes.
    • Updates for getting-started guidance for imports of both @​pnp/sp and @​pnp/graph in SPFx.
    • Updates to remove documentation showing batching adding files; includes new tag on all areas of library that are not supported for batching.
    • New documentation for Graph to get SharePoint sites.
    • New doucmentation for updating a BCS field in SharePoint.
    • Added Graph memberOf and transitiveMemberOf properties.
    • Updated docs on the Web() method.

v3.1.0

Compare Source

  • sp:

    • Update interface IFieldInfo to include "Choices"
    • Fix getAllChildrenAsOrderedTree retrieve properties
    • Fix naming of getEditProfileLink and getIsMyPeopleListPublic in Profiles
  • docs:

    • Updates to transition guide, getting started, authentication, and fixes for graphUrls, etc

v3.0.3

Compare Source

  • sp:
    • Issues preventing search queries from running. #​2124

v3.0.2

Compare Source

  • sp:

    • Issue in SPFx behavior with improperly using current web's request digest for non-current web calls #​2102
  • docs:

    • Updates based on feedback
    • Sample updates for v3

v3.0.1

Compare Source

  • sp:
    • Fixed root property initializers #​2082

v3.0.0

Compare Source

Added
  • common/core:

    • Introduced "Timeline" concept with Timline, moments, and observers
    • delay utility function
  • logging:

    • new PnPLogging behavior to integrate with new model
Changed
  • Renamed package "odata" -> "queryable"

  • Renamed package "common" -> "core"

  • logging:

    • listeners are now factory functions (new ConsoleListener() => ConsoleListener()), drop the 'new'
    • Console listener now supports pretty printing options with colors and improved formatting (@​thechriskent)
  • core:

    • improved typings on utility methods such that TS understands the outcome and properly types results
  • queryable:

    • changed constructor to also accept a tuple of [queryable, string] to allow easy rebasing of url while inheriting observers
  • sp:

    • Renamed export "sp" -> "spfi" with type SPFI
    • Changed to using minimal metadata for all requests
    • web.update return changed to Promise<void>
    • web.getParentWeb return changed to Promise<IWeb>
    • moved items.getAll to seperate import @​pnp/sp/items/get-all
    • files.getByName => files.getByUrl
    • folders.getByName => folders.getByUrl
    • fields.add* methods now take title and a single props object with the additional properties for each field
    • TimeZones.getById no merges the object & data
    • renamed search.execute => search.run due to naming conflict in new base classes
    • renamed suggest.execute => suggest.run due to naming conflict in new base classes
    • renamed sitedesigns.execute => sitedesigns.run due to naming conflict in new base classes
    • renamed sitescripts.execute => sitescripts.run due to naming conflict in new base classes
    • odataUrlFrom moved to utils folder
    • getParent signature change, path is second param, baseUrl is third param and only supports string
    • removed "core" preset
    • Improved web and site contructor to correctly rebase the web/site urls regardless of the url supplied (i.e. create a web from any sp queryable)
    • Renamed property in IItemUpdateResultData to "etag" from "odata.etag" to make it .etag vs ["odata.etag"]
  • graph:

    • Renamed export "graph" -> "graphfi" with type GraphFI
Removed
  • logging

    • None of the other packages reference logging anymore, removing a dependency, logging still exists and can be used in your project as before and easily with the new behaviors model
  • queryable:

    • LambdaParser -> write an observer
    • TextParser, BlobParser, JSONParser, BufferParser -> TextParse, BlobParse, JSONParse, BufferParse behaviors
    • Removed .get method in favor of invokable pattern. foo.get() => foo()
    • Removed .clone, .cloneTo in favor of using factories directly, i.e. this.clone(Web, "path") => Web(this, "path")
    • Invokable Extensions is split, with core object extension functionality moved to core
    • ensureHeaders => headers = { ...headers, ...moreHeaders }
  • nodejs:

    • AdalCertificateFetchClient, AdalFetchClient, MsalFetchClient, SPFetchClient, ProviderHostedRequestContext -> use MSAL behavior
    • BearerTokenFetchClient -> use @​pnp/Queryable BearerToken behavior
    • SPFetchClient -> Use SPNodeFetch which includes SP retry logic
  • core (common):

    • Removed global extensions in favor of instance or factory. Global no longer aligned to our scoped model
    • Removed assign util method use Object.assign or { ...a, ...b}
    • Removed getCtxCallback util method
    • Removed ITypedHash => built in type Record<string, *>
    • Removed sanitizeGuid util method, wasn't used
    • Removed automatic cache expired item flushing -> use a timeout, shown in docs
  • graph:

    • setEndpoint removed => .using(EndPoint("v1.0")) | .using(EndPoint("beta"))
  • sp:

    • Removed createBatch from Site, use web.batched or sp.batched
    • feature.deactivate => use features.remove
    • getTenantAppCatalogWeb moved from root object to IWeb when imported
    • removed use of ListItemEntityTypeFullName in item add/update and removed associated methods to get the value
    • removed folders.add => folders.addUsingPath
    • removed folder.serverRelativeUrl property => use select
    • removed web.getFolderByServerRelativeUrl => web.getFolderByServerRelativePath
    • removed files.add => files.addUsingPath
    • removed file.copyTo => file.copyByPath
    • removed file.moveTo => file.moveByPath
    • removed version.delete => versions.deleteById
    • removed web.getFileByServerRelativeUrl => web.getFileByServerRelativePath
    • removed folder.contentTypeOrder => use .select("contentTypeOrder")
    • removed folder.uniqueContentTypeOrder => use .select("uniqueContentTypeOrder")
    • removed folder.copyTo => use folder.copyByPath
    • removed folder.moveTo => use folder.moveByPath
    • removed _SPInstance._update => refactored and unused
    • removed objectToSPKeyValueCollection
    • removed toAbsoluteUrl => use behaviors
    • removed IUtilities.createWikiPage
    • removed searchWithCaching, use caching behavior
    • removed spODataEntity and spODataEntityArray
    • removed attachments addMultiple, deleteMultiple, and recycleMultiple => write a for loop in calling code
    • removed regional settings.installedLanguages => use getInstalledLanguages
    • removed metadata method
  • sp-addinhelpers:

    • Dropped entire package, no longer needed
  • config-store:

    • Dropped entire package.

v2.15.0

Compare Source

v2.14.0

Compare Source

v2.13.0

Compare Source

v2.12.0

Compare Source

v2.11.0

Compare Source

v2.10.0

Compare Source

v2.9.0

Compare Source

v2.8.0

Compare Source

v2.7.0

Compare Source

v2.6.0

Compare Source

v2.5.0

Compare Source

v2.4.0

Compare Source

v2.3.0

Compare Source

v2.2.0

Compare Source

v2.1.1

Compare Source

v2.1.0

Compare Source

v2.0.13

Compare Source

v2.0.12

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate
Copy link
Contributor Author

renovate bot commented Feb 14, 2022

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: search-parts/package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: pnp-modern-search@3.14.2
npm ERR! Found: @types/react@17.0.18
npm ERR! node_modules/@types/react
npm ERR!   dev @types/react@"17.0.18" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer @types/react@">=16.8.0 <17.0.0" from @uifabric/file-type-icons@7.6.30
npm ERR! node_modules/@uifabric/file-type-icons
npm ERR!   @uifabric/file-type-icons@"7.6.30" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/renovate/cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate/cache/others/npm/_logs/2024-03-17T22_07_25_281Z-debug-0.log

@renovate renovate bot force-pushed the renovate/pnp-sp-3.x branch 4 times, most recently from d5094f7 to 9b81aab Compare March 1, 2022 14:42
@renovate renovate bot force-pushed the renovate/pnp-sp-3.x branch 3 times, most recently from bbb792d to 1292ee4 Compare March 7, 2022 23:09
@renovate renovate bot force-pushed the renovate/pnp-sp-3.x branch 3 times, most recently from 526e255 to 0718b8e Compare March 15, 2022 01:18
@renovate renovate bot force-pushed the renovate/pnp-sp-3.x branch 3 times, most recently from 8972c3e to 91617ee Compare May 18, 2022 16:55
@renovate renovate bot force-pushed the renovate/pnp-sp-3.x branch 2 times, most recently from 99b2b68 to 7defe06 Compare June 13, 2022 22:00
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Scan Summary

Tool Critical High Medium Low Status
Dependency Scan (nodejs) 12 39 33 5
Secrets Audit 0 1 0 0
Security Audit for Infrastructure 0 0 0 0

Recommendation

Please review the findings from Code scanning alerts before approving this pull request. You can also configure the build rules or add suppressions to customize this bot 👍

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Scan Summary

Tool Critical High Medium Low Status
Dependency Scan (nodejs) 15 41 33 5
Secrets Audit 0 1 0 0
Security Audit for Infrastructure 0 0 0 0

Recommendation

Please review the findings from Code scanning alerts before approving this pull request. You can also configure the build rules or add suppressions to customize this bot 👍

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Scan Summary

Tool Critical High Medium Low Status
Dependency Scan (universal) 13 30 26 1
Secrets Audit 0 1 0 0

Recommendation

Please review the findings from Code scanning alerts before approving this pull request. You can also configure the build rules or add suppressions to customize this bot 👍

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Scan Summary

Tool Critical High Medium Low Status
Dependency Scan (universal) 12 30 29 1
Secrets Audit 0 1 0 0

Recommendation

Please review the findings from Code scanning alerts before approving this pull request. You can also configure the build rules or add suppressions to customize this bot 👍

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Scan Summary

Tool Critical High Medium Low Status
Dependency Scan (universal) 11 28 28 1
Secrets Audit 0 1 0 0

Recommendation

Please review the findings from Code scanning alerts before approving this pull request. You can also configure the build rules or add suppressions to customize this bot 👍

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Scan Summary

Tool Critical High Medium Low Status
Dependency Scan (universal) 13 30 29 1
Secrets Audit 0 1 0 0

Recommendation

Please review the findings from Code scanning alerts before approving this pull request. You can also configure the build rules or add suppressions to customize this bot 👍

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Scan Summary

Tool Critical High Medium Low Status
Dependency Scan (universal) 13 29 28 1
Secrets Audit 0 1 0 0

Recommendation

Please review the findings from Code scanning alerts before approving this pull request. You can also configure the build rules or add suppressions to customize this bot 👍

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Scan Summary

Tool Critical High Medium Low Status
Dependency Scan (universal) 13 29 29 1
Secrets Audit 0 1 0 0

Recommendation

Please review the findings from Code scanning alerts before approving this pull request. You can also configure the build rules or add suppressions to customize this bot 👍

@renovate renovate bot force-pushed the renovate/pnp-sp-3.x branch 2 times, most recently from 4c99613 to b1c66c2 Compare November 20, 2023 21:50
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Scan Summary

Tool Critical High Medium Low Status
Dependency Scan (universal) 15 31 29 1
Secrets Audit 0 1 0 0

Recommendation

Please review the findings from Code scanning alerts before approving this pull request. You can also configure the build rules or add suppressions to customize this bot 👍

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Scan Summary

Tool Critical High Medium Low Status
Dependency Scan (universal) 15 30 29 1
Secrets Audit 0 1 0 0

Recommendation

Please review the findings from Code scanning alerts before approving this pull request. You can also configure the build rules or add suppressions to customize this bot 👍

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Scan Summary

Tool Critical High Medium Low Status
Dependency Scan (universal) 15 33 28 0
Secrets Audit 0 1 0 0

Recommendation

Please review the findings from Code scanning alerts before approving this pull request. You can also configure the build rules or add suppressions to customize this bot 👍

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Scan Summary

Tool Critical High Medium Low Status
Dependency Scan (universal) 15 32 28 1
Secrets Audit 0 1 0 0

Recommendation

Please review the findings from Code scanning alerts before approving this pull request. You can also configure the build rules or add suppressions to customize this bot 👍

@renovate renovate bot changed the title Update dependency @pnp/sp to v3 Update dependency @pnp/sp to v3 - autoclosed Apr 22, 2024
@renovate renovate bot closed this Apr 22, 2024
@renovate renovate bot deleted the renovate/pnp-sp-3.x branch April 22, 2024 17:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants