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 non-major #862

Merged
merged 2 commits into from
Aug 9, 2024
Merged

chore(deps): update non-major #862

merged 2 commits into from
Aug 9, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 8, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@edge-runtime/types (source) ^3.0.0 -> ^3.0.1 age adoption passing confidence devDependencies patch
@edge-runtime/vm (source) ^4.0.0 -> ^4.0.1 age adoption passing confidence devDependencies patch
@sanity/pkg-utils ^6.9.3 -> ^6.10.9 age adoption passing confidence devDependencies minor
@typescript-eslint/eslint-plugin (source) ^7.13.1 -> ^7.18.0 age adoption passing confidence devDependencies minor
@typescript-eslint/parser (source) ^7.13.1 -> ^7.18.0 age adoption passing confidence devDependencies minor
@vitest/coverage-v8 (source) 2.0.2 -> 2.0.5 age adoption passing confidence devDependencies patch
eslint-plugin-prettier ^5.1.3 -> ^5.2.1 age adoption passing confidence devDependencies minor
eslint-plugin-simple-import-sort ^12.1.0 -> ^12.1.1 age adoption passing confidence devDependencies patch
ls-engines ^0.9.2 -> ^0.9.3 age adoption passing confidence devDependencies patch
next (source) ^14.2.4 -> ^14.2.5 age adoption passing confidence devDependencies patch
oven-sh/setup-bun 123c6c4 -> 4bc047a action digest
peter-evans/create-pull-request 6d6857d -> c5a7806 action digest
prettier (source) ^3.3.2 -> ^3.3.3 age adoption passing confidence devDependencies patch
prettier-plugin-packagejson ^2.5.0 -> ^2.5.1 age adoption passing confidence devDependencies patch
rollup (source) ^4.18.0 -> ^4.20.0 age adoption passing confidence devDependencies minor
terser (source) ^5.31.1 -> ^5.31.5 age adoption passing confidence devDependencies patch
typescript (source) 5.4.5 -> 5.5.3 age adoption passing confidence devDependencies minor
vitest (source) 2.0.2 -> 2.0.5 age adoption passing confidence devDependencies patch

Release Notes

vercel/edge-runtime (@​edge-runtime/types)

v3.0.1

Compare Source

Patch Changes
vercel/edge-runtime (@​edge-runtime/vm)

v4.0.1

Compare Source

Patch Changes
sanity-io/pkg-utils (@​sanity/pkg-utils)

v6.10.9

Compare Source

Bug Fixes

v6.10.8

Compare Source

Bug Fixes

v6.10.7

Compare Source

Bug Fixes

v6.10.6

Compare Source

Bug Fixes

v6.10.5

Compare Source

Bug Fixes

v6.10.4

Compare Source

Bug Fixes

v6.10.3

Compare Source

Bug Fixes

v6.10.2

Compare Source

Bug Fixes

v6.10.1

Compare Source

Bug Fixes

v6.10.0

Compare Source

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

v7.18.0

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] prevent runtime error when asserting a variable declared in default TS lib

  • eslint-plugin: [unbound-method] report on destructuring in function parameters

  • eslint-plugin: [no-duplicate-type-constituents] shouldn't report on error types

  • eslint-plugin: [strict-boolean-expressions] support branded booleans

❤️ Thank You
  • auvred
  • Oliver Salzburg
  • Vinccool96
  • Yukihiro Hasegawa

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

v7.17.0

Compare Source

🚀 Features
  • eslint-plugin: backport no-unsafe-function type, no-wrapper-object-types from v8 to v7

  • eslint-plugin: [return-await] add option to report in error-handling scenarios only, and deprecate "never"

🩹 Fixes
  • eslint-plugin: [no-floating-promises] check top-level type assertions (and more)

  • eslint-plugin: [strict-boolean-expressions] consider assertion function argument a boolean context

  • eslint-plugin: [no-unnecessary-condition] false positive on optional private field

❤️ Thank You
  • Armano
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • StyleShit

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

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.18.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.17.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.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.

vitest-dev/vitest (@​vitest/coverage-v8)

v2.0.5

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v2.0.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.0.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
prettier/eslint-plugin-prettier (eslint-plugin-prettier)

v5.2.1

Compare Source

Patch Changes
lydell/eslint-plugin-simple-import-sort (eslint-plugin-simple-import-sort)

v12.1.1

Compare Source

This release adds a short meta.docs.description to each rule. Thanks to fisker Cheung (@​fisker)!

ljharb/ls-engines (ls-engines)

v0.9.3

Compare Source

Commits
  • [Tests] update snapshots a323066
  • [Fix] add missing DEBUG output 8bfc69b
  • [Dev Deps] update aud, object-inspect 32df121
  • [Dev Deps] update aud f23f739
  • [Deps] update get-dep-tree c1a1fab
  • [Fix] allow --current to be explicitly passed a2ba4ba
  • [meta] fix engines declaration 96493ec
  • [Deps] update semver 819e33e
vercel/next.js (next)

v14.2.5

Compare Source

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.

matzkoh/prettier-plugin-packagejson (prettier-plugin-packagejson)

v2.5.1

Compare Source

rollup/rollup (rollup)

v4.20.0

Compare Source

2024-08-03

Features
  • Allow plugins to specify the original file name when emitting assets (#​5596)
Pull Requests

v4.19.2

Compare Source

2024-08-01

Bug Fixes
  • Avoid "cannot get value of null" error when using optional chaining with namespaces (#​5597)
Pull Requests

v4.19.1

Compare Source

2024-07-27

Bug Fixes
  • Do not remove parantheses when tree-shaking logical expressions (#​5584)
  • Do not ignore side effects in calls left of an optional chaining operator (#​5589)
Pull Requests

v4.19.0

Compare Source

2024-07-20

Features
  • Implement support for decorators (#​5562)
Bug Fixes
  • Improve soucemap generation when tree-shaking logical expressions (#​5581)
Pull Requests

v4.18.1

Compare Source

2024-07-08

Bug Fixes
  • Prevent "%" in generated file names to ensure imports resolve (#​5535)
Pull Requests

Configuration

📅 Schedule: Branch creation - "before 3am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 using a curated preset maintained by Sanity. View repository job log here

@renovate renovate bot requested a review from a team July 8, 2024 08:57
@renovate renovate bot force-pushed the renovate/non-major branch 6 times, most recently from d1b1a11 to 19ca3e7 Compare July 10, 2024 16:37
Copy link

socket-security bot commented Jul 10, 2024

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@edge-runtime/types@3.0.1 Transitive: eval, unsafe +1 425 kB kikobeats
npm/@edge-runtime/vm@4.0.1 eval, unsafe +1 468 kB kikobeats
npm/@sanity/pkg-utils@6.10.9 environment Transitive: eval, filesystem, network, shell, unsafe +292 541 MB sanity-io
npm/@typescript-eslint/eslint-plugin@7.18.0 Transitive: environment, filesystem +41 8.28 MB jameshenry
npm/@typescript-eslint/parser@7.18.0 Transitive: environment, filesystem +35 3.44 MB jameshenry
npm/@vitest/coverage-v8@2.0.5 Transitive: environment, filesystem, shell +60 9.74 MB vitestbot
npm/eslint-plugin-prettier@5.2.1 Transitive: environment +5 244 kB jounqin
npm/eslint-plugin-simple-import-sort@12.1.1 None 0 38.3 kB lydell
npm/ls-engines@0.9.3 Transitive: environment, eval, filesystem, network, shell, unsafe +306 16.9 MB ljharb
npm/next@14.2.5 environment, filesystem, network, shell, unsafe +28 1.2 GB vercel-release-bot
npm/prettier-plugin-packagejson@2.5.1 Transitive: environment, filesystem +33 816 kB matzkoh
npm/prettier@3.3.3 environment, filesystem, unsafe 0 7.7 MB prettier-bot
npm/rollup@4.20.0 environment, filesystem +18 43 MB lukastaegert
npm/terser@5.31.5 Transitive: filesystem, shell +11 4.3 MB fabiosantoscode
npm/typescript@5.5.3 None 0 21.9 MB typescript-bot
npm/vitest@2.0.5 environment, eval Transitive: filesystem, network, shell, unsafe +82 233 MB vitestbot

🚮 Removed packages: npm/@edge-runtime/types@3.0.0, npm/@edge-runtime/vm@4.0.0, npm/@sanity/pkg-utils@6.9.3, npm/@typescript-eslint/eslint-plugin@7.13.1, npm/@typescript-eslint/parser@7.13.1, npm/@vitest/coverage-v8@2.0.2, npm/eslint-plugin-prettier@5.1.3, npm/eslint-plugin-simple-import-sort@12.1.0, npm/ls-engines@0.9.2, npm/next@14.2.4, npm/prettier-plugin-packagejson@2.5.0, npm/prettier@3.3.2, npm/rollup@4.18.0, npm/terser@5.31.1, npm/typescript@5.4.5, npm/vitest@2.0.2

View full report↗︎

@renovate renovate bot force-pushed the renovate/non-major branch 10 times, most recently from 1e077b8 to 912508f Compare July 17, 2024 14:56
@renovate renovate bot force-pushed the renovate/non-major branch 4 times, most recently from 249f174 to 396a85a Compare July 22, 2024 17:26
@renovate renovate bot force-pushed the renovate/non-major branch 6 times, most recently from 3119198 to 694e2aa Compare August 1, 2024 19:12
@renovate renovate bot force-pushed the renovate/non-major branch 3 times, most recently from 52f1fc3 to f89f6b8 Compare August 7, 2024 13:10
Signed-off-by: Cody Olsen <81981+stipsan@users.noreply.github.com>
Copy link
Contributor Author

renovate bot commented Aug 9, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@stipsan stipsan enabled auto-merge August 9, 2024 15:52
@stipsan stipsan added this pull request to the merge queue Aug 9, 2024
Merged via the queue into main with commit 330d069 Aug 9, 2024
13 checks passed
@stipsan stipsan deleted the renovate/non-major branch August 9, 2024 15:57
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 17, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant