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 minor and patch dependencies #139

Merged
merged 2 commits into from
Jul 20, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 28, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@eslint/js (source) 9.5.0 -> 9.7.0 age adoption passing confidence devDependencies minor
@types/node (source) 20.14.8 -> 20.14.11 age adoption passing confidence devDependencies patch
@typescript-eslint/eslint-plugin (source) 7.13.1 -> 7.16.1 age adoption passing confidence devDependencies minor
@typescript-eslint/parser (source) 7.13.1 -> 7.16.1 age adoption passing confidence devDependencies minor
dayjs (source) 1.11.11 -> 1.11.12 age adoption passing confidence devDependencies patch
eslint (source) 9.5.0 -> 9.7.0 age adoption passing confidence devDependencies minor
eslint-plugin-prettier 5.1.3 -> 5.2.1 age adoption passing confidence devDependencies minor
googleapis 140.0.0 -> 140.0.1 age adoption passing confidence devDependencies patch
node (source) 20.15.0 -> 20.15.1 age adoption passing confidence patch
open-graph-scraper 6.5.2 -> 6.6.3 age adoption passing confidence devDependencies minor
prettier (source) 3.3.2 -> 3.3.3 age adoption passing confidence devDependencies patch
typescript (source) 5.5.2 -> 5.5.3 age adoption passing confidence devDependencies patch
typesync 0.12.1 -> 0.12.2 age adoption passing confidence devDependencies patch

Release Notes

eslint/eslint (@​eslint/js)

v9.7.0

Compare Source

v9.6.0

Compare Source

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

v7.16.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-parameters] descend into all parts of mapped types in no-unnecessary-type-parameters
❤️ Thank You
  • Dan Vanderkam

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

v7.16.0

Compare Source

🚀 Features
  • rule-tester: stricter rule test validations

  • eslint-plugin: [no-unnecessary-parameter-property-assignment] add new rule

  • eslint-plugin: add support for nested namespaces to unsafe-member-access

  • eslint-plugin: [no-floating-promises] add checkThenables option

🩹 Fixes
  • deps: update dependency @​eslint-community/regexpp to v4.11.0

  • eslint-plugin: [no-floating-promises] add suggestions to tests from #​9263 checkThenables

  • website: react key error on internal pages of website

  • eslint-plugin: [restrict-template-expressions] don't report tuples if allowArray option is enabled

❤️ Thank You
  • Abraham Guo
  • auvred
  • Josh Goldberg ✨
  • Juan Sanchez
  • Vinccool96
  • YeonJuan
  • Yukihiro Hasegawa

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

v7.15.0

Compare Source

🚀 Features
  • eslint-plugin: [array-type] detect Readonly<string[]> case

  • eslint-plugin: back-port new rules around empty object types from v8

🩹 Fixes
  • disable EXPERIMENTAL_useProjectService in disabled-type-checked shared config

  • eslint-plugin: [no-unsafe-return] differentiate a types-error any from a true any

  • eslint-plugin: [no-unsafe-call] differentiate a types-error any from a true any

❤️ Thank You
  • auvred
  • Kim Sang Du
  • rgehbt
  • Vinccool96

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

v7.14.1

Compare Source

🩹 Fixes
  • eslint-plugin: [prefer-nullish-coalescing] treat enums and literals as their underlying primitive types

  • eslint-plugin: [prefer-nullish-coalescing] ensure ternary fix does not remove parens

❤️ Thank You
  • Jake Bailey

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

v7.14.0

Compare Source

🚀 Features
  • support TypeScript 5.5
🩹 Fixes
  • eslint-plugin: [no-extraneous-class] handle abstract members

  • eslint-plugin: [prefer-nullish-coalescing] handle intersected primitive types

  • eslint-plugin: [no-invalid-this] support AccessorProperty

❤️ Thank You
  • Brad Zacher
  • cm-ayf
  • Jake Bailey
  • James Zhan
  • Joshua Chen
  • yoshi2no

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

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

v7.16.1

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.

v7.16.0

Compare Source

🩹 Fixes
❤️ Thank You
  • Abraham Guo
  • auvred
  • Josh Goldberg ✨
  • Juan Sanchez
  • Vinccool96
  • YeonJuan
  • Yukihiro Hasegawa

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

v7.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.

v7.14.1

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.

v7.14.0

Compare Source

🚀 Features
  • support TypeScript 5.5
❤️ Thank You
  • Brad Zacher
  • cm-ayf
  • Jake Bailey
  • James Zhan
  • Joshua Chen
  • yoshi2no

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

iamkun/dayjs (dayjs)

v1.11.12

Compare Source

Bug Fixes
eslint/eslint (eslint)

v9.7.0

Compare Source

Features

  • 7bd9839 feat: add support for es2025 duplicate named capturing groups (#​18630) (Yosuke Ota)
  • 1381394 feat: add regex option in no-restricted-imports (#​18622) (Nitin Kumar)

Bug Fixes

  • 14e9f81 fix: destructuring in catch clause in no-unused-vars (#​18636) (Francesco Trotta)

Documentation

  • 9f416db docs: Add Powered by Algolia label to the search. (#​18633) (Amaresh S M)
  • c8d26cb docs: Open JS Foundation -> OpenJS Foundation (#​18649) (Milos Djermanovic)
  • 6e79ac7 docs: loadESLint does not support option cwd (#​18641) (Francesco Trotta)

Chores

v9.6.0

Compare Source

prettier/eslint-plugin-prettier (eslint-plugin-prettier)

v5.2.1

Compare Source

Patch Changes
googleapis/google-api-nodejs-client (googleapis)

v140.0.1

Compare Source

Bug Fixes
nodejs/node (node)

v20.15.1

Compare Source

jshemas/openGraphScraper (open-graph-scraper)

v6.6.3

Compare Source

  • Fix issue with the charset fallback. Replace Buffer.from with Uint8Array since body is always html
  • Updating dependencies to fix npm vulnerabilities

v6.6.2

Compare Source

  • Fixed issue with package.json exports was not working in CommonJs projects.
  • Fixed issue where if the jsonLD tag was empty, it would cause a error.

v6.6.1

Compare Source

  • Use node16 for module/moduleResolution ESM build
  • Fixed issue with package.json exports was not working in NextJs projects.

v6.6.0

Compare Source

  • Updating the tsc build process to better support both ESM and commonJS
  • Fixed issue where some meta tags would always come back as array even thought there was only ever one meta tag.
  • Removed the dist folder from version control
  • Start running node22 in the CI pipeline
  • General typescript clean up
  • Example service will only return the result of OGS now
  • Updating dependencies
prettier/prettier (prettier)

v3.3.3

Compare Source

diff

Add parentheses for nullish coalescing in ternary (#​16391 by @​cdignam-segment)

This change adds clarity to operator precedence.

// Input
foo ? bar ?? foo : baz;
foo ?? bar ? a : b;
a ? b : foo ?? bar;

// Prettier 3.3.2
foo ? bar ?? foo : baz;
foo ?? bar ? a : b;
a ? b : foo ?? bar;

// Prettier 3.3.3
foo ? (bar ?? foo) : baz;
(foo ?? bar) ? a : b;
a ? b : (foo ?? bar);
Add parentheses for decorator expressions (#​16458 by @​y-schneider)

Prevent parentheses around member expressions or tagged template literals from being removed to follow the stricter parsing rules of TypeScript 5.5.

// Input
@&#8203;(foo`tagged template`)
class X {}

// Prettier 3.3.2
@&#8203;foo`tagged template`
class X {}

// Prettier 3.3.3
@&#8203;(foo`tagged template`)
class X {}
Support @let declaration syntax (#​16474 by @​sosukesuzuki)

Adds support for Angular v18 @let declaration syntax.

Please see the following code example. The @let declaration allows you to define local variables within the template:

@&#8203;let name = 'Frodo';

<h1>Dashboard for {{name}}</h1>
Hello, {{name}}

For more details, please refer to the excellent blog post by the Angular Team: Introducing @​let in Angular.

We also appreciate the Angular Team for kindly answering our questions to implement this feature.

Microsoft/TypeScript (typescript)

v5.5.3

Compare Source

jeffijoe/typesync (typesync)

v0.12.2

Compare Source

  • #​114: Fix check for deprecated packages.

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added dependencies Pull requests that update a dependency file renovate labels Jun 28, 2024
@renovate renovate bot force-pushed the renovate/minor-and-patch-dependencies branch from 5045305 to dcc465f Compare June 29, 2024 22:59
@yamadashy
Copy link
Owner

yamadashy commented Jun 30, 2024

関係ありそうなissue
jshemas/openGraphScraper#228

@renovate renovate bot force-pushed the renovate/minor-and-patch-dependencies branch 3 times, most recently from 8046b2f to b8c9908 Compare July 8, 2024 20:15
@renovate renovate bot force-pushed the renovate/minor-and-patch-dependencies branch 8 times, most recently from 65dc2b7 to bff1997 Compare July 18, 2024 13:08
@renovate renovate bot force-pushed the renovate/minor-and-patch-dependencies branch from bff1997 to 0ae537f Compare July 20, 2024 04:11
@renovate renovate bot force-pushed the renovate/minor-and-patch-dependencies branch from 0ae537f to 0a5af48 Compare July 20, 2024 04:56
@yamadashy yamadashy merged commit 7bc4d61 into main Jul 20, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file renovate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant