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-node-resolve (source) ^15.2.3 -> ^15.3.0 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
cookie-parser ^1.4.6 -> ^1.4.7 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.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.0 age adoption passing confidence
express (source) ^4.18.2 -> ^4.21.1 age adoption passing confidence
express-session ^1.17.3 -> ^1.18.1 age adoption passing confidence
ioredis ^5.3.2 -> ^5.4.1 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.76.0 age adoption passing confidence
moment-timezone (source) ^0.5.44 -> ^0.5.46 age adoption passing confidence
mongodb ^6.3.0 -> ^6.10.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.24.0 age adoption passing confidence
rollup-plugin-delete ^2.0.0 -> ^2.1.0 age adoption passing confidence
sass ^1.70.0 -> ^1.80.4 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
typescript (source) ^5.3.3 -> ^5.6.3 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.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.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)
expressjs/cookie-parser (cookie-parser)

v1.4.7

Compare Source

==========

  • deps: [email protected]
    • Fix object assignment of hasOwnProperty
  • deps: [email protected]
    • Allow leading dot for domain
      • Although not permitted in the spec, some users expect this to work and user agents ignore the leading dot according to spec
    • Add fast path for serialize without options, use obj.hasOwnProperty when parsing
  • deps: [email protected]
    • perf: parse cookies ~10% faster
    • fix: narrow the validation of cookies to match RFC6265
    • fix: add main to package.json for rspack
  • deps: [email protected]
    • Add partitioned option
  • deps: [email protected]
    • Add priority option
    • Fix expires option to reject invalid dates
    • pref: improve default decode speed
    • pref: remove slow string split in parse
  • deps: [email protected]
    • pref: read value only when assigning in parse
    • pref: remove unnecessary regexp in parse
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.31.0

Compare Source

Added
Fixed
Changed

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

@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 8 times, most recently from 374e573 to 56c1a93 Compare October 3, 2024 11:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from aa4eb23 to 5a3b170 Compare October 12, 2024 05:06
@github-actions github-actions bot added the has conflicts when a PR has conflicts label Oct 12, 2024
@github-actions github-actions bot added has conflicts when a PR has conflicts and removed has conflicts when a PR has conflicts labels Oct 12, 2024
@github-actions github-actions bot removed the has conflicts when a PR has conflicts label Oct 12, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 3b17163 to 1383a00 Compare October 19, 2024 09:03
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