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
@babel/plugin-transform-typescript (source) 7.25.9 -> 7.26.3 age adoption passing confidence
@babel/types (source) 7.26.0 -> 7.26.3 age adoption passing confidence
@codemirror/language 6.10.5 -> 6.10.7 age adoption passing confidence
@codemirror/state 6.4.1 -> 6.5.0 age adoption passing confidence
@codemirror/view 6.35.0 -> 6.36.1 age adoption passing confidence
@codemirror/view 6.34.1 -> 6.36.1 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.1 age adoption passing confidence
@embroider/core (source) 3.4.19 -> 3.4.20 age adoption passing confidence
@fortawesome/fontawesome-svg-core (source) 6.7.1 -> 6.7.2 age adoption passing confidence
@fortawesome/free-brands-svg-icons (source) 6.7.1 -> 6.7.2 age adoption passing confidence
@fortawesome/free-regular-svg-icons (source) 6.7.1 -> 6.7.2 age adoption passing confidence
@fortawesome/free-solid-svg-icons (source) 6.7.1 -> 6.7.2 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.2 age adoption passing confidence
@rollup/plugin-node-resolve (source) 15.3.0 -> 15.3.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.2 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.18.1 age adoption passing confidence
@typescript-eslint/parser (source) 8.13.0 -> 8.18.1 age adoption passing confidence
chalk 5.3.0 -> 5.4.0 age adoption passing confidence
concurrently 9.0.1 -> 9.1.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-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.15.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.2 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 (source) 2.22.0 -> 2.23.1 age adoption passing confidence
qunit-dom 3.2.1 -> 3.4.0 age adoption passing confidence
release-plan ^0.9.2 -> ^0.11.0 age adoption passing confidence
rollup (source) 4.25.0 -> 4.28.1 age adoption passing confidence
rollup (source) ~4.25.0 -> ~4.28.0 age adoption passing confidence
tailwindcss (source) 3.4.13 -> 3.4.17 age adoption passing confidence
turbo (source) 2.1.3 -> 2.3.3 age adoption passing confidence
type-fest 4.26.1 -> 4.30.2 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.8 age adoption passing confidence
webpack 5.95.0 -> 5.97.1 age adoption passing confidence

Release Notes

babel/babel (@​babel/plugin-transform-typescript)

v7.26.3

Compare Source

🐛 Bug Fix
🏠 Internal
  • babel-helper-builder-binary-assignment-operator-visitor, babel-plugin-transform-exponentiation-operator
🏃‍♀️ Performance
codemirror/language (@​codemirror/language)

v6.10.7

Compare Source

Bug fixes

Fix an issue where indentation for a stream language would fail to work when the parse covered only part of the document, far from the start.

Make sure the inner mode gets a chance to indent when indenting right at the end of a nested language section.

v6.10.6

Compare Source

Bug fixes

Fix a crash in StreamLanguage when the input range is entirely before the editor viewport.

codemirror/state (@​codemirror/state)

v6.5.0

Compare Source

New features

RangeSet.compare now supports a boundChange callback that is called when there's a change in the way ranges are split.

codemirror/view (@​codemirror/view)

v6.36.1

Compare Source

Bug fixes

Fix a crash in MatchDecorator when updating matches at the end of the document.

v6.36.0

Compare Source

Bug fixes

Make selection rectangles verticaly align precisely, rather than introducing a slight overlap.

Fix an issue in MatchDecorator that caused it to fully rebuild its decorations on normal edits.

New features

View updates now have a viewportMoved flag that is only true when a viewport change originated from something other than mapping the viewport over a document change.

v6.35.3

Compare Source

Bug fixes

Fix an issue where mark decorations that got merged or split weren't properly redrawn.

Avoid spurious focus events by not updating the DOM selection when the editor is unfocused but focusable.

Disable writingsuggestions for the editable element, to opt out of Safari's new intelligence completions (which mess up in the editor).

v6.35.2

Compare Source

Bug fixes

Fix an issue on Chrome where typing at the end of the document would insert a character after the cursor.

v6.35.1

Compare Source

Bug fixes

Work around another crash caused by incorrect composition positions reported by EditContext.

Stop disabling custom cursors on Safari version 11.4 and up, which support caret-color.

Fix an issue where a tooltip with wrapped content could, in some circumstances, fail to find a stable position due to a cyclic dependency between its width and its position.

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

v6.7.2: Releast 6.7.1

Compare Source

Change log available at https://fontawesome.com/docs/changelog/

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

v1.5.0

Compare Source

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

v28.0.2

2024-12-15

Updates
  • docs: output.exports recommendation also applies to IIFE (#​1810)

v28.0.1

2024-10-16

Updates
rollup/plugins (@​rollup/plugin-node-resolve)

v15.3.1

2024-12-15

Updates
  • refactor: replace test with includes (#​1787)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.18.1

Compare Source

🩹 Fixes
  • scope-manager: visit params decorator before nest scope (#​10475)
  • eslint-plugin: [no-unnecessary-condition] better message when comparing between literal types (#​10454)
  • eslint-plugin: use consistent naming for asserting types and casting values (#​10472)
  • eslint-plugin: [no-unnecessary-boolean-literal-compare] flag values of a type parameter with boolean type constraints (#​10474)
  • eslint-plugin: handle string like index type (#​10460)
  • eslint-plugin: [no-unnecessary-template-expression] don't report when an expression includes comment (#​10444)
❤️ Thank You

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

v8.18.0

[Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compa


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
@renovate renovate bot force-pushed the renovate/devdependencies branch from 1b633c9 to 9694e69 Compare November 17, 2024 22:57
@renovate renovate bot force-pushed the renovate/devdependencies branch from 9694e69 to 49af6e3 Compare November 24, 2024 23:08
@renovate renovate bot force-pushed the renovate/devdependencies branch from 49af6e3 to 7bcf323 Compare December 1, 2024 23:11
@renovate renovate bot force-pushed the renovate/devdependencies branch 2 times, most recently from b1786a7 to 55ab248 Compare December 15, 2024 22:00
@renovate renovate bot force-pushed the renovate/devdependencies branch from 55ab248 to 19672a9 Compare December 22, 2024 22:01
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