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): update all patch and minor versions #1112

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 9, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@typescript-eslint/eslint-plugin (source) 8.13.0 -> 8.15.0 age adoption passing confidence
@typescript-eslint/parser (source) 8.13.0 -> 8.15.0 age adoption passing confidence
cesium (source) 1.123.0 -> 1.123.1 age adoption passing confidence
eslint (source) 8.57.0 -> 8.57.1 age adoption passing confidence
parcel 2.12.0 -> 2.13.0 age adoption passing confidence

Release Notes

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.15.0

Compare Source

🚀 Features
  • eslint-plugin: [prefer-nullish-coalescing] fix detection of ignoreConditionalTests involving boolean ! operator (#​10299)
  • eslint-plugin: new rule no-unsafe-type-assertion (#​10051)
  • eslint-plugin: added related-getter-setter-pairs rule (#​10192)
🩹 Fixes
  • utils: add defaultOptions to meta in rule (#​10339)
  • eslint-plugin: report deprecations used in default export (#​10330)
  • eslint-plugin: [explicit-module-boundary-types] and [explicit-function-return-type] don't report on as const satisfies (#​10315)
  • eslint-plugin: [await-thenable, return-await] don't flag awaiting unconstrained type parameter as unnecessary (#​10314)
  • eslint-plugin: [consistent-indexed-object-style] handle circular mapped types (#​10301)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.14.0

Compare Source

🚀 Features
  • eslint-plugin: [await-thenable] report unnecessary await using statements (#​10209)
  • eslint-plugin: [no-confusing-void-expression] add an option to ignore void<->void (#​10067)
🩹 Fixes
  • scope-manager: fix asserted increments not being marked as write references (#​10271)
  • eslint-plugin: [no-misused-promises] improve report loc for methods (#​10216)
  • eslint-plugin: [no-unnecessary-condition] improve error message for literal comparisons (#​10194)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.15.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.14.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

CesiumGS/cesium (cesium)

v1.123.1

Compare Source

@​cesium/engine
Additions 🎉
  • Added fallback diffuse lighting, DynamicEnvironmentMapManager.DEFAULT_SPHERICAL_HARMONIC_COEFFICIENTS, that is used when DynamicEnvironmentMapManager is disabled or unsupported. #​12292
  • Added DynamicEnvironmentMapManager.isDynamicUpdateSupported to check if dynamic environment map updates are supported. #​12292
eslint/eslint (eslint)

v8.57.1

Compare Source

parcel-bundler/parcel (parcel)

v2.13.0

Compare Source

Added
  • Core

    • Expose watcher ignore and watcher backend options – Details
    • Improve large watcher events payload experience – Details
    • Add support for globs in package.json#source – Details
    • Add config key invalidation – Details
  • Bundler

  • Dev Server

  • Resolver

    • 12x faster resolver cache – Details
    • Correctly handle empty resolver diagnostics array – Details
Fixed
  • Core

    • Remove abortcontroller-polyfill – Details
    • Fix missing content key in symbol propagation when asset is removed – Details
    • Update minimum supported node version to 16 – Details
    • Ensure the snapshot directory matches the watch dir – Details
    • Add parcel version to PluginOptions – Details
    • Fix possible race condition in the caching of request graph – Details
    • Ensure empty extended config throws a diagnostic – Details
    • Ensure Asset public ids are assigned deterministically – Details
    • Directories ignored by watcher should be relative to the watch directory – Details
    • Fix request tracker incremental cache write for new nodes – Details
    • Improve request graph cache reading – Details
    • Exit process with error code when reporters fail – Details
    • Write tmp files to the OS tmp directory - Details
    • Fix small HMR issues – Details
    • Fix crash in EntryRequest with multiple globs in the source field – Details
    • Revert split manifest runtime bundles – Details
    • Revert chunked cache blobs for improved stability – Details
    • Update dependencies – Details
  • Bundler

    • Fix assets outside project root with Manual Shared Bundles – Details
  • JavaScript

    • Avoid non-identifier export names in non-entry library bundles – Details
    • Relax react-refresh version range – Details
    • Also emit swc recoverable errors – Details
    • Bump swc – Details, Details, Details, Details
    • Bump swc and browserslist-rs – Details
    • Replace std::sync locks with parking_lot locks for better stability – Details
    • Ensure const modules in async bundles are wrapped – Details
    • Fix dev packager global reference – Details
    • Fix import usage tracking for destructure defaulting – Details
    • Update Node.js globals replacer to use SWC VisitMut – Details
    • Update process.env replacer to use SWC VisitMut – Details
    • Update Node.js __filename and __dirname replace to use SWC VisitMut – Details
    • Fix parcelRequire being added to multi-target libraries – Details
    • Handle TypeScript expressions in macro evaluator – Details
  • Resolver

    • Fix NUL byte crash in resolver – Details
    • Change default resolver error message for custom specifiers – Details
  • TypeScript

    • Handle dynamic import type references in TS types transformer – Details
    • Correctly handle qualified names in TS types import() – Details
  • SASS

    • Migrate to new sass API – Details
  • SVG

    • Load svgo version from project – Details
    • Update svgr and use project svgo version – Details
  • Image

  • Vue

    • Upgrade consolidate to v1 – Details
  • Web Extensions

    • Allow both service_worker and scripts in MV3 Web Extensions – Details

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/all-patch-and-minor-versions branch 8 times, most recently from a2f2cde to 8713f47 Compare October 16, 2023 18:05
@renovate renovate bot force-pushed the renovate/all-patch-and-minor-versions branch 5 times, most recently from 5aabd31 to cb3fd55 Compare October 25, 2023 12:46
@renovate renovate bot force-pushed the renovate/all-patch-and-minor-versions branch 4 times, most recently from 5076b8a to 8a13855 Compare November 1, 2023 18:22
@renovate renovate bot force-pushed the renovate/all-patch-and-minor-versions branch 6 times, most recently from 9f9ca0e to 8de618f Compare November 10, 2023 17:05
@renovate renovate bot force-pushed the renovate/all-patch-and-minor-versions branch 5 times, most recently from 4b1df5b to cfeacc1 Compare November 20, 2023 19:34
@renovate renovate bot force-pushed the renovate/all-patch-and-minor-versions branch 2 times, most recently from 8337947 to 478d237 Compare November 27, 2023 20:16
@renovate renovate bot force-pushed the renovate/all-patch-and-minor-versions branch 2 times, most recently from 0708f2f to d1cb20c Compare September 16, 2024 16:13
@renovate renovate bot force-pushed the renovate/all-patch-and-minor-versions branch 5 times, most recently from db65fd4 to 72b41e1 Compare October 3, 2024 12:55
@renovate renovate bot force-pushed the renovate/all-patch-and-minor-versions branch 5 times, most recently from c59b1a2 to 680c668 Compare October 10, 2024 14:40
@renovate renovate bot force-pushed the renovate/all-patch-and-minor-versions branch 2 times, most recently from 3df0be2 to 29a37cc Compare October 16, 2024 04:28
@renovate renovate bot force-pushed the renovate/all-patch-and-minor-versions branch 5 times, most recently from cedf789 to 84dadf4 Compare October 28, 2024 03:57
@renovate renovate bot force-pushed the renovate/all-patch-and-minor-versions branch 2 times, most recently from 26cdca4 to a895643 Compare November 1, 2024 19:11
@renovate renovate bot changed the title chore(deps): update all patch and minor versions chore(deps): update dependency eslint to v8.57.1 Nov 5, 2024
@renovate renovate bot force-pushed the renovate/all-patch-and-minor-versions branch 2 times, most recently from c6e16d2 to 2e4125f Compare November 8, 2024 01:33
@renovate renovate bot changed the title chore(deps): update dependency eslint to v8.57.1 chore(deps): update all patch and minor versions Nov 8, 2024
@renovate renovate bot force-pushed the renovate/all-patch-and-minor-versions branch 3 times, most recently from 266f0d7 to e73e631 Compare November 12, 2024 17:37
@renovate renovate bot force-pushed the renovate/all-patch-and-minor-versions branch from e73e631 to 302438c Compare November 18, 2024 17:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants