Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 26, 2023

This PR contains the following updates:

Package Change Age Confidence
@rollup/plugin-commonjs (source) ^25.0.7 -> ^25.0.8 age confidence
@rollup/plugin-node-resolve (source) ^15.2.3 -> ^15.3.1 age confidence
@rollup/plugin-replace (source) ^5.0.5 -> ^5.0.7 age confidence
@typescript-eslint/eslint-plugin (source) ^6.19.1 -> ^6.21.0 age confidence
@typescript-eslint/parser (source) ^6.19.1 -> ^6.21.0 age confidence
axios (source) ^1.6.5 -> ^1.11.0 age confidence
body-parser ^1.20.2 -> ^1.20.3 age confidence
bowser ^2.11.0 -> ^2.12.0 age confidence
cookie-parser ^1.4.6 -> ^1.4.7 age confidence
ejs ^3.1.9 -> ^3.1.10 age confidence
ejs-lint (source) ^2.0.0 -> ^2.0.1 age confidence
eslint (source) ^8.56.0 -> ^8.57.1 age confidence
eslint-config-prettier ^9.1.0 -> ^9.1.2 age confidence
eslint-plugin-import ^2.29.1 -> ^2.32.0 age confidence
eslint-plugin-lit ^1.11.0 -> ^1.15.0 age confidence
eslint-plugin-wc ^2.0.4 -> ^2.2.1 age confidence
express (source) ^4.18.2 -> ^4.21.2 age confidence
express-session ^1.17.3 -> ^1.18.2 age confidence
fs-extra ^11.2.0 -> ^11.3.1 age confidence
ioredis ^5.3.2 -> ^5.7.0 age confidence
lit (source) ^3.1.1 -> ^3.3.1 age confidence
micromatch ^4.0.5 -> ^4.0.8 age confidence
minecraft-data ^3.59.3 -> ^3.95.1 age confidence
moment-timezone (source) ^0.5.44 -> ^0.6.0 age confidence
mongodb ^6.3.0 -> ^6.18.0 age confidence
nodemon (source) ^3.0.3 -> ^3.1.10 age confidence
pnpm (source) 7.27.0 -> 7.33.7 age confidence
prettier (source) 3.2.4 -> 3.6.2 age confidence
prismarine-nbt ^2.5.0 -> ^2.7.0 age confidence
rollup (source) ^4.9.6 -> ^4.46.2 age confidence
rollup-plugin-delete ^2.0.0 -> ^2.2.0 age confidence
sass ^1.70.0 -> ^1.90.0 age confidence
sharp (source, changelog) ^0.33.2 -> ^0.34.3 age confidence
sitemap ^7.1.1 -> ^7.1.2 age confidence
skinview3d ^3.0.1 -> ^3.4.1 age confidence
skyhelper-networth (source) ^1.25.0 -> ^1.27.3 age confidence
typescript (source) ^5.3.3 -> ^5.9.2 age 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.11.0

Compare Source

Bug Fixes
Contributors to this release

v1.10.0

Compare Source

Bug Fixes
  • adapter: pass fetchOptions to fetch function (#​6883) (0f50af8)
  • form-data: convert boolean values to strings in FormData serialization (#​6917) (5064b10)
  • package: add module entry point for React Native; (#​6933) (3d343b8)
Features
Contributors to this release

v1.9.0

Compare Source

Bug Fixes
  • core: fix the Axios constructor implementation to treat the config argument as optional; (#​6881) (6c5d4cd)
  • fetch: fixed ERR_NETWORK mapping for Safari browsers; (#​6767) (dfe8411)
  • headers: allow iterable objects to be a data source for the set method; (#​6873) (1b1f9cc)
  • headers: fix getSetCookie by using 'get' method for caseless access; (#​6874) (d4f7df4)
  • headers: fixed support for setting multiple header values from an iterated source; (#​6885) (f7a3b5e)
  • http: send minimal end multipart boundary (#​6661) (987d2e2)
  • types: fix autocomplete for adapter config (#​6855) (e61a893)
Features
  • AxiosHeaders: add getSetCookie method to retrieve set-cookie headers values (#​5707) (80ea756)
Contributors to this release

1.8.4 (2025-03-19)

Bug Fixes
  • buildFullPath: handle allowAbsoluteUrls: false without baseURL (#​6833) (f10c2e0)
Contributors to this release

1.8.3 (2025-03-10)

Bug Fixes
  • add missing type for allowAbsoluteUrls (#​6818) (10fa70e)
  • xhr/fetch: pass allowAbsoluteUrls to buildFullPath in xhr and fetch adapters (#​6814) (ec159e5)
Contributors to this release

1.8.2 (2025-03-07)

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

1.8.1 (2025-02-26)

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

v1.8.4

Compare Source

Bug Fixes
  • buildFullPath: handle allowAbsoluteUrls: false without baseURL (#​6833) (f10c2e0)
Contributors to this release

v1.8.3

Compare Source

Bug Fixes
  • add missing type for allowAbsoluteUrls (#​6818) (10fa70e)
  • xhr/fetch: pass allowAbsoluteUrls to buildFullPath in xhr and fetch adapters (#​6814) (ec159e5)
Contributors to this release

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
  • core: fix the Axios constructor implementation to treat the config argument as optional; (#​6881) (6c5d4cd)
  • fetch: fixed ERR_NETWORK mapping for Safari browsers; (#​6767) (dfe8411)
  • headers: allow iterable objects to be a data source for the set method; (#​6873) (1b1f9cc)
  • headers: fix getSetCookie by using 'get' method for caseless access; (#​6874) (d4f7df4)
  • headers: fixed support for setting multiple header values from an iterated source; (#​6885) (f7a3b5e)
  • http: send minimal end multipart boundary (#​6661) (987d2e2)
  • types: fix autocomplete for adapter config (#​6855) (e61a893)
Features
  • AxiosHeaders: add getSetCookie method to retrieve set-cookie headers values (#​5707) (80ea756)
Contributors to this release

1.8.4 (2025-03-19)

Bug Fixes
  • buildFullPath: handle allowAbsoluteUrls: false without baseURL (#​6833) (f10c2e0)
Contributors to this release

1.8.3 (2025-03-10)

Bug Fixes
  • add missing type for allowAbsoluteUrls (#​6818) (10fa70e)
  • xhr/fetch: pass allowAbsoluteUrls to buildFullPath in xhr and fetch adapters (#​6814) (ec159e5)
Contributors to this release

1.8.2 (2025-03-07)

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

1.8.1 (2025-02-26)

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-2

@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 3 times, most recently from 143b68b to 89fb069 Compare April 13, 2025 19:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 7f613bd to e7bdf75 Compare April 28, 2025 08:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 7d13081 to eb8f891 Compare May 9, 2025 03:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 1fbdc9d to 73d45d2 Compare May 16, 2025 02:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 389329a to 7e1d898 Compare May 24, 2025 10:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 0810b70 to 3cebe4e Compare May 31, 2025 02:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 27fce82 to 47248b5 Compare June 9, 2025 19:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 47248b5 to 067e36b Compare June 15, 2025 07:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 067e36b to 5c8a579 Compare August 5, 2025 19:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5c8a579 to c5b6901 Compare August 10, 2025 07:33
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

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