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

chore(deps): December 2023 bump #2234

Merged
merged 11 commits into from
Dec 22, 2023
Merged

Commits on Dec 11, 2023

  1. feat(deps): Update three from 0.154.0 to 0.159.0

    Notes:
    - The lighting model has been updated in r155.
      Light intensity may requires much higher intensity values.
      See https://discourse.threejs.org/t/updates-to-lighting-in-three-js-r155/53733
    - AnimationUtils.arraySlice() has been removed in r157.
      All references in LegacyGLTFLoader have been replaced by TypedArray#slice()
    - Quaternions are now expected to be normalized in r158.
    Desplandis committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    e43bb33 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49a45c3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    671faa6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c33015f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    404d0e7 View commit details
    Browse the repository at this point in the history
  6. chore(deps-dev): Update webpack and its loaders

    - webpack: 5.87.0 to 5.89.0
    - babel-loader: 9.1.2 to 9.1.3
    Desplandis committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    317be55 View commit details
    Browse the repository at this point in the history
  7. chore(deps-dev): Update eslint and its plugins

    - eslint: 8.43.0 to 8.55.0
    - eslint-import-resolver-webpack: 0.13.2 to 0.13.8
    - eslint-plugin-import: 2.27.5 to 2.29.0
    
    Notes:
    - Updated linting rules implies fixing new warnings raised in Ellipsoid
      and WebXR
    Desplandis committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    e7a862a View commit details
    Browse the repository at this point in the history
  8. chore(deps-dev): Update some developer dependencies

    - chalk: 5.2.0 to 5.3.0
    - chart.js: 4.3.0 to 4.4.1
    - core-js: 3.31.0 to 3.34.0
    - https-proxy-agent: 7.0.0 to 7.0.2
    - marked: 5.1.0 to 11.0.1
    - node-fetch: 2.6.11 to 2.7.0
      Note that we cannot update to version `>= 3.0.0` since it's now a ESM
      only package. However, the 2.x.x branch is still maintained.
    - replace-in-file: 7.0.1 to 7.0.2
    - typescript: 5.1.6 to 5.3.3
    - whatwg-fetch: 3.6.2 to 3.6.19
    Desplandis committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    aefeff8 View commit details
    Browse the repository at this point in the history
  9. chore(dev-deps): Update puppeteer from 19.4.0 to 21.6.0

    - Switch to new headless mode (which uses chrome instead of chromium)
    - Add explicit button parameter to mouse.up (which is now mandatory)
    Desplandis committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    ecce14d View commit details
    Browse the repository at this point in the history
  10. chore(deps-dev): Update conventional-changelog from 3.0.0 to 4.1.0

    - Requires node >= 16
    - Fix issue when the changelog of all versions was inserted in the
      changelog.md (only the last release is now added).
    Desplandis committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    27b5312 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9f54953 View commit details
    Browse the repository at this point in the history