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

fix(deps): update all non-major dependencies #1887

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 26, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@rollup/plugin-commonjs (source) ^25.0.7 -> ^25.0.8 age adoption passing confidence
@rollup/plugin-node-resolve (source) ^15.2.3 -> ^15.3.1 age adoption passing confidence
@rollup/plugin-replace (source) ^5.0.5 -> ^5.0.7 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) ^6.19.1 -> ^6.21.0 age adoption passing confidence
@typescript-eslint/parser (source) ^6.19.1 -> ^6.21.0 age adoption passing confidence
axios (source) ^1.6.5 -> ^1.8.2 age adoption passing confidence
body-parser ^1.20.2 -> ^1.20.3 age adoption passing confidence
cookie-parser ^1.4.6 -> ^1.4.7 age adoption passing confidence
ejs ^3.1.9 -> ^3.1.10 age adoption passing confidence
ejs-lint (source) ^2.0.0 -> ^2.0.1 age adoption passing confidence
eslint (source) ^8.56.0 -> ^8.57.1 age adoption passing confidence
eslint-plugin-import ^2.29.1 -> ^2.31.0 age adoption passing confidence
eslint-plugin-lit ^1.11.0 -> ^1.15.0 age adoption passing confidence
eslint-plugin-wc ^2.0.4 -> ^2.2.1 age adoption passing confidence
express (source) ^4.18.2 -> ^4.21.2 age adoption passing confidence
express-session ^1.17.3 -> ^1.18.1 age adoption passing confidence
fs-extra ^11.2.0 -> ^11.3.0 age adoption passing confidence
ioredis ^5.3.2 -> ^5.6.0 age adoption passing confidence
lit (source) ^3.1.1 -> ^3.2.1 age adoption passing confidence
micromatch ^4.0.5 -> ^4.0.8 age adoption passing confidence
minecraft-data ^3.59.3 -> ^3.84.1 age adoption passing confidence
moment-timezone (source) ^0.5.44 -> ^0.5.47 age adoption passing confidence
mongodb ^6.3.0 -> ^6.14.2 age adoption passing confidence
nodemon (source) ^3.0.3 -> ^3.1.9 age adoption passing confidence
pnpm (source) 7.27.0 -> 7.33.7 age adoption passing confidence
prettier (source) 3.2.4 -> 3.5.3 age adoption passing confidence
prismarine-nbt ^2.5.0 -> ^2.7.0 age adoption passing confidence
rollup (source) ^4.9.6 -> ^4.35.0 age adoption passing confidence
rollup-plugin-delete ^2.0.0 -> ^2.2.0 age adoption passing confidence
sass ^1.70.0 -> ^1.85.1 age adoption passing confidence
sharp (source, changelog) ^0.33.2 -> ^0.33.5 age adoption passing confidence
sitemap ^7.1.1 -> ^7.1.2 age adoption passing confidence
skinview3d ^3.0.1 -> ^3.1.0 age adoption passing confidence
skyhelper-networth (source) ^1.25.0 -> ^1.27.3 age adoption passing confidence
typescript (source) ^5.3.3 -> ^5.8.2 age adoption passing confidence

Release Notes

rollup/plugins (@​rollup/plugin-commonjs)

v25.0.8

2024-05-22

Bugfixes
  • fix: preserve the class body property keys even if they are special keywords (#​1688)
rollup/plugins (@​rollup/plugin-node-resolve)

v15.3.1

2024-12-15

Updates
  • refactor: replace test with includes (#​1787)

v15.3.0

2024-09-23

Features
  • feat: allow preferBuiltins to be a function (#​1694)

v15.2.4

2024-09-22

Updates
  • chore: remove is-builtin-module (#​1735)
rollup/plugins (@​rollup/plugin-replace)

v5.0.7

2024-06-05

Bugfixes
  • fix: add missing sourceMap documentation (#​1698)

v5.0.6

2024-06-05

Bugfixes
  • fix: ternary operator replacement (#​1712)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v6.21.0

Compare Source

🚀 Features
  • export plugin metadata

  • allow parserOptions.project: false

  • eslint-plugin: add rule prefer-find

🩹 Fixes
  • eslint-plugin: [no-unused-vars] don't report on types referenced in export assignment expression

  • eslint-plugin: [switch-exhaustiveness-check] better support for intersections, infinite types, non-union values

  • eslint-plugin: [consistent-type-imports] dont report on types used in export assignment expressions

  • eslint-plugin: [no-unnecessary-condition] handle left-hand optional with exactOptionalPropertyTypes option

  • eslint-plugin: [class-literal-property-style] allow getter when same key setter exists

  • eslint-plugin: [no-unnecessary-type-assertion] provide valid fixes for assertions with extra tokens before as keyword

❤️ Thank You
  • auvred
  • Brad Zacher
  • Kirk Waiblinger
  • Pete Gonzalez
  • YeonJuan

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

v6.20.0

Compare Source

🚀 Features
  • eslint-plugin: [member-ordering] allow easy reuse of the default ordering
🩹 Fixes
  • eslint-plugin: [no-useless-template-literals] incorrect bigint autofix result

  • eslint-plugin: [prefer-nullish-coalescing] treat any/unknown as non-nullable

  • eslint-plugin: [no-useless-template-literals] report Infinity & NaN

  • eslint-plugin: [prefer-readonly] disable checking accessors

❤️ Thank You
  • Alex Parloti
  • auvred
  • James Browning
  • StyleShit
  • YeonJuan

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

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

v6.21.0

Compare Source

🚀 Features
  • allow parserOptions.project: false
❤️ Thank You
  • auvred
  • Brad Zacher
  • Kirk Waiblinger
  • Pete Gonzalez
  • YeonJuan

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

v6.20.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.

axios/axios (axios)

v1.8.2

Compare Source

Bug Fixes
  • http-adapter: add allowAbsoluteUrls to path building (#​6810) (fb8eec2)
Contributors to this release

v1.8.1

Compare Source

Bug Fixes
  • utils: move generateString to platform utils to avoid importing crypto module into client builds; (#​6789) (36a5a62)
Contributors to this release

v1.8.0

Compare Source

Bug Fixes
Features
Reverts
BREAKING CHANGES
  • code relying on the above will now combine the URLs instead of prefer request URL

  • feat: add config option for allowing absolute URLs

  • fix: add default value for allowAbsoluteUrls in buildFullPath

  • fix: typo in flow control when setting allowAbsoluteUrls

Contributors to this release

1.7.9 (2024-12-04)

Reverts
Contributors to this release

1.7.8 (2024-11-25)

Bug Fixes
Contributors to this release

1.7.7 (2024-08-31)

Bug Fixes
  • fetch: fix stream handling in Safari by fallback to using a stream reader instead of an async iterator; (#​6584) (d198085)
  • http: fixed support for IPv6 literal strings in url (#​5731) (364993f)
Contributors to this release

1.7.6 (2024-08-30)

Bug Fixes
Contributors to this release

1.7.5 (2024-08-23)

Bug Fixes
  • adapter: fix undefined reference to hasBrowserEnv (#​6572) (7004707)
  • core: add the missed implementation of AxiosError#status property; (#​6573) (6700a8a)
  • core: fix ReferenceError: navigator is not defined for custom environments; (#​6567) (fed1a4b)
  • fetch: fix credentials handling in Cloudflare workers (#​6533) (550d885)
Contributors to this release

1.7.4 (2024-08-13)

Bug Fixes
Contributors to this release

1.7.3 (2024-08-01)

Bug Fixes
Contributors to this release

1.7.2 (2024-05-21)

Bug Fixes
Contributors to this release

1.7.1 (2024-05-20)

Bug Fixes
  • fetch: fixed ReferenceError issue when TextEncoder is not available in the environment; (#​6410) (733f15f)
Contributors to this release

v1.7.9

Compare Source

Reverts
Contributors to this release

v1.7.8

Compare Source

Bug Fixes
Contributors to this release

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 36fd5c7 to a382a4a Compare March 4, 2023 20:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 12 times, most recently from d545963 to bd7800e Compare March 11, 2023 22:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bd7800e to a545dea Compare March 12, 2023 22:20
@MartinNemi03 MartinNemi03 added the type:dependencies Pull requests that update a dependency file label Mar 13, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 2b0dc07 to 7730f57 Compare March 18, 2023 10:24
@MartinNemi03 MartinNemi03 added the dont merge yet For pull requests not meant to be merged yet for a reason label Mar 18, 2023
@github-actions github-actions bot added the has conflicts when a PR has conflicts label Mar 18, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from e0e9fc5 to c9c173e Compare February 9, 2025 17:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from bb0641b to afd667a Compare February 16, 2025 17:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from a88582e to a0d614c Compare February 22, 2025 06:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 325f889 to 2ec3ea6 Compare March 3, 2025 22:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from cf85d1e to cf35b9d Compare March 7, 2025 12:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from cf35b9d to a421905 Compare March 8, 2025 10:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dont merge yet For pull requests not meant to be merged yet for a reason size/M type:dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant