felixSchober / VSCode-PowerAppsPortal-Extension

Currently, there is only one way to edit code for Power Apps portals which is using the Dynamics solution and the somewhat limited online editor. This extension provides a local source control of portal code including web files like images or style sheets, web templates and content snippets. Once configured, the extension loads all portal code and files to a local project folder. Then, you can edit, create or delete files. These changes can be pushed to the portal using the source control pane within visual studio code.
MIT License
22 stars 0 forks source link

Bump adal-node from 0.2.1 to 0.2.2 #108

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps adal-node from 0.2.1 to 0.2.2.

Release notes

Sourced from adal-node's releases.

Version 0.2.2

  • Replace request with axios
  • Fix unit tests

Preview update v1.0.8

  • Update version of xpath.js dependency to 1.0.5
  • Fix a bug in the regular expression used to parse a 401 challenge
Changelog

Sourced from adal-node's changelog.

Version 0.2.2

Release Date: 8 February 2020

  • Replace 'requestwithaxios` final version
  • Fix unit tests

Version 0.2.2-beta

Release Date: 1 February 2020

  • Replace 'requestwithaxios`

Version 0.2.0

Release Date: 23 August 2019

  • Add support for user provided api version

Version 0.1.28

Release Date: 26 Feburary 2018

  • Added GDPR support per Microsoft policy.

Version 0.1.27

Release Date: 08 January 2018

  • Fix Issue #185 Dependency "xpath.js" version does not have an OSI-approved license

Version 0.1.26

Release Date: 05 December 2017

  • Added .npmignore to avoid publishing unnecessary files

Version 0.1.25

Release Date: 06 November 2017

  • Fixed typing: acquireUserCode returns UserCodeInfo in the callback

Version 0.1.24

Release Date: 06 November 2017

  • Added type definitions to the project. This should help users developing their apps in TypeScript #142, DefinitelyTyped.
  • Replaced "node-uuid" with "uuid" #170.

Version 0.1.23

Release Date: 26 Oct 2017

  • Fix Issue #95 - Change npm licenses to license and use spdx syntax
  • Fix Issue #122 - Broken link on README file
  • Fix Issue #155 - remove need for dynamic access to package.json to obtain lib version (util.js)
  • Fix Issue #172 - Add login.microsoftonline.us endpoint
  • Added Windows Graph Sample

... (truncated)

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)