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

Bump the javascript group with 9 updates #18

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 4, 2024

Bumps the javascript group with 9 updates:

Package From To
@jupyterlab/application 4.0.10 4.1.2
@jupyterlab/filebrowser 4.0.10 4.1.2
@jupyterlab/services 7.0.10 7.1.2
react-pdf 7.7.0 7.7.1
@jupyterlab/builder 4.0.10 4.1.2
@types/react 18.2.47 18.2.61
eslint 8.56.0 8.57.0
eslint-plugin-react 7.33.2 7.34.0
prettier 3.1.1 3.2.5

Updates @jupyterlab/application from 4.0.10 to 4.1.2

Release notes

Sourced from @​jupyterlab/application's releases.

v4.1.2

4.1.2

(Full Changelog)

Bugs fixed

Maintenance and upkeep improvements

Documentation improvements

Contributors to this release

(GitHub contributors page for this release)

@​FoSuCloud | @​github-actions | @​JasonWeill | @​jupyterlab-probot | @​kiliansinger | @​krassowski | @​lumberbot-app | @​nluetts | @​trungleduc | @​welcome

v4.1.1

4.1.1

(Full Changelog)

Bugs fixed

Maintenance and upkeep improvements

... (truncated)

Changelog

Sourced from @​jupyterlab/application's changelog.

4.1.2

(Full Changelog)

Bugs fixed

Maintenance and upkeep improvements

Documentation improvements

Contributors to this release

(GitHub contributors page for this release)

@​FoSuCloud | @​github-actions | @​JasonWeill | @​jupyterlab-probot | @​kiliansinger | @​krassowski | @​lumberbot-app | @​nluetts | @​trungleduc | @​welcome

4.1.1

(Full Changelog)

Bugs fixed

Maintenance and upkeep improvements

... (truncated)

Commits
  • cfa3f5b [ci skip] Publish 4.1.2
  • d835cf3 [docker] Allow non-unique GID (#15699)
  • d4c2f9f Remove SO links, add more recent issue to FAQ (#15811)
  • bb8a4ed Windows platforms, erratic pasting of text into Markdown field (#15794)
  • b689a68 Fix highlight sequencing when replacing text in code cells (#15803)
  • 1a98dea Fix typing in editable elements inside of open shadow DOM (#15774)
  • 51d6956 Restore notebook scrolling on dragging a cell to the viewport edge (#15782)
  • e40ed2e Fix outdated link to mybinder.org on index page of documentation (#15800)
  • 53cdf83 [ci skip] Publish 4.1.1
  • 6abcf80 catch errors attempting to access document.cookie (#15788)
  • Additional commits viewable in compare view

Updates @jupyterlab/filebrowser from 4.0.10 to 4.1.2

Release notes

Sourced from @​jupyterlab/filebrowser's releases.

v4.1.2

4.1.2

(Full Changelog)

Bugs fixed

Maintenance and upkeep improvements

Documentation improvements

Contributors to this release

(GitHub contributors page for this release)

@​FoSuCloud | @​github-actions | @​JasonWeill | @​jupyterlab-probot | @​kiliansinger | @​krassowski | @​lumberbot-app | @​nluetts | @​trungleduc | @​welcome

v4.1.1

4.1.1

(Full Changelog)

Bugs fixed

Maintenance and upkeep improvements

... (truncated)

Changelog

Sourced from @​jupyterlab/filebrowser's changelog.

4.1.2

(Full Changelog)

Bugs fixed

Maintenance and upkeep improvements

Documentation improvements

Contributors to this release

(GitHub contributors page for this release)

@​FoSuCloud | @​github-actions | @​JasonWeill | @​jupyterlab-probot | @​kiliansinger | @​krassowski | @​lumberbot-app | @​nluetts | @​trungleduc | @​welcome

4.1.1

(Full Changelog)

Bugs fixed

Maintenance and upkeep improvements

... (truncated)

Commits
  • cfa3f5b [ci skip] Publish 4.1.2
  • d835cf3 [docker] Allow non-unique GID (#15699)
  • d4c2f9f Remove SO links, add more recent issue to FAQ (#15811)
  • bb8a4ed Windows platforms, erratic pasting of text into Markdown field (#15794)
  • b689a68 Fix highlight sequencing when replacing text in code cells (#15803)
  • 1a98dea Fix typing in editable elements inside of open shadow DOM (#15774)
  • 51d6956 Restore notebook scrolling on dragging a cell to the viewport edge (#15782)
  • e40ed2e Fix outdated link to mybinder.org on index page of documentation (#15800)
  • 53cdf83 [ci skip] Publish 4.1.1
  • 6abcf80 catch errors attempting to access document.cookie (#15788)
  • Additional commits viewable in compare view

Updates @jupyterlab/services from 7.0.10 to 7.1.2

Commits
  • cfa3f5b [ci skip] Publish 4.1.2
  • d835cf3 [docker] Allow non-unique GID (#15699)
  • d4c2f9f Remove SO links, add more recent issue to FAQ (#15811)
  • bb8a4ed Windows platforms, erratic pasting of text into Markdown field (#15794)
  • b689a68 Fix highlight sequencing when replacing text in code cells (#15803)
  • 1a98dea Fix typing in editable elements inside of open shadow DOM (#15774)
  • 51d6956 Restore notebook scrolling on dragging a cell to the viewport edge (#15782)
  • e40ed2e Fix outdated link to mybinder.org on index page of documentation (#15800)
  • 53cdf83 [ci skip] Publish 4.1.1
  • 6abcf80 catch errors attempting to access document.cookie (#15788)
  • Additional commits viewable in compare view

Updates react-pdf from 7.7.0 to 7.7.1

Release notes

Sourced from react-pdf's releases.

v7.7.1

Bug fixes

  • Fixed Outline, Page and Thumbnail components crashing when placed outside Document, but provided with pdf prop (#1709).
  • Fixed documentation for using vite-plugin-static-copy suggesting a solution that doesn't work on Windows.
Commits
  • 93b09c3 v7.7.1
  • f01d41e Bump eslint-config-wojtekmaj from 0.9.0 to 0.11.0
  • a9d0b52 Bump eslint from 8.37.0 to 8.56.0
  • 57eaaf7 Bump jsdom from 21.1.1 to 24.0.0
  • e339525 Fix Outline, Page and Thumbnail components crashing when placed outside Document
  • cf5327b Add missing linkService in DocumentContext in unit tests
  • 42eb211 Fix vite-plugin-static-copy config not working on Windows
  • See full diff in compare view

Updates @jupyterlab/builder from 4.0.10 to 4.1.2

Release notes

Sourced from @​jupyterlab/builder's releases.

v4.1.2

4.1.2

(Full Changelog)

Bugs fixed

Maintenance and upkeep improvements

Documentation improvements

Contributors to this release

(GitHub contributors page for this release)

@​FoSuCloud | @​github-actions | @​JasonWeill | @​jupyterlab-probot | @​kiliansinger | @​krassowski | @​lumberbot-app | @​nluetts | @​trungleduc | @​welcome

v4.1.1

4.1.1

(Full Changelog)

Bugs fixed

Maintenance and upkeep improvements

... (truncated)

Changelog

Sourced from @​jupyterlab/builder's changelog.

4.1.2

(Full Changelog)

Bugs fixed

Maintenance and upkeep improvements

Documentation improvements

Contributors to this release

(GitHub contributors page for this release)

@​FoSuCloud | @​github-actions | @​JasonWeill | @​jupyterlab-probot | @​kiliansinger | @​krassowski | @​lumberbot-app | @​nluetts | @​trungleduc | @​welcome

4.1.1

(Full Changelog)

Bugs fixed

Maintenance and upkeep improvements

... (truncated)

Commits
  • cfa3f5b [ci skip] Publish 4.1.2
  • d835cf3 [docker] Allow non-unique GID (#15699)
  • d4c2f9f Remove SO links, add more recent issue to FAQ (#15811)
  • bb8a4ed Windows platforms, erratic pasting of text into Markdown field (#15794)
  • b689a68 Fix highlight sequencing when replacing text in code cells (#15803)
  • 1a98dea Fix typing in editable elements inside of open shadow DOM (#15774)
  • 51d6956 Restore notebook scrolling on dragging a cell to the viewport edge (#15782)
  • e40ed2e Fix outdated link to mybinder.org on index page of documentation (#15800)
  • 53cdf83 [ci skip] Publish 4.1.1
  • 6abcf80 catch errors attempting to access document.cookie (#15788)
  • Additional commits viewable in compare view

Updates @types/react from 18.2.47 to 18.2.61

Commits

Updates eslint from 8.56.0 to 8.57.0

Release notes

Sourced from eslint's releases.

v8.57.0

Features

  • 1120b9b feat: Add loadESLint() API method for v8 (#18098) (Nicholas C. Zakas)
  • dca7d0f feat: Enable eslint.config.mjs and eslint.config.cjs (#18066) (Nitin Kumar)

Bug Fixes

  • 2196d97 fix: handle absolute file paths in FlatRuleTester (#18064) (Nitin Kumar)
  • 69dd1d1 fix: Ensure config keys are printed for config errors (#18067) (Nitin Kumar)
  • 9852a31 fix: deep merge behavior in flat config (#18065) (Nitin Kumar)
  • 4c7e9b0 fix: allow circular references in config (#18056) (Milos Djermanovic)

Documentation

  • 84922d0 docs: Show prerelease version in dropdown (#18139) (Nicholas C. Zakas)
  • 5b8c363 docs: Switch to Ethical Ads (#18117) (Milos Djermanovic)
  • 77dbfd9 docs: show NEXT in version selectors (#18052) (Milos Djermanovic)

Chores

  • 1813aec chore: upgrade @​eslint/js@​8.57.0 (#18143) (Milos Djermanovic)
  • 5c356bb chore: package.json update for @​eslint/js release (Jenkins)
  • f4a1fe2 test: add more tests for ignoring files and directories (#18068) (Nitin Kumar)
  • 42c0aef ci: Enable CI for v8.x branch (#18047) (Milos Djermanovic)
Changelog

Sourced from eslint's changelog.

v8.57.0 - February 23, 2024

  • 1813aec chore: upgrade @​eslint/js@​8.57.0 (#18143) (Milos Djermanovic)
  • 5c356bb chore: package.json update for @​eslint/js release (Jenkins)
  • 84922d0 docs: Show prerelease version in dropdown (#18139) (Nicholas C. Zakas)
  • 1120b9b feat: Add loadESLint() API method for v8 (#18098) (Nicholas C. Zakas)
  • 5b8c363 docs: Switch to Ethical Ads (#18117) (Milos Djermanovic)
  • 2196d97 fix: handle absolute file paths in FlatRuleTester (#18064) (Nitin Kumar)
  • f4a1fe2 test: add more tests for ignoring files and directories (#18068) (Nitin Kumar)
  • 69dd1d1 fix: Ensure config keys are printed for config errors (#18067) (Nitin Kumar)
  • 9852a31 fix: deep merge behavior in flat config (#18065) (Nitin Kumar)
  • dca7d0f feat: Enable eslint.config.mjs and eslint.config.cjs (#18066) (Nitin Kumar)
  • 4c7e9b0 fix: allow circular references in config (#18056) (Milos Djermanovic)
  • 77dbfd9 docs: show NEXT in version selectors (#18052) (Milos Djermanovic)
  • 42c0aef ci: Enable CI for v8.x branch (#18047) (Milos Djermanovic)

v9.0.0-beta.0 - February 9, 2024

Bumps the javascript group with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [@jupyterlab/application](https://github.com/jupyterlab/jupyterlab) | `4.0.10` | `4.1.2` |
| [@jupyterlab/filebrowser](https://github.com/jupyterlab/jupyterlab) | `4.0.10` | `4.1.2` |
| [@jupyterlab/services](https://github.com/jupyterlab/jupyterlab) | `7.0.10` | `7.1.2` |
| [react-pdf](https://github.com/wojtekmaj/react-pdf/tree/HEAD/packages/react-pdf) | `7.7.0` | `7.7.1` |
| [@jupyterlab/builder](https://github.com/jupyterlab/jupyterlab) | `4.0.10` | `4.1.2` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.2.47` | `18.2.61` |
| [eslint](https://github.com/eslint/eslint) | `8.56.0` | `8.57.0` |
| [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.33.2` | `7.34.0` |
| [prettier](https://github.com/prettier/prettier) | `3.1.1` | `3.2.5` |


Updates `@jupyterlab/application` from 4.0.10 to 4.1.2
- [Release notes](https://github.com/jupyterlab/jupyterlab/releases)
- [Changelog](https://github.com/jupyterlab/jupyterlab/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/[email protected]...@jupyterlab/[email protected])

Updates `@jupyterlab/filebrowser` from 4.0.10 to 4.1.2
- [Release notes](https://github.com/jupyterlab/jupyterlab/releases)
- [Changelog](https://github.com/jupyterlab/jupyterlab/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/[email protected]...@jupyterlab/[email protected])

Updates `@jupyterlab/services` from 7.0.10 to 7.1.2
- [Release notes](https://github.com/jupyterlab/jupyterlab/releases)
- [Changelog](https://github.com/jupyterlab/jupyterlab/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/[email protected]...@jupyterlab/[email protected])

Updates `react-pdf` from 7.7.0 to 7.7.1
- [Release notes](https://github.com/wojtekmaj/react-pdf/releases)
- [Commits](https://github.com/wojtekmaj/react-pdf/commits/v7.7.1/packages/react-pdf)

Updates `@jupyterlab/builder` from 4.0.10 to 4.1.2
- [Release notes](https://github.com/jupyterlab/jupyterlab/releases)
- [Changelog](https://github.com/jupyterlab/jupyterlab/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/[email protected]...@jupyterlab/[email protected])

Updates `@types/react` from 18.2.47 to 18.2.61
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `eslint` from 8.56.0 to 8.57.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.56.0...v8.57.0)

Updates `eslint-plugin-react` from 7.33.2 to 7.34.0
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases)
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md)
- [Commits](jsx-eslint/eslint-plugin-react@v7.33.2...v7.34.0)

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

---
updated-dependencies:
- dependency-name: "@jupyterlab/application"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: javascript
- dependency-name: "@jupyterlab/filebrowser"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: javascript
- dependency-name: "@jupyterlab/services"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: javascript
- dependency-name: react-pdf
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: javascript
- dependency-name: "@jupyterlab/builder"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: javascript
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: javascript
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: javascript
- dependency-name: eslint-plugin-react
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: javascript
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: javascript
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 4, 2024
Copy link
Author

dependabot bot commented on behalf of github Mar 11, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Mar 11, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/javascript-78c76436f6 branch March 11, 2024 12:02
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