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

Update devDependencies #1837

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

Update devDependencies #1837

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 13, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@codemirror/language 6.10.3 -> 6.10.5 age adoption passing confidence
@codemirror/view 6.34.2 -> 6.35.0 age adoption passing confidence
@codemirror/view 6.34.1 -> 6.35.0 age adoption passing confidence
@​embroider/broccoli-side-watch 0.0.2-unstable.ba9fd29 -> 0.0.2-unstable.fad2387 age adoption passing confidence
@embroider/compat (source) 3.6.5 -> 3.7.0 age adoption passing confidence
@fortawesome/fontawesome-svg-core (source) 6.6.0 -> 6.7.1 age adoption passing confidence
@fortawesome/free-brands-svg-icons (source) 6.6.0 -> 6.7.1 age adoption passing confidence
@fortawesome/free-regular-svg-icons (source) 6.6.0 -> 6.7.1 age adoption passing confidence
@fortawesome/free-solid-svg-icons (source) 6.6.0 -> 6.7.1 age adoption passing confidence
@glimmer/compiler (source) ^0.92.0 -> ^0.93.0 age adoption passing confidence
@glimmer/interfaces (source) ^0.92.0 -> ^0.93.0 age adoption passing confidence
@glimmer/reference (source) ^0.92.0 -> ^0.93.0 age adoption passing confidence
@glimmer/syntax (source) ^0.92.0 -> ^0.93.0 age adoption passing confidence
@glimmer/util (source) ^0.92.0 -> ^0.93.0 age adoption passing confidence
@glint/core 1.4.1-unstable.ff9ea6c -> 1.5.0 age adoption passing confidence
@glint/environment-ember-loose 1.4.1-unstable.ff9ea6c -> 1.5.0 age adoption passing confidence
@glint/environment-ember-template-imports 1.4.1-unstable.ff9ea6c -> 1.5.0 age adoption passing confidence
@glint/template 1.4.1-unstable.ff9ea6c -> 1.5.0 age adoption passing confidence
@nullvoxpopuli/eslint-configs 4.2.0 -> 4.3.0 age adoption passing confidence
@rollup/plugin-commonjs (source) 28.0.0 -> 28.0.1 age adoption passing confidence
@types/babel__standalone (source) 7.1.7 -> 7.1.9 age adoption passing confidence
@​types/dompurify 3.0.5 -> 3.2.0 age adoption passing confidence
@types/node (source) 22.9.0 -> 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.13.0 -> 8.16.0 age adoption passing confidence
@typescript-eslint/parser (source) 8.13.0 -> 8.16.0 age adoption passing confidence
concurrently 9.0.1 -> 9.1.0 age adoption passing confidence
ember-auto-import (source) 2.9.0 -> 2.10.0 age adoption passing confidence
ember-cli-dependency-checker 3.3.2 -> 3.3.3 age adoption passing confidence
ember-modify-based-class-resource 1.1.0 -> 1.1.1 age adoption passing confidence
ember-primitives ^0.23.1 -> ^0.27.0 age adoption passing confidence
ember-qunit 8.1.0 -> 8.1.1 age adoption passing confidence
ember-resolver 13.0.2 -> 13.1.0 age adoption passing confidence
ember-resources 7.0.2 -> 7.0.3 age adoption passing confidence
ember-template-imports 4.1.3 -> 4.2.0 age adoption passing confidence
eslint-plugin-ember 12.3.1 -> 12.3.3 age adoption passing confidence
eslint-plugin-n 17.11.1 -> 17.14.0 age adoption passing confidence
mocha (source) 10.7.3 -> 10.8.2 age adoption passing confidence
postcss (source) 8.4.47 -> 8.4.49 age adoption passing confidence
prettier (source) 3.3.3 -> 3.4.1 age adoption passing confidence
prettier-plugin-ember-template-tag 2.0.2 -> 2.0.4 age adoption passing confidence
publint (source) 0.2.11 -> 0.2.12 age adoption passing confidence
qunit-dom 3.2.1 -> 3.3.0 age adoption passing confidence
release-plan ^0.9.2 -> ^0.11.0 age adoption passing confidence
rollup (source) 4.25.0 -> 4.27.4 age adoption passing confidence
rollup (source) ~4.25.0 -> ~4.27.0 age adoption passing confidence
tailwindcss (source) 3.4.13 -> 3.4.15 age adoption passing confidence
turbo (source) 2.1.3 -> 2.3.3 age adoption passing confidence
type-fest 4.26.1 -> 4.29.0 age adoption passing confidence
typescript (source) 5.6.3 -> 5.7.2 age adoption passing confidence
unplugin 1.14.1 -> 1.16.0 age adoption passing confidence
vite (source) 5.4.8 -> 5.4.11 age adoption passing confidence
vitest (source) 2.1.2 -> 2.1.6 age adoption passing confidence
webpack 5.95.0 -> 5.96.1 age adoption passing confidence

Release Notes

codemirror/language (@​codemirror/language)

v6.10.5

Compare Source

Bug fixes

Fix an issue where a StreamLanguage could get confused when trying to reuse existing parse data when the parsed range changed.

v6.10.4

Compare Source

Bug fixes

Join adjacent tokens of the same type into a single token in .

Call stream language indent functions even when the language is used as a nested parser.

Fix a crash in StreamParser when a parse was resumed with different input ranges.

codemirror/view (@​codemirror/view)

v6.35.0

Compare Source

New features

Tooltips can now use the clip option to control whether they are hidden when outside the visible editor content.

v6.34.3

Compare Source

Bug fixes

Make sure positions covered by a gutter or a panel aren't treated as visible for the purpose of displaying tooltips.

Properly include the tooltip arrow height when checking whether a tooltip fits in its preferred above/below position.

Fix an issue with compositions on Chrome inserting their content in the wrong position when another document change came in during composition.

FortAwesome/Font-Awesome (@​fortawesome/fontawesome-svg-core)

v6.7.1

Compare Source

v6.7.0

Compare Source

typed-ember/glint (@​glint/core)

v1.5.0

Compare Source

🚀 Enhancement
Committers: 1
rollup/plugins (@​rollup/plugin-commonjs)

v28.0.1

2024-10-16

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

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.

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

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.

open-cli-tools/concurrently (concurrently)

v9.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: open-cli-tools/concurrently@v9.0.1...v9.1.0

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

v2.10.0

Compare Source

emberjs/ember-qunit (ember-qunit)

v8.1.1: Release 8.1.1

Compare Source

🐛 Bug Fix
🏠 Internal
Committers: 3
ember-cli/ember-resolver (ember-resolver)

v13.1.0

Compare Source

🚀 Enhancement
  • #​986 Extending withModules module to support dynamically added modules (@​ef4)
Committers: 1
  • Edward Faulkner ([@​ef4](ht

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

stackblitz bot commented Oct 13, 2024

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

Copy link
Contributor

github-actions bot commented Oct 13, 2024

Project Preview URL1 Manage
Limber https://renovate-devdependencies.limber-glimdown.pages.dev on Cloudflare
Tutorial https://renovate-devdependencies.limber-glimmer-tutorial.pages.dev on Cloudflare

Logs

Footnotes

  1. if these branch preview links are not working, please check the logs for the commit-based preview link. There is a character limit of 28 for the branch subdomain, as well as some other heuristics, described here for the sake of implementation ease in deploy-preview.yml, that algo has been omitted. The URLs are logged in the wrangler output, but it's hard to get outputs from a matrix job.

@renovate renovate bot force-pushed the renovate/devdependencies branch 2 times, most recently from 0368869 to 8cd04b3 Compare October 27, 2024 22:06
@renovate renovate bot force-pushed the renovate/devdependencies branch 2 times, most recently from 818fb5e to 1b633c9 Compare November 10, 2024 22:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants