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 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-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.7.7 age adoption passing confidence
body-parser ^1.20.2 -> ^1.20.3 age adoption passing confidence
ejs ^3.1.9 -> ^3.1.10 age adoption passing confidence
eslint (source) ^8.56.0 -> ^8.57.1 age adoption passing confidence
eslint-plugin-import ^2.29.1 -> ^2.30.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.1.1 age adoption passing confidence
express (source) ^4.18.2 -> ^4.21.0 age adoption passing confidence
express-session ^1.17.3 -> ^1.18.0 age adoption passing confidence
ioredis ^5.3.2 -> ^5.4.1 age adoption passing confidence
lit (source) ^3.1.1 -> ^3.2.0 age adoption passing confidence
micromatch ^4.0.5 -> ^4.0.8 age adoption passing confidence
minecraft-data ^3.59.3 -> ^3.69.0 age adoption passing confidence
moment-timezone (source) ^0.5.44 -> ^0.5.45 age adoption passing confidence
mongodb ^6.3.0 -> ^6.9.0 age adoption passing confidence
nodemon (source) ^3.0.3 -> ^3.1.7 age adoption passing confidence
pnpm (source) 7.27.0 -> 7.33.7 age adoption passing confidence
prettier (source) 3.2.4 -> 3.3.3 age adoption passing confidence
rollup (source) ^4.9.6 -> ^4.22.4 age adoption passing confidence
rollup-plugin-delete ^2.0.0 -> ^2.1.0 age adoption passing confidence
sass ^1.70.0 -> ^1.79.3 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
skyhelper-networth (source) ^1.18.6 -> ^1.24.0 age adoption passing confidence
typescript (source) ^5.3.3 -> ^5.6.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-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.7.7

Compare Source

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

v1.7.6

Compare Source

Bug Fixes
Contributors to this release

v1.7.5

Compare Source

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

v1.7.4

Compare Source

Bug Fixes
Contributors to this release

v1.7.3

Compare Source

Bug Fixes
Contributors to this release

v1.7.2

Compare Source

Bug Fixes
Contributors to this release

v1.7.1

Compare Source

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

v1.7.0

Compare Source

Features
Bug Fixes
Contributors to this release

v1.6.8

Compare Source

Bug Fixes
  • AxiosHeaders: fix AxiosHeaders conversion to an object during config merging (#​6243) (2656612)
  • import: use named export for EventEmitter; (7320430)
  • vulnerability: update follow-redirects to 1.15.6 (#​6300) (8786e0f)
Contributors to this release
expressjs/body-parser (body-parser)

v1.20.3

Compare Source

===================

  • deps: [email protected]
  • add depth option to customize the depth level in the parser
  • IMPORTANT: The default depth level for parsing URL-encoded data is now 32 (previously was Infinity)
mde/ejs (ejs)

v3.1.10

Compare Source

Version 3.1.10

eslint/eslint (eslint)

v8.57.1

Compare Source

v8.57.0

Compare Source

Features

  • 1120b9b feat: Add loadESLint() API method for v8 (#​18098) (Nicholas C. Zakas)
  • dca7d0f feat: Enable eslint.config.mjs and eslint.config.cjs (#​18066) (Nitin Kumar)

Bug Fixes

  • 2196d97 fix: handle absolute file paths in FlatRuleTester (#​18064) (Nitin Kumar)
  • 69dd1d1 fix: Ensure config keys are printed for config errors (#​18067) (Nitin Kumar)
  • 9852a31 fix: deep merge behavior in flat config (#​18065) (Nitin Kumar)
  • 4c7e9b0 fix: allow circular references in config (#​18056) (Milos Djermanovic)

Documentation

Chores

import-js/eslint-plugin-import (eslint-plugin-import)

v2.30.0

Compare Source

Added
Fixed
Changed
  • [Docs] no-extraneous-dependencies: Make glob pattern description more explicit ([#​2944], thanks [@​mulztob])
  • [no-unused-modules]: add console message to help debug [#​2866]
  • [Refactor] ExportMap: make procedures static instead of monkeypatching exportmap ([#​2982], thanks [@​soryy708])
  • [Refactor] ExportMap: separate ExportMap instance from its builder logic ([#​2985], thanks [@​soryy708])
  • [Docs] order: Add a quick note on how unbound imports and --fix ([#​2640], thanks [@​minervabot])
  • [Tests] appveyor -> GHA (run tests on Windows in both pwsh and WSL + Ubuntu) ([#​2987], thanks [@​joeyguerra])
  • [actions] migrate OSX tests to GHA ([ljharb#37], thanks [@​aks-])
  • [Refactor] exportMapBuilder: avoid hoisting ([#​2989], thanks [@​soryy708])
  • [Refactor] ExportMap: extract "builder" logic to separate files ([#​2991], thanks [@​soryy708])
  • [Docs] [order]: update the description of the pathGroupsExcludedImportTypes option ([#​3036], thanks [@​liby])
  • [readme] Clarify how to install the plugin ([#​2993], thanks [@​jwbth])
43081j/eslint-plugin-lit (eslint-plugin-lit)

v1.15.0

Compare Source

What's Changed

New Contributors

Full Changelog: 43081j/eslint-plugin-lit@v1.14.0...1.15.0

v1.14.0

Compare Source

What's Changed

New Contributors

Full Changelog: 43081j/eslint-plugin-lit@v1.13.0...v1.14.0

v1.13.0

Compare Source

What's Changed

Full Changelog: 43081j/eslint-plugin-lit@v1.12.0...v1.13.0

v1.12.0

Compare Source

What's Changed

Full Changelog: 43081j/eslint-plugin-lit@v1.11.0...v1.12.0

43081j/eslint-plugin-wc (eslint-plugin-wc)

v2.1.1

Compare Source

What's Changed
New Contributors

Full Changelog: 43081j/eslint-plugin-wc@v2.1.0...2.1.1

v2.1.0

Compare Source

expressjs/express (express)

v4.21.0

Compare Source

What's Changed

New Contributors

Full Changelog: expressjs/express@4.20.0...4.21.0

v4.20.0

Compare Source

==========

  • deps: [email protected]
    • Remove link renderization in html while redirecting
  • deps: [email protected]
    • Remove link renderization in html while redirecting
  • deps: [email protected]
    • add depth option to customize the depth level in the parser
    • IMPORTANT: The default depth level for parsing URL-encoded data is now 32 (previously was Infinity)
  • Remove link renderization in html while using res.redirect
  • deps: [email protected]
    • Adds support for named matching groups in the routes using a regex
    • Adds backtracking protection to parameters without regexes defined
  • deps: encodeurl@~2.0.0
    • Removes encoding of \, |, and ^ to align better with URL spec
  • Deprecate passing options.maxAge and options.expires to res.clearCookie
    • Will be ignored in v5, clearCookie will set a cookie with an expires in the past to instruct clients to delete the cookie

v4.19.2

Compare Source

==========

  • Improved fix for open redirect allow list bypass

v4.19.1

Compare Source

==========

  • Allow passing non-strings to res.location with new encoding handling checks

v4.19.0

Compare Source

v4.18.3

Compare Source

==========

expressjs/session (express-session)

v1.18.0

Compare Source

===================

  • Add debug log for pathname mismatch
  • Add partitioned to cookie options
  • Add priority to cookie options
  • Fix handling errors from setting cookie
  • Support any type in secret that crypto.createHmac supports
  • deps: [email protected]
    • Fix expires option to reject invalid dates
    • perf: improve default decode speed
    • perf: remove slow string split in parse
  • deps: [email protected]
luin/ioredis (ioredis)

v5.4.1

Compare Source

Bug Fixes

v5.4.0

Compare Source

Bug Fixes
  • when refreshSlotsCache is callback concu

@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 5bc0e60 to 7c8a361 Compare August 30, 2024 07:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 5f4109a to 88b9b6d Compare September 3, 2024 10:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from de58c20 to 2beeb85 Compare September 10, 2024 05:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 34a6550 to 344baba Compare September 18, 2024 01:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from fff1aff to e74b848 Compare September 21, 2024 06:14
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/XXL type:dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant