Skip to content

Bump postcss, @jupyterlab/application, @jupyterlab/apputils, @jupyterlab/docregistry and @jupyterlab/notebook in /labextension/vpython - #4

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/labextension/vpython/multi-74f0ace639
Open

Bump postcss, @jupyterlab/application, @jupyterlab/apputils, @jupyterlab/docregistry and @jupyterlab/notebook in /labextension/vpython#4
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/labextension/vpython/multi-74f0ace639

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 28, 2026

Copy link
Copy Markdown

Bumps postcss to 8.5.26 and updates ancestor dependencies postcss, @jupyterlab/application, @jupyterlab/apputils, @jupyterlab/docregistry and @jupyterlab/notebook. These dependencies need to be updated together.

Updates postcss from 7.0.27 to 8.5.26

Release notes

Sourced from postcss's releases.

8.5.26

  • Fixed list.split() regression (by @​lazerg).
  • Track symlinks in path protection in source map loading (by @​drengir1).

8.5.25

  • Fixed 8.5.17 visitor regression.
  • Fixed list.split() for non-string values (by @​amir-rezaei).

8.5.24

  • Preserve the BOM after the processing (by @​hdimer).

8.5.23

  • Do not load source map without opts.from for security reasons.

8.5.22

8.5.21

8.5.20

8.5.19

  • Fixed cleaning before for new nodes inserted to Root (by @​MahinAnowar).

8.5.18

  • Restricted loading previous source maps file to the opts.from folder for security reasons (use unsafeMap: true to disable the check).

8.5.17

  • Fixed Maximum call stack size exceeded error.
  • Fixed Prototype hijacking for postcss.fromJSON().
  • Fixed Input#origin() for unmapped end position (by @​chatman-media).

8.5.16

8.5.15

  • Fixed declaration parsing performance (by @​homanp).

8.5.14

8.5.13

... (truncated)

Changelog

Sourced from postcss's changelog.

8.5.26

  • Fixed list.split() regression (by @​lazerg).
  • Track symlinks in path protection in source map loading (by @​drengir1).

8.5.25

  • Fixed 8.5.17 visitor regression.
  • Fixed list.split() for non-string values (by @​amir-rezaei).

8.5.24

  • Preserve the BOM after the processing (by @​hdimer).

8.5.23

  • Do not load source map without opts.from for security reasons.

8.5.22

8.5.21

8.5.20

8.5.19

  • Fixed cleaning before for new nodes inserted to Root (by @​MahinAnowar).

8.5.18

  • Restricted loading previous source maps file to the opts.from folder for security reasons (use unsafeMap: true to disable the check).

8.5.17

  • Fixed Maximum call stack size exceeded error.
  • Fixed Prototype hijacking for postcss.fromJSON().
  • Fixed Input#origin() for unmapped end position (by @​chatman-media).

8.5.16

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for postcss since your current version.


Updates @jupyterlab/application from 1.2.2 to 4.6.3

Release notes

Sourced from @​jupyterlab/application's releases.

v4.6.3

4.6.3

(Full Changelog)

Bugs fixed

  • Fix Shift-click cell selection after editor text selection #19243 (@​MUFFANUJ)
  • Fix active cell prompt and source blink in notebook tools & prevent a memory leak #19168 (@​MUFFANUJ)
  • Update the item positions when an item is removed from reactive toolbar #19227 (@​brichet)
  • Fix variable inspection, document autocomplete and variable inspect/render #19234 (@​krassowski)
  • Show "starting" rather than "idle" status when changing kernel via SessionContext.changeKernel() #19166 (@​Zsailer)

Maintenance and upkeep improvements

Documentation improvements

Contributors to this release

The following people contributed discussions, new ideas, code and documentation contributions, and review. See our definition of contributors.

(GitHub contributors page for this release)

@​brichet (activity) | @​jtpio (activity) | @​krassowski (activity) | @​MUFFANUJ (activity) | @​Zsailer (activity)

v4.6.2

4.6.2

(Full Changelog)

Security patches

Bugs fixed

... (truncated)

Commits
  • e7255a9 [ci skip] Publish 4.6.3
  • 08c20a1 Backport PR #19243 on branch 4.6.x (Fix Shift-click cell selection after edit...
  • 4e08e0d Backport PR #19168 on branch 4.6.x (Fix active cell prompt and source blink i...
  • 9653490 Backport PR #19227 on branch 4.6.x (Update the item positions when an item is...
  • 243ee01 Backport PR #19234 on branch 4.6.x (Fix variable inspection, document autocom...
  • 9b7efed Backport PR #19166 on branch 4.6.x (Show "starting" rather than "idle" status...
  • edc8390 Backport PR #19212 on branch 4.6.x (Update JEP 91 link to the new MyST docs U...
  • 4cffbed Backport PR #19204 on branch 4.6.x (Update Altair snapshot) (#19205)
  • 7d0f5b6 Backport PR #19193 on branch 4.6.x (Switch pre-commit to language: system) ...
  • 150ba51 [ci skip] Publish 4.6.2
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​jupyterlab/application since your current version.


Updates @jupyterlab/apputils from 1.2.2 to 4.7.3

Release notes

Sourced from @​jupyterlab/apputils's releases.

v4.7.0a1

4.7.0a1

(Full Changelog)

Security patches

Enhancements made

Bugs fixed

Maintenance and upkeep improvements

Documentation improvements

... (truncated)

Commits
  • e7255a9 [ci skip] Publish 4.6.3
  • 08c20a1 Backport PR #19243 on branch 4.6.x (Fix Shift-click cell selection after edit...
  • 4e08e0d Backport PR #19168 on branch 4.6.x (Fix active cell prompt and source blink i...
  • 9653490 Backport PR #19227 on branch 4.6.x (Update the item positions when an item is...
  • 243ee01 Backport PR #19234 on branch 4.6.x (Fix variable inspection, document autocom...
  • 9b7efed Backport PR #19166 on branch 4.6.x (Show "starting" rather than "idle" status...
  • edc8390 Backport PR #19212 on branch 4.6.x (Update JEP 91 link to the new MyST docs U...
  • 4cffbed Backport PR #19204 on branch 4.6.x (Update Altair snapshot) (#19205)
  • 7d0f5b6 Backport PR #19193 on branch 4.6.x (Switch pre-commit to language: system) ...
  • 150ba51 [ci skip] Publish 4.6.2
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​jupyterlab/apputils since your current version.


Updates @jupyterlab/docregistry from 1.2.2 to 4.6.3

Release notes

Sourced from @​jupyterlab/docregistry's releases.

v4.6.3

4.6.3

(Full Changelog)

Bugs fixed

  • Fix Shift-click cell selection after editor text selection #19243 (@​MUFFANUJ)
  • Fix active cell prompt and source blink in notebook tools & prevent a memory leak #19168 (@​MUFFANUJ)
  • Update the item positions when an item is removed from reactive toolbar #19227 (@​brichet)
  • Fix variable inspection, document autocomplete and variable inspect/render #19234 (@​krassowski)
  • Show "starting" rather than "idle" status when changing kernel via SessionContext.changeKernel() #19166 (@​Zsailer)

Maintenance and upkeep improvements

Documentation improvements

Contributors to this release

The following people contributed discussions, new ideas, code and documentation contributions, and review. See our definition of contributors.

(GitHub contributors page for this release)

@​brichet (activity) | @​jtpio (activity) | @​krassowski (activity) | @​MUFFANUJ (activity) | @​Zsailer (activity)

v4.6.2

4.6.2

(Full Changelog)

Security patches

Bugs fixed

... (truncated)

Commits
  • e7255a9 [ci skip] Publish 4.6.3
  • 08c20a1 Backport PR #19243 on branch 4.6.x (Fix Shift-click cell selection after edit...
  • 4e08e0d Backport PR #19168 on branch 4.6.x (Fix active cell prompt and source blink i...
  • 9653490 Backport PR #19227 on branch 4.6.x (Update the item positions when an item is...
  • 243ee01 Backport PR #19234 on branch 4.6.x (Fix variable inspection, document autocom...
  • 9b7efed Backport PR #19166 on branch 4.6.x (Show "starting" rather than "idle" status...
  • edc8390 Backport PR #19212 on branch 4.6.x (Update JEP 91 link to the new MyST docs U...
  • 4cffbed Backport PR #19204 on branch 4.6.x (Update Altair snapshot) (#19205)
  • 7d0f5b6 Backport PR #19193 on branch 4.6.x (Switch pre-commit to language: system) ...
  • 150ba51 [ci skip] Publish 4.6.2
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​jupyterlab/docregistry since your current version.


Updates @jupyterlab/notebook from 1.2.3 to 4.6.3

Release notes

Sourced from @​jupyterlab/notebook's releases.

v4.6.3

4.6.3

(Full Changelog)

Bugs fixed

  • Fix Shift-click cell selection after editor text selection #19243 (@​MUFFANUJ)
  • Fix active cell prompt and source blink in notebook tools & prevent a memory leak #19168 (@​MUFFANUJ)
  • Update the item positions when an item is removed from reactive toolbar #19227 (@​brichet)
  • Fix variable inspection, document autocomplete and variable inspect/render #19234 (@​krassowski)
  • Show "starting" rather than "idle" status when changing kernel via SessionContext.changeKernel() #19166 (@​Zsailer)

Maintenance and upkeep improvements

Documentation improvements

Contributors to this release

The following people contributed discussions, new ideas, code and documentation contributions, and review. See our definition of contributors.

(GitHub contributors page for this release)

@​brichet (activity) | @​jtpio (activity) | @​krassowski (activity) | @​MUFFANUJ (activity) | @​Zsailer (activity)

v4.6.2

4.6.2

(Full Changelog)

Security patches

Bugs fixed

... (truncated)

Commits
  • e7255a9 [ci skip] Publish 4.6.3
  • 08c20a1 Backport PR #19243 on branch 4.6.x (Fix Shift-click cell selection after edit...
  • 4e08e0d Backport PR #19168 on branch 4.6.x (Fix active cell prompt and source blink i...
  • 9653490 Backport PR #19227 on branch 4.6.x (Update the item positions when an item is...
  • 243ee01 Backport PR #19234 on branch 4.6.x (Fix variable inspection, document autocom...
  • 9b7efed Backport PR #19166 on branch 4.6.x (Show "starting" rather than "idle" status...
  • edc8390 Backport PR #19212 on branch 4.6.x (Update JEP 91 link to the new MyST docs U...
  • 4cffbed Backport PR #19204 on branch 4.6.x (Update Altair snapshot) (#19205)
  • 7d0f5b6 Backport PR #19193 on branch 4.6.x (Switch pre-commit to language: system) ...
  • 150ba51 [ci skip] Publish 4.6.2
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​jupyterlab/notebook since your current version.


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 show <dependency name> 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

…lab/docregistry and @jupyterlab/notebook

Bumps [postcss](https://github.com/postcss/postcss) to 8.5.26 and updates ancestor dependencies [postcss](https://github.com/postcss/postcss), [@jupyterlab/application](https://github.com/jupyterlab/jupyterlab), [@jupyterlab/apputils](https://github.com/jupyterlab/jupyterlab), [@jupyterlab/docregistry](https://github.com/jupyterlab/jupyterlab) and [@jupyterlab/notebook](https://github.com/jupyterlab/jupyterlab). These dependencies need to be updated together.


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

Updates `@jupyterlab/application` from 1.2.2 to 4.6.3
- [Release notes](https://github.com/jupyterlab/jupyterlab/releases)
- [Changelog](https://github.com/jupyterlab/jupyterlab/blob/main/RELEASE.md)
- [Commits](https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/application@1.2.2...@jupyterlab/application@4.6.3)

Updates `@jupyterlab/apputils` from 1.2.2 to 4.7.3
- [Release notes](https://github.com/jupyterlab/jupyterlab/releases)
- [Changelog](https://github.com/jupyterlab/jupyterlab/blob/main/RELEASE.md)
- [Commits](https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/apputils@1.2.2...@jupyterlab/apputils@4.7.3)

Updates `@jupyterlab/docregistry` from 1.2.2 to 4.6.3
- [Release notes](https://github.com/jupyterlab/jupyterlab/releases)
- [Changelog](https://github.com/jupyterlab/jupyterlab/blob/main/RELEASE.md)
- [Commits](https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/docregistry@1.2.2...@jupyterlab/docregistry@4.6.3)

Updates `@jupyterlab/notebook` from 1.2.3 to 4.6.3
- [Release notes](https://github.com/jupyterlab/jupyterlab/releases)
- [Changelog](https://github.com/jupyterlab/jupyterlab/blob/main/RELEASE.md)
- [Commits](https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/notebook@1.2.3...@jupyterlab/notebook@4.6.3)

---
updated-dependencies:
- dependency-name: postcss
  dependency-version: 8.5.26
  dependency-type: indirect
- dependency-name: "@jupyterlab/application"
  dependency-version: 4.6.3
  dependency-type: direct:production
- dependency-name: "@jupyterlab/apputils"
  dependency-version: 4.7.3
  dependency-type: direct:production
- dependency-name: "@jupyterlab/docregistry"
  dependency-version: 4.6.3
  dependency-type: direct:production
- dependency-name: "@jupyterlab/notebook"
  dependency-version: 4.6.3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants