SverreNystad / power-predictor

Using Machine Learning for time series forecasting of photovoltaic measurement for solar systems based on weather features
Other
6 stars 2 forks source link

dependency: (deps): bump jupyter-lsp from 2.2.0 to 2.2.3 #120

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps jupyter-lsp from 2.2.0 to 2.2.3.

Changelog

Sourced from jupyter-lsp's changelog.

jupyter-lsp 2.2.3

  • maintenance:
    • updates pyright config schema to v1.1.350

@jupyter-lsp/jupyterlab-lsp 5.0.3

  • bug fixes:
    • fix nested transclusions in JupyterLab 4.0.7+ (#1045)
    • fix completions when type is not defined (#1044)

@jupyter-lsp/jupyterlab-lsp 5.0.2

  • bug fixes:
    • fix native JupyterLab completion not working when LSP completion plugin is disabled (#1036)

jupyter-lsp 2.2.2

  • bug fixes:
    • address warning about renamed extension_points (#1035)
    • fix compatibility with jupyter server 1.x
    • fix an authentication-related security vulnerability (see the advisory for details)
  • enhancements:
    • add authorization support (lsp resource, jupyter-server v2+ only) - this allows server operators for fine grained access control, e.g. in case if specific users (such as guest or read-only users) should not be allowed to access LSP; this is in addition to authentication fixes

@jupyter-lsp/jupyterlab-lsp 5.0.1

  • bug fixes:
    • fix false “undefined name” in %%time and %%capture magics #1007 (thanks @​i-aki-y!)
    • fix completion items for paths and other long items being cut off #1025
    • workaround issue with markdown lost on edit #1016
    • fix latex/Greek letters insertion and other completions which do not match prefix (do not pre-filter completions from kernel) #1022
    • fix completions in Console #1023
    • fix customising priority after pre-setting it with overrides.json #1027
    • fix jump to definitions in a file inside root in Pyright on Windows #1024
    • fix typos in setting title and help message #999 and #1010
  • maintenance:
    • fix bootstrap script #1021
    • bump axios from 1.2.1 to 1.6.2 #1019
    • bump @​babel/traverse from 7.22.5 to 7.23.4 #1020

jupyter-lsp 2.2.1

  • bug fixes:
    • use APIHandler over JupyterHandler to get CORS OPTIONS #952 (thanks @​zhanba!)
    • use shutil.which to discover npm executable on Windows (thanks @​jameshurst!)
  • maintenance:
    • resolve traitlets type warnings, lint, remove six #1015
    • use sys.executable in stdio tests #998

... (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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)
dependabot[bot] commented 3 months ago

Superseded by #125.