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

[DCJ-400-npm]: Bump the npm-dependencies group with 10 updates #2682

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 7, 2024

Bumps the npm-dependencies group with 10 updates:

Package From To
oidc-client-ts 3.0.1 3.1.0
react-dropzone 14.2.3 14.2.9
react-google-charts 4.0.7 5.1.0
@babel/core 7.25.2 7.25.7
@babel/eslint-parser 7.25.1 7.25.7
@babel/eslint-plugin 7.25.1 7.25.7
@babel/preset-react 7.24.7 7.25.7
@types/lodash 4.17.9 4.17.10
@types/react 18.3.10 18.3.11
eslint-plugin-react 7.37.0 7.37.1

Updates oidc-client-ts from 3.0.1 to 3.1.0

Release notes

Sourced from oidc-client-ts's releases.

v3.1.0

oidc-client-ts v3.1.0 is a minor release.

No longer using crypto-js package, but built-in browser crypto.subtle module. Crypto.subtle is available only in secure contexts (HTTPS). Also have a look into the migration info.

Changelog:

  • Fixes:
    • #1666: fix link in docs to issue
    • #1600: updated docs about logger
    • #1589: fix compiler error for target=ES2022
    • #1539: fix small typo in signinCallback doc in UserManager.ts
    • #1504: typo in sample app config
    • #1490: fix the return type of signinCallback
    • #1443: fixes typos in docs
  • Features:
    • #1672: make signoutCallback return signout response if request_type is so:r
    • #1626: add popupSignal property to signinPopup and signoutPop
    • #1580: add dpop docs
    • #1569: add dpop nonce support
    • #1457: add extra headers
    • #1461: add demonstrating proof of possession
    • #1430: add global requestTimeoutInSeconds setting
    • #1405: allow using default scopes from authorization server

thanks to @​klues, @​smujmaiku, @​mftruso, @​peetck, @​dbfr3qs, @​mottykohn, @​noshiro-pf, @​dbfr3qs, @​grjan7 and @​natergj

v3.1.0-rc.1

oidc-client-ts v3.1.0-rc.1 is a bug fix release.

No longer using crypto-js package, but built-in browser crypto.subtle module. Crypto.subtle is available only in secure contexts (HTTPS). Also have a look into the migration info.

Changelog:

  • Fixes:
    • #1589: fix compiler error for target=ES2022
  • Features:
    • #1580: add dpop docs
    • #1569: add dpop nonce support

thanks to @​dbfr3qs

v3.1.0-rc.0

oidc-client-ts v3.1.0-rc.0 is a minor release.

No longer using crypto-js package, but built-in browser crypto.subtle module. Crypto.subtle is available only in secure contexts (HTTPS). Also have a look into the migration info.

Changelog:

  • Fixes:
    • #1539: fix small typo in signinCallback doc in UserManager.ts
    • #1504: typo in sample app config
    • #1490: fix the return type of signinCallback

... (truncated)

Commits
  • 9ccae8f v3.1.0
  • d815d52 Merge pull request #1683 from authts/dependabot/npm_and_yarn/types/node-22.7.4
  • 841225a build(deps-dev): bump @​types/node from 22.7.3 to 22.7.4
  • d789499 Merge pull request #1680 from authts/dependabot/npm_and_yarn/types/node-22.7.3
  • db345bf build(deps-dev): bump @​types/node from 22.5.5 to 22.7.3
  • ef0d8e7 Merge pull request #1674 from authts/dependabot/npm_and_yarn/jose-5.9.3
  • c975f83 Merge pull request #1673 from authts/dependabot/npm_and_yarn/esbuild-0.24.0
  • cb8190a build(deps-dev): bump jose from 5.9.2 to 5.9.3
  • 06d569a build(deps-dev): bump esbuild from 0.23.1 to 0.24.0
  • e04c828 Merge pull request #1672 from peetck/main
  • Additional commits viewable in compare view

Updates react-dropzone from 14.2.3 to 14.2.9

Release notes

Sourced from react-dropzone's releases.

v14.2.9

14.2.9 (2024-10-03)

Bug Fixes

  • disable file access API by default (c0255d5)

v14.2.8

14.2.8 (2024-10-03)

Bug Fixes

  • revert min node version to 10.13 (d1ae54d)

v14.2.7

14.2.7 (2024-10-03)

Bug Fixes

v14.2.6

14.2.6 (2024-10-02)

Bug Fixes

  • ensure package works as a module (2471dd9)

v14.2.5

14.2.5 (2024-10-02)

Bug Fixes

  • ensure proper readonly arrays for types (d7799eb)

v14.2.4

14.2.4 (2024-10-02)

Bug Fixes

  • add path to acceptedFiles and fileRejections (960c6d3)
Commits
  • c0255d5 fix: disable file access API by default
  • 842b0cc ci: run tests on node 18 as well
  • d1ae54d fix: revert min node version to 10.13
  • 68a8a78 fix: ensure typings can be resolved and close #1371
  • f2233ca docs: fix hook missing dep warning in preview example
  • 2471dd9 fix: ensure package works as a module
  • d7799eb fix: ensure proper readonly arrays for types
  • db97f3e docs: fix tests badge
  • c350579 build: bump nvm node version to 20
  • 821fd6a ci: use node 20 to release
  • Additional commits viewable in compare view

Updates react-google-charts from 4.0.7 to 5.1.0

Release notes

Sourced from react-google-charts's releases.

v5.1.0

Features

  • add support for custom loader.js script location (c11c31c), closes #730

Bug Fixes

  • add and remove event listeners using useEffect (#731) (651d14c)
  • re-draw on any relevant prop change (4da45f6)
  • re-draw when data, columns or rows changed (687521f)

v5.0.0

Bug Fixes

  • add and remove event listeners using useEffect (#731) (651d14c)
  • re-draw on any relevant prop change (4da45f6)
  • re-draw when data, columns or rows changed (687521f)
Changelog

Sourced from react-google-charts's changelog.

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

5.0.0 (2024-09-28)

4.0.8 (2024-09-28)

Commits
  • 18522b9 chore(release): 5.1.0
  • 0a1ffd3 chore(docs): add algolia search
  • 6ce5e39 chore(docs): fix logo url to show correctly in npm
  • 8a0be4a chore(deps-dev): bump turbo from 2.1.2 to 2.1.3 (#734)
  • 049127b chore(deps-dev): bump @​size-limit/preset-big-lib from 11.1.5 to 11.1.6 (#736)
  • 318e2e7 chore(deps): bump @​algolia/client-search from 5.6.1 to 5.7.0 (#738)
  • 7cc3a57 chore(deps-dev): bump rollup from 4.22.5 to 4.24.0 (#739)
  • 7444d28 chore(deps-dev): bump size-limit from 11.1.5 to 11.1.6 (#737)
  • c11c31c feat: add support for custom loader.js script location
  • 47adb78 chore(release): 5.0.0
  • Additional commits viewable in compare view

Updates @babel/core from 7.25.2 to 7.25.7

Release notes

Sourced from @​babel/core's releases.

v7.25.7 (2024-10-02)

Thanks @​DylanPiercey and @​YuHyeonWook for your first PRs!

🐛 Bug Fix

💅 Polish

🏠 Internal

  • babel-core
  • babel-helper-compilation-targets, babel-helper-plugin-utils, babel-preset-env
  • babel-plugin-proposal-destructuring-private, babel-plugin-syntax-decimal, babel-plugin-syntax-import-reflection, babel-standalone
  • babel-generator

🏃‍♀️ Performance

Committers: 8

v7.25.6 (2024-08-29)

Thanks @​j4k0xb for your first PR!

... (truncated)

Changelog

Sourced from @​babel/core's changelog.

v7.25.7 (2024-10-02)

🐛 Bug Fix

💅 Polish

🏠 Internal

  • babel-core
  • babel-helper-compilation-targets, babel-helper-plugin-utils, babel-preset-env
  • babel-plugin-proposal-destructuring-private, babel-plugin-syntax-decimal, babel-plugin-syntax-import-reflection, babel-standalone
  • babel-generator

🏃‍♀️ Performance

v7.25.6 (2024-08-29)

🐛 Bug Fix

💅 Polish

  • babel-generator, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-duplicate-named-capturing-groups-regex, babel-plugin-transform-named-capturing-groups-regex, babel-plugin-transform-react-jsx-development, babel-plugin-transform-react-jsx, babel-plugin-transform-react-pure-annotations, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env

... (truncated)

Commits

Updates @babel/eslint-parser from 7.25.1 to 7.25.7

Release notes

Sourced from @​babel/eslint-parser's releases.

v7.25.7 (2024-10-02)

Thanks @​DylanPiercey and @​YuHyeonWook for your first PRs!

🐛 Bug Fix

💅 Polish

🏠 Internal

  • babel-core
  • babel-helper-compilation-targets, babel-helper-plugin-utils, babel-preset-env
  • babel-plugin-proposal-destructuring-private, babel-plugin-syntax-decimal, babel-plugin-syntax-import-reflection, babel-standalone
  • babel-generator

🏃‍♀️ Performance

Committers: 8

v7.25.6 (2024-08-29)

Thanks @​j4k0xb for your first PR!

... (truncated)

Changelog

Sourced from @​babel/eslint-parser's changelog.

v7.25.7 (2024-10-02)

🐛 Bug Fix

💅 Polish

🏠 Internal

  • babel-core
  • babel-helper-compilation-targets, babel-helper-plugin-utils, babel-preset-env
  • babel-plugin-proposal-destructuring-private, babel-plugin-syntax-decimal, babel-plugin-syntax-import-reflection, babel-standalone
  • babel-generator

🏃‍♀️ Performance

v7.25.6 (2024-08-29)

🐛 Bug Fix

💅 Polish

  • babel-generator, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-duplicate-named-capturing-groups-regex, babel-plugin-transform-named-capturing-groups-regex, babel-plugin-transform-react-jsx-development, babel-plugin-transform-react-jsx, babel-plugin-transform-react-pure-annotations, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env

... (truncated)

Commits

Updates @babel/eslint-plugin from 7.25.1 to 7.25.7

Release notes

Sourced from @​babel/eslint-plugin's releases.

v7.25.7 (2024-10-02)

Thanks @​DylanPiercey and @​YuHyeonWook for your first PRs!

🐛 Bug Fix

💅 Polish

🏠 Internal

  • babel-core
  • babel-helper-compilation-targets, babel-helper-plugin-utils, babel-preset-env
  • babel-plugin-proposal-destructuring-private, babel-plugin-syntax-decimal, babel-plugin-syntax-import-reflection, babel-standalone
  • babel-generator

🏃‍♀️ Performance

Committers: 8

v7.25.6 (2024-08-29)

Thanks @​j4k0xb for your first PR!

... (truncated)

Changelog

Sourced from @​babel/eslint-plugin's changelog.

v7.25.7 (2024-10-02)

🐛 Bug Fix

💅 Polish

🏠 Internal

  • babel-core
  • babel-helper-compilation-targets, babel-helper-plugin-utils, babel-preset-env
  • babel-plugin-proposal-destructuring-private, babel-plugin-syntax-decimal, babel-plugin-syntax-import-reflection, babel-standalone
  • babel-generator

🏃‍♀️ Performance

v7.25.6 (2024-08-29)

🐛 Bug Fix

💅 Polish

  • babel-generator, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-duplicate-named-capturing-groups-regex, babel-plugin-transform-named-capturing-groups-regex, babel-plugin-transform-react-jsx-development, babel-plugin-transform-react-jsx, babel-plugin-transform-react-pure-annotations, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env

... (truncated)

Commits

Updates @babel/preset-react from 7.24.7 to 7.25.7

Release notes

Sourced from @​babel/preset-react's releases.

v7.25.7 (2024-10-02)

Thanks @​DylanPiercey and @​YuHyeonWook for your first PRs!

🐛 Bug Fix

💅 Polish

🏠 Internal

  • babel-core
  • babel-helper-compilation-targets, babel-helper-plugin-utils, babel-preset-env
  • babel-plugin-proposal-destructuring-private, babel-plugin-syntax-decimal, babel-plugin-syntax-import-reflection, babel-standalone
  • babel-generator

🏃‍♀️ Performance

Committers: 8

v7.25.6 (2024-08-29)

Thanks @​j4k0xb for your first PR!

... (truncated)

...

Description has been truncated

Bumps the npm-dependencies group with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [oidc-client-ts](https://github.com/authts/oidc-client-ts) | `3.0.1` | `3.1.0` |
| [react-dropzone](https://github.com/react-dropzone/react-dropzone) | `14.2.3` | `14.2.9` |
| [react-google-charts](https://github.com/RakanNimer/react-google-charts) | `4.0.7` | `5.1.0` |
| [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.25.2` | `7.25.7` |
| [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser) | `7.25.1` | `7.25.7` |
| [@babel/eslint-plugin](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-plugin) | `7.25.1` | `7.25.7` |
| [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react) | `7.24.7` | `7.25.7` |
| [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) | `4.17.9` | `4.17.10` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.3.10` | `18.3.11` |
| [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.37.0` | `7.37.1` |


Updates `oidc-client-ts` from 3.0.1 to 3.1.0
- [Release notes](https://github.com/authts/oidc-client-ts/releases)
- [Commits](authts/oidc-client-ts@v3.0.1...v3.1.0)

Updates `react-dropzone` from 14.2.3 to 14.2.9
- [Release notes](https://github.com/react-dropzone/react-dropzone/releases)
- [Commits](react-dropzone/react-dropzone@v14.2.3...v14.2.9)

Updates `react-google-charts` from 4.0.7 to 5.1.0
- [Release notes](https://github.com/RakanNimer/react-google-charts/releases)
- [Changelog](https://github.com/rakannimer/react-google-charts/blob/master/CHANGELOG.md)
- [Commits](rakannimer/react-google-charts@v4.0.7...v5.1.0)

Updates `@babel/core` from 7.25.2 to 7.25.7
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.25.7/packages/babel-core)

Updates `@babel/eslint-parser` from 7.25.1 to 7.25.7
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.25.7/eslint/babel-eslint-parser)

Updates `@babel/eslint-plugin` from 7.25.1 to 7.25.7
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.25.7/eslint/babel-eslint-plugin)

Updates `@babel/preset-react` from 7.24.7 to 7.25.7
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.25.7/packages/babel-preset-react)

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

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

Updates `eslint-plugin-react` from 7.37.0 to 7.37.1
- [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.37.0...v7.37.1)

---
updated-dependencies:
- dependency-name: oidc-client-ts
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: react-dropzone
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: react-google-charts
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: "@babel/eslint-parser"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: "@babel/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: "@babel/preset-react"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: "@types/lodash"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: eslint-plugin-react
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner October 7, 2024 11:24
@dependabot dependabot bot requested review from rushtong and okotsopoulos and removed request for a team October 7, 2024 11:24
@dependabot dependabot bot added dependency Dependencies npm labels Oct 7, 2024
Copy link
Contributor

@rushtong rushtong left a comment

Choose a reason for hiding this comment

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

Manually tested the functional library updates 👍🏽

Copy link
Contributor

@fboulnois fboulnois left a comment

Choose a reason for hiding this comment

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

looks good 👍

@fboulnois fboulnois merged commit 3a999e5 into develop Oct 7, 2024
9 checks passed
@fboulnois fboulnois deleted the dependabot/npm_and_yarn/develop/npm-dependencies-93b0572ca8 branch October 7, 2024 12:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependency Dependencies npm
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants