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 devdependencies #1138

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 7, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@arethetypeswrong/cli (source) ^0.15.0 -> ^0.17.0 age adoption passing confidence
@babel/core (source) 7.25.8 -> 7.26.0 age adoption passing confidence
@babel/core (source) 7.24.7 -> 7.26.0 age adoption passing confidence
@babel/eslint-parser (source) 7.25.8 -> 7.25.9 age adoption passing confidence
@babel/plugin-proposal-decorators (source) 7.24.7 -> 7.25.9 age adoption passing confidence
@babel/plugin-syntax-decorators (source) 7.24.7 -> 7.25.9 age adoption passing confidence
@babel/plugin-transform-runtime (source) 7.25.7 -> 7.25.9 age adoption passing confidence
@babel/plugin-transform-typescript (source) 7.25.7 -> 7.26.3 age adoption passing confidence
@babel/preset-typescript (source) 7.25.7 -> 7.26.0 age adoption passing confidence
@ember/optional-features 2.1.0 -> 2.2.0 age adoption passing confidence
@embroider/compat (source) 3.6.5 -> 3.7.0 age adoption passing confidence
@types/node (source) 22.7.7 -> 22.10.1 age adoption passing confidence
@types/qunit (source) 2.19.10 -> 2.19.12 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 8.10.0 -> 8.17.0 age adoption passing confidence
@typescript-eslint/parser (source) 8.10.0 -> 8.17.0 age adoption passing confidence
ember-auto-import (source) 2.7.4 -> 2.10.0 age adoption passing confidence
ember-cli (source) ~5.9.0 -> ~5.12.0 age adoption passing confidence
ember-cli-dependency-checker 3.3.2 -> 3.3.3 age adoption passing confidence
ember-qunit 8.1.0 -> 8.1.1 age adoption passing confidence
ember-template-imports 4.1.3 -> 4.2.0 age adoption passing confidence
esbuild ^0.23.0 -> ^0.24.0 age adoption passing confidence
eslint-plugin-ember 12.2.1 -> 12.3.3 age adoption passing confidence
expect-type ^0.19.0 -> ^0.20.0 age adoption passing confidence
msw (source) 2.4.11 -> 2.6.6 age adoption passing confidence
prettier (source) 3.3.3 -> 3.4.2 age adoption passing confidence
prettier-plugin-ember-template-tag 2.0.2 -> 2.0.4 age adoption passing confidence
qunit (source) 2.22.0 -> 2.23.0 age adoption passing confidence
qunit-dom 3.2.1 -> 3.4.0 age adoption passing confidence
release-plan ^0.9.0 -> ^0.11.0 age adoption passing confidence
terser (source) 5.36.0 -> 5.37.0 age adoption passing confidence
typedoc (source) ^0.26.0 -> ^0.27.0 age adoption passing confidence
typedoc-plugin-mdn-links 3.3.4 -> 3.3.8 age adoption passing confidence
typescript (source) 5.6.3 -> 5.7.2 age adoption passing confidence
typescript (source) ~5.5.0 -> ~5.7.0 age adoption passing confidence
vite (source) 5.4.9 -> 5.4.11 age adoption passing confidence
vitest (source) 2.1.3 -> 2.1.8 age adoption passing confidence
webpack 5.95.0 -> 5.97.1 age adoption passing confidence
yaml (source) 2.4.5 -> 2.6.1 age adoption passing confidence

Release Notes

arethetypeswrong/arethetypeswrong.github.io (@​arethetypeswrong/cli)

v0.17.0

Patch Changes

v0.16.4

Patch Changes

v0.16.3

Patch Changes
  • 66ada51: Fix warning message json-format suggestion to use proper syntax

v0.16.2

Patch Changes

v0.16.1

Patch Changes
  • 5ee6f29: Update README with new problem kind

v0.16.0

Compare Source

Minor Changes
Patch Changes
babel/babel (@​babel/core)

v7.26.0

Compare Source

v7.25.9

Compare Source

🐛 Bug Fix
🏠 Internal
🏃‍♀️ Performance
babel/babel (@​babel/eslint-parser)

v7.25.9

Compare Source

🐛 Bug Fix
🏠 Internal
🏃‍♀️ Performance
emberjs/ember-optional-features (@​ember/optional-features)

v2.2.0

Compare Source

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

v8.17.0

Compare Source

🚀 Features
  • eslint-plugin: [prefer-promise-reject-errors] options to allow any and unknown (#​10392)
🩹 Fixes
  • eslint-plugin: [promise-function-async] handle function overloading (#​10304)
  • eslint-plugin: remove references to "extendDefaults" in no-restricted-types (#​10401)
  • eslint-plugin: [no-unnecessary-template-expressions] allow template expressions used to make trailing whitespace visible (#​10363)
❤️ Thank You

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

v8.16.0

Compare Source

🚀 Features
  • eslint-plugin: [no-base-to-string] check Array.prototype.join (#​10287)
  • eslint-plugin: [max-params] add function overload and function type support (#​10312)
❤️ Thank You

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

v8.15.0

Compare Source

🚀 Features
  • eslint-plugin: [prefer-nullish-coalescing] fix detection of ignoreConditionalTests involving boolean ! operator (#​10299)
  • eslint-plugin: new rule no-unsafe-type-assertion (#​10051)
  • eslint-plugin: added related-getter-setter-pairs rule (#​10192)
🩹 Fixes
  • utils: add defaultOptions to meta in rule (#​10339)
  • eslint-plugin: report deprecations used in default export (#​10330)
  • eslint-plugin: [explicit-module-boundary-types] and [explicit-function-return-type] don't report on as const satisfies (#​10315)
  • eslint-plugin: [await-thenable, return-await] don't flag awaiting unconstrained type parameter as unnecessary (#​10314)
  • eslint-plugin: [consistent-indexed-object-style] handle circular mapped types (#​10301)
❤️ Thank You

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

v8.14.0

Compare Source

🚀 Features
  • eslint-plugin: [await-thenable] report unnecessary await using statements (#​10209)
  • eslint-plugin: [no-confusing-void-expression] add an option to ignore void<->void (#​10067)
🩹 Fixes
  • scope-manager: fix asserted increments not being marked as write references (#​10271)
  • eslint-plugin: [no-misused-promises] improve report loc for methods (#​10216)
  • eslint-plugin: [no-unnecessary-condition] improve error message for literal comparisons (#​10194)
❤️ Thank You

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

v8.13.0

Compare Source

🚀 Features
  • eslint-plugin: [only-throw-error] add allow option (#​10221)
  • eslint-plugin: [prefer-nullish-coalescing] add option ignoreBooleanCoercion (#​9924)
  • eslint-plugin: disable no-class-assign rule in eslint-recommended config (#​10250)
🩹 Fixes
  • eslint-plugin: [switch-exhaustiveness-check] add support for covering a missing property with undefined (#​10232)
  • eslint-plugin: [consistent-type-definitions] don't leave trailing parens when fixing type to interface (#​10235)
  • eslint-plugin: [no-deprecated] report when exported class implements/extends deprecated entity (#​10259)
  • eslint-plugin: [no-deprecated] report on deprecated variables used inside dynamic imports (#​10261)
  • eslint-plugin: [no-unnecessary-condition] falsey bigint should be falsey (#​10205)
❤️ Thank You

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

v8.12.2

Compare Source

🩹 Fixes
  • eslint-plugin: [switch-exhaustiveness-check] invert considerDefaultExhaustiveForUnions (#​10223)
❤️ Thank You

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

v8.12.1

Compare Source

This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.

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

v8.12.0

Compare Source

🚀 Features
  • eslint-plugin: [no-base-to-string] handle String() (#​10005)
  • eslint-plugin: [switch-exhaustiveness-check] add allowDefaultCaseMatchUnionMember option (#​9954)
  • eslint-plugin: [consistent-indexed-object-style] report mapped types (#​10160)
  • eslint-plugin: [prefer-nullish-coalescing] add support for assignment expressions (#​10152)
❤️ Thank You

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

v8.11.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unnecessary-type-parameters] add suggestion fixer (#​10149)
  • eslint-plugin: [no-base-to-string] add support for catching toLocaleString (#​10138)
🩹 Fixes
  • eslint-plugin: [class-literal-property-style] don't report nodes with override keyword (#​10135)
❤️ Thank You

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

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

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

v8.16.0

Compare Source

🚀 Features
❤️ Thank You
  • Josh Goldberg ✨

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

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

v8.14.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.

v8.13.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.

v8.12.2

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.

v8.12.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.

v8.12.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.

v8.11.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.

embroider-build/ember-auto-import (ember-auto-import)

v2.10.0

Compare Source

v2.9.0

Compare Source

v2.8.1

Compare Source

v2.8.0

Compare Source

ember-cli/ember-cli (ember-cli)

v5.12.0

Compare Source

Blueprint Changes
Changelog

Configuration

📅 Schedule: Branch creation - "after 9pm on sunday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

Copy link

vercel bot commented Jul 7, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
ember-resources-0a9q ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 8, 2024 10:51pm

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jul 7, 2024
Copy link

stackblitz bot commented Jul 7, 2024

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

Copy link
Contributor

github-actions bot commented Jul 7, 2024

Estimated impact to a consuming app, depending on which bundle is imported

js min min + gzip min + brotli
/index.js 14.41 kB 2.13 kB 927 B 775 B

@renovate renovate bot force-pushed the renovate/devdependencies branch from 3227a29 to eb3029d Compare July 14, 2024 22:02
@renovate renovate bot changed the title chore(deps): update dependency ember-modifier to v4.2.0 chore(deps): update devdependencies Jul 14, 2024
@renovate renovate bot force-pushed the renovate/devdependencies branch from eb3029d to a7c2073 Compare July 21, 2024 23:15
@renovate renovate bot force-pushed the renovate/devdependencies branch from a7c2073 to 9f5f64a Compare July 28, 2024 22:48
@renovate renovate bot force-pushed the renovate/devdependencies branch from 9f5f64a to 8252fb7 Compare July 28, 2024 22:51
@renovate renovate bot force-pushed the renovate/devdependencies branch from 8252fb7 to c80e68d Compare August 4, 2024 21:14
@renovate renovate bot force-pushed the renovate/devdependencies branch from c80e68d to e8175d4 Compare August 11, 2024 23:39
@renovate renovate bot force-pushed the renovate/devdependencies branch from e8175d4 to a1c88a1 Compare August 11, 2024 23:41
@renovate renovate bot force-pushed the renovate/devdependencies branch from a1c88a1 to 91fcc1a Compare August 18, 2024 22:32
@renovate renovate bot force-pushed the renovate/devdependencies branch from 91fcc1a to 0cb149d Compare August 18, 2024 22:34
@renovate renovate bot force-pushed the renovate/devdependencies branch from 0cb149d to 0de8a56 Compare August 25, 2024 23:01
@renovate renovate bot force-pushed the renovate/devdependencies branch from 0de8a56 to e634006 Compare September 1, 2024 23:51
@renovate renovate bot force-pushed the renovate/devdependencies branch from e634006 to 5e62462 Compare September 8, 2024 21:40
@renovate renovate bot force-pushed the renovate/devdependencies branch from 61054e4 to 2b8fc06 Compare September 29, 2024 22:04
@renovate renovate bot force-pushed the renovate/devdependencies branch from 2b8fc06 to b1d7b6d Compare September 29, 2024 22:07
@renovate renovate bot force-pushed the renovate/devdependencies branch from b1d7b6d to 3b4736f Compare October 6, 2024 22:25
@renovate renovate bot force-pushed the renovate/devdependencies branch from 3b4736f to 6f981cb Compare October 13, 2024 21:16
@renovate renovate bot force-pushed the renovate/devdependencies branch from 6f981cb to 6776ba0 Compare October 20, 2024 22:58
@renovate renovate bot force-pushed the renovate/devdependencies branch from 6776ba0 to 8ad08a3 Compare October 27, 2024 22:53
@renovate renovate bot force-pushed the renovate/devdependencies branch from 8ad08a3 to 58286d2 Compare November 3, 2024 21:05
@renovate renovate bot force-pushed the renovate/devdependencies branch from 58286d2 to c13364c Compare November 10, 2024 21:49
@renovate renovate bot force-pushed the renovate/devdependencies branch from c13364c to 4750021 Compare November 10, 2024 21:53
@renovate renovate bot force-pushed the renovate/devdependencies branch from 4750021 to 718a9c1 Compare November 17, 2024 22:22
@renovate renovate bot force-pushed the renovate/devdependencies branch from 718a9c1 to 0fac920 Compare November 17, 2024 22:24
@renovate renovate bot force-pushed the renovate/devdependencies branch from 0fac920 to ee3be3f Compare November 24, 2024 22:42
@renovate renovate bot force-pushed the renovate/devdependencies branch from ee3be3f to e66bbc4 Compare December 1, 2024 21:40
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants