Arelle / ixbrl-viewer

The Arelle iXBRL Viewer allows Inline XBRL (or iXBRL) reports to be viewed interactively in a web browser. The viewer allows users to access the tagged XBRL data embedded in an iXBRL report.
Other
100 stars 60 forks source link

Bump the npm-dependencies group with 44 updates #701

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps the npm-dependencies group with 44 updates:

Package From To
i18next 23.11.5 23.12.1
@babel/core 7.24.7 7.24.8
@babel/preset-env 7.24.7 7.24.8
puppeteer 22.12.1 22.13.0
webpack 5.92.1 5.93.0
webpack-merge 5.10.0 6.0.1
@babel/compat-data 7.24.7 7.24.8
@babel/generator 7.24.7 7.24.8
@babel/helper-compilation-targets 7.24.7 7.24.8
@babel/helper-create-class-features-plugin 7.24.7 7.24.8
@babel/helper-member-expression-to-functions 7.24.7 7.24.8
@babel/helper-module-transforms 7.24.7 7.24.8
@babel/helper-plugin-utils 7.24.7 7.24.8
@babel/helper-string-parser 7.24.7 7.24.8
@babel/helper-validator-option 7.24.7 7.24.8
@babel/helpers 7.24.7 7.24.8
@babel/parser 7.24.7 7.24.8
@babel/plugin-transform-classes 7.24.7 7.24.8
@babel/plugin-transform-destructuring 7.24.7 7.24.8
@babel/plugin-transform-modules-commonjs 7.24.7 7.24.8
@babel/plugin-transform-optional-chaining 7.24.7 7.24.8
@babel/plugin-transform-typeof-symbol 7.24.7 7.24.8
@babel/runtime 7.24.7 7.24.8
@babel/traverse 7.24.7 7.24.8
@babel/types 7.24.7 7.24.8
@csstools/css-parser-algorithms 2.7.0 2.7.1
@csstools/css-tokenizer 2.3.2 2.4.1
@csstools/media-query-list-parser 2.1.12 2.1.13
@jridgewell/sourcemap-codec 1.4.15 1.5.0
@types/node 20.14.9 20.14.10
acorn 8.12.0 8.12.1
browserslist 4.23.1 4.23.2
caniuse-lite 1.0.30001639 1.0.30001642
chromium-bidi 0.5.24 0.6.0
electron-to-chromium 1.4.815 1.4.827
nwsapi 2.2.10 2.2.12
postcss-selector-parser 6.1.0 6.1.1
puppeteer-core 22.12.1 22.13.0
qs 6.12.1 6.12.3
terser 5.31.1 5.31.2
text-decoder 1.1.0 1.1.1
typescript 5.5.2 5.5.3
update-browserslist-db 1.0.16 1.1.0
ws 8.17.1 8.18.0

Updates i18next from 23.11.5 to 23.12.1

Release notes

Sourced from i18next's releases.

v23.12.1

  • Use explicit imports for utils 2212

v23.12.0

  • feat: Add posibility to override keyPrefix for certain translation. 2211
Changelog

Sourced from i18next's changelog.

23.12.1

  • Use explicit imports for utils 2212

23.12.0

  • feat: Add posibility to override keyPrefix for certain translation. 2211
Commits


Updates @babel/core from 7.24.7 to 7.24.8

Release notes

Sourced from @​babel/core's releases.

v7.24.8 (2024-07-11)

Thanks @​H0onnn, @​jkup and @​SreeXD for your first pull requests!

:eyeglasses: Spec Compliance

:bug: Bug Fix

:nail_care: Polish

Committers: 9

Changelog

Sourced from @​babel/core's changelog.

v7.24.8 (2024-07-11)

:eyeglasses: Spec Compliance

:bug: Bug Fix

:nail_care: Polish

Commits


Updates @babel/preset-env from 7.24.7 to 7.24.8

Release notes

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

v7.24.8 (2024-07-11)

Thanks @​H0onnn, @​jkup and @​SreeXD for your first pull requests!

:eyeglasses: Spec Compliance

:bug: Bug Fix

:nail_care: Polish

Committers: 9

Changelog

Sourced from @​babel/preset-env's changelog.

v7.24.8 (2024-07-11)

:eyeglasses: Spec Compliance

:bug: Bug Fix

:nail_care: Polish

Commits


Updates puppeteer from 22.12.1 to 22.13.0

Release notes

Sourced from puppeteer's releases.

puppeteer-core: v22.13.0

22.13.0 (2024-07-11)

Features

Bug Fixes

  • add an option to not wait for fonts when pdf printing (#12675) (a573dbd)
  • add browser entrypoint to package.json of puppeteer-core (#12729) (669c86b)
  • cli: puppeteer CLI should read the project configuration (#12730) (bca750a)
  • correct validation of the quality parameter in page.screenshot (#12725) (2f8abd7)
  • do not allow switching tabs while the screenshot operation is in progress (#12724) (a3345f6)
  • don't rely on Buffer to be present (#12702) (3c02cef)
  • ensure existing targets are attached to pages (#12677) (d1d8489)
  • make sure bindings are working after a page is restored from bfcache (#12663) (570b1a8)
  • support evaluateOnNewDocument for out-of-process frames (#12714) (eac7cda)
  • support out-of-process iframes in exposeFunction (#12722) (b6b536b)

puppeteer: v22.13.0

22.13.0 (2024-07-11)

Bug Fixes

  • cli: puppeteer CLI should read the project configuration (#12730) (bca750a)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 22.12.1 to 22.13.0
Commits
  • 8c07018 chore: release main (#12676)
  • a3345f6 fix: do not allow switching tabs while the screenshot operation is in progres...
  • bca750a fix(cli): puppeteer CLI should read the project configuration (#12730)
  • 669c86b fix: add browser entrypoint to package.json of puppeteer-core (#12729)
  • 3c02cef fix: don't rely on Buffer to be present (#12702)
  • f751b83 chore: update todos (#12727)
  • 2f8abd7 fix: correct validation of the quality parameter in page.screenshot (#12725)
  • b6b536b fix: support out-of-process iframes in exposeFunction (#12722)
  • 87c91d5 chore(deps-dev): Bump the dev-dependencies group with 8 updates (#12717)
  • 8b71271 chore(deps): Bump the all group in /website with 2 updates (#12718)
  • Additional commits viewable in compare view


Updates webpack from 5.92.1 to 5.93.0

Release notes

Sourced from webpack's releases.

v5.93.0

Bug Fixes

  • Generate correct relative path to runtime chunks
  • Makes DefinePlugin quieter under default log level
  • Fixed mangle destructuring default in namespace import
  • Fixed consumption of eager shared modules for module federation
  • Strip slash for pretty regexp
  • Calculate correct contenthash for CSS generator options

New Features

  • Added the binary generator option for asset modules to explicitly keep source maps produced by loaders
  • Added the modern-module library value for tree shakable output
  • Added the overrideStrict option to override strict or non-strict mode for javascript modules
Commits
  • 277460b chore(release): 5.93.0
  • 76ab754 fix: relative path to runtime chunks
  • 40b1a77 test: added
  • 080e54f fix: relative path to runtime chunks
  • 7764e38 chore(deps-dev): bump eslint from 9.5.0 to 9.6.0
  • 22738f3 chore(deps-dev): bump eslint from 9.5.0 to 9.6.0
  • 1a27b9e fix: contenthash for css generator options
  • e716d44 chore(deps-dev): bump @​eslint/js from 9.5.0 to 9.6.0
  • 7a34330 chore(deps-dev): bump typescript from 5.5.2 to 5.5.3
  • 974752f chore(deps-dev): bump globals from 15.6.0 to 15.8.0
  • Additional commits viewable in compare view


Updates webpack-merge from 5.10.0 to 6.0.1

Changelog

Sourced from webpack-merge's changelog.

6.0.1 / 2024-07-02

  • Fix - Restore usage of clone-deep as there was a corner case where structuredClone did not work as expected. #214

6.0.0 / 2024-07-02

  • Chore - Update internal dependencies. As a result, the package needs at least Node 18 to run.
  • Chore - Use structuredClone over clone-deep dependency since it is included to Node 18 or above. #214
Commits


Updates @babel/compat-data from 7.24.7 to 7.24.8

Release notes

Sourced from @​babel/compat-data's releases.

v7.24.8 (2024-07-11)

Thanks @​H0onnn, @​jkup and @​SreeXD for your first pull requests!

:eyeglasses: Spec Compliance

:bug: Bug Fix

:nail_care: Polish

Committers: 9

Changelog

Sourced from @​babel/compat-data's changelog.

v7.24.8 (2024-07-11)

:eyeglasses: Spec Compliance

:bug: Bug Fix

:nail_care: Polish

Commits


Updates @babel/generator from 7.24.7 to 7.24.8

Release notes

Sourced from @​babel/generator's releases.

v7.24.8 (2024-07-11)

Thanks @​H0onnn, @​jkup and @​SreeXD for your first pull requests!

:eyeglasses: Spec Compliance

:bug: Bug Fix

:nail_care: Polish

Committers: 9

Changelog

Sourced from @​babel/generator's changelog.

v7.24.8 (2024-07-11)

:eyeglasses: Spec Compliance

:bug: Bug Fix

:nail_care: Polish

Commits


Updates @babel/helper-compilation-targets from 7.24.7 to 7.24.8

Release notes

Sourced from @​babel/helper-compilation-targets's releases.

v7.24.8 (2024-07-11)

Thanks @​H0onnn, @​jkup and @​SreeXD for your first pull requests!

:eyeglasses: Spec Compliance

:bug: Bug Fix

:nail_care: Polish

Committers: 9

Changelog

Sourced from @​babel/helper-compilation-targets's changelog.

v7.24.8 (2024-07-11)

:eyeglasses: Spec Compliance

:bug: Bug Fix

:nail_care: Polish

Commits


Updates @babel/helper-create-class-features-plugin from 7.24.7 to 7.24.8

Release notes

Sourced from @​babel/helper-create-class-features-plugin's releases.

v7.24.8 (2024-07-11)

Thanks @​H0onnn, @​jkup and @​SreeXD for your first pull requests!

:eyeglasses: Spec Compliance

:bug: Bug Fix

:nail_care: Polish

Committers: 9

Changelog

Sourced from @​babel/helper-create-class-features-plugin's changelog.

v7.24.8 (2024-07-11)

:eyeglasses: Spec Compliance

  • babel-parser
    • aviary-wf commented 3 months ago

      Security Insights

      No security relevant content was detected by automated scans.

      Action Items

      • Review PR for security impact; comment "security review required" if needed or unsure
      • Verify aviary.yaml coverage of security relevant code

        Questions or Comments? Reach out on Slack: #support-infosec.