Skip to content

Update devDependencies - #90

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/devdependencies
Open

renovate[bot] wants to merge 1 commit into
mainfrom
renovate/devdependencies

Conversation

@renovate

@renovate renovate Bot commented Jul 7, 2024 •

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@babel/core (source) 7.29.6 → 7.29.7 age confidence
@babel/plugin-transform-runtime (source) 7.29.0 → 7.29.7 age confidence
@babel/plugin-transform-typescript (source) 7.28.6 → 7.29.7 age confidence
@babel/runtime (source) 7.28.6 → 7.29.7 age confidence
@embroider/addon-dev (source) 8.3.1 → 8.4.0 age confidence
@embroider/compat (source) 4.1.22 → 4.1.25 age confidence
@embroider/core (source) 4.6.3 → 4.6.7 age confidence
@embroider/macros (source) 1.20.6 → 1.21.1 age confidence
@embroider/vite (source) 1.7.9 → 1.7.13 age confidence
@glint/ember-tsc 1.10.0 → 1.11.4 age confidence
@glint/template 1.7.8 → 1.9.0 age confidence
@glint/tsserver-plugin 2.7.0 → 2.7.7 age confidence
@tsconfig/node-lts (source) 24.0.0 → 24.0.1 age confidence
@types/qunit (source) 2.19.13 → 2.19.14 age confidence
concurrently 10.0.4 → 10.0.5 age confidence
ember-cli (source) 7.1.0 → 7.2.0 age confidence
ember-primitives ^0.61.1 → ^0.62.0 age confidence
ember-scoped-css (source) 3.5.0 → 3.5.2 age confidence
ember-source (source) 7.2.0 → 7.3.0 age confidence
eslint (source) 9.39.2 → 9.39.5 age confidence
globals 17.11.0 → 17.12.0 age confidence
prettier (source) 3.9.6 → 3.9.7 age confidence
prettier-plugin-ember-template-tag 2.1.7 → 2.1.8 age confidence
publint (source) 0.3.23 → 0.3.24 age confidence
rollup (source) 4.62.4 → 4.63.3 age confidence
tabster 8.8.0 → 8.8.1 age confidence
testem 3.20.1 → 3.21.0 age confidence
turbo (source) 2.10.10 → 2.10.13 age confidence
vite (source) 8.2.1 → 8.3.0 age confidence

Release Notes

babel/babel (@​babel/core)

v7.29.7

Compare Source

v7.29.7 (2026-05-25)

Re-release all packages with npm provenance attestations

embroider-build/embroider (@​embroider/addon-dev)

v8.4.0

🚀 Enhancement
🐛 Bug Fix
  • @embroider/macros
Committers: 2
typed-ember/glint (@​glint/ember-tsc)

v1.11.4

🐛 Bug Fix
Committers: 1

v1.11.3

🚀 Enhancement
Committers: 1

v1.11.2

🐛 Bug Fix
Committers: 1

v1.11.1

🐛 Bug Fix
🏠 Internal
:present: Additional updates
Committers: 3

v1.11.0

🚀 Enhancement
Committers: 1

v1.10.2

🐛 Bug Fix
Committers: 1

v1.10.1

🐛 Bug Fix
Committers: 1
tsconfig/bases (@​tsconfig/node-lts)

v24.0.1

Compare Source

open-cli-tools/concurrently (concurrently)

v10.0.5

Compare Source

What's Changed

New Contributors

Full Changelog: open-cli-tools/concurrently@v10.0.4...v10.0.5

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

v7.2.0

🐛 Bug Fix
🏠 Internal
Committers: 1
universal-ember/ember-primitives (ember-primitives)

v0.62.0

🚀 Enhancement
  • ember-primitives
🐛 Bug Fix
🏠 Internal
Committers: 4
emberjs/ember.js (ember-source)

v7.3.0

Compare Source

  • #​21471 [FEATURE] Overload tracked to be able to work outside of classes per RFC #​1071.
  • #​21203 [BUGFIX] Fix @model becomes undefined or changes to the wrong route's model during Glimmer component willDestroy
  • #​21406 [BUGFIX] Add assertion for invalid component helper argument
  • #​21407 [BUGFIX] Improve debugger message for template-only components
  • #​21409 [BUGFIX] Fix query params trigger model refresh unnecessarily
  • #​21410 [BUGFIX] Fix query param redirects during active transitions
  • #​21521 [BUGFIX] Treat nullish LinkTo @​query as an empty query object
  • #​21524 [BUGFIX] Allow CoreObject#init to be called with no arguments
  • #​21591 [BUGFIX] Destroy dynamic modifiers that were set after the initial render to fix a memory leak.
  • #​21523 [DOC] Document Set and Map support for {{each}} and {{each-in}}
  • #​21573 [DOC] Fix link to @​ember/helper from Ember.Templates.helpers docs
  • #​21451 Block prototype traversal in set-path pollution guard
  • #​21456 Set sideEffects: false in package.json so that tree-shaking optimizes away unused ember-source code (hello-world is 42.5% smaller)
  • #​21462 Refactor so that small apps don't pull in the old renderer as well as some classic things
  • #​21496 Widen TS matrix
  • #​21515 Remove unused opcodes

v7.2.1

Compare Source

  • #​21591 [BUGFIX] Destroy dynamic modifiers that were set after the initial render to fix a memory leak.
eslint/eslint (eslint)

v9.39.5

Compare Source

Bug Fixes

Documentation

Chores

  • 458205f chore: update @eslint/eslintrc and @eslint/js for v9.39.5 (#​21077) (Francesco Trotta)
  • 202117b chore: package.json update for @​eslint/js release (Jenkins)
  • d9eb6ed test: disable warning for vm.constants.USE_MAIN_CONTEXT_DEFAULT_LOADER (#​21074) (Francesco Trotta)
  • 7b431a7 chore: override re2 dependency for @metascraper/helpers (#​21068) (Milos Djermanovic)
  • daf7791 chore: pin fflate@​0.8.2 (#​20895) (Milos Djermanovic)
  • daee8ba ci: use pnpm in eslint-flat-config-utils type integration test (#​20829) (Milos Djermanovic)
  • 116d4be ci: unpin Node.js 25.x in CI (#​20619) (Copilot)

v9.39.4

Compare Source

Bug Fixes

Documentation

Chores

v9.39.3

Compare Source

Bug Fixes

  • 791bf8d fix: restore TypeScript 4.0 compatibility in types (#​20504) (sethamus)

Chores

sindresorhus/globals (globals)

v17.12.0

Compare Source


prettier/prettier (prettier)

v3.9.7

Compare Source

  • Support Angular 22.2
  • Fix regressions in v3.9

🔗 Changelog

ember-tooling/prettier-plugin-ember-template-tag (prettier-plugin-ember-template-tag)

v2.1.8

  • prettier-plugin-ember-template-tag 2.1.8 (patch)
🐛 Bug Fix
Committers: 1
publint/publint (publint)

v0.3.24

Compare Source

Patch Changes
  • #​257 7c4d25a - Check the repository.url value even when repository.type is omitted. type is optional and defaults to git, so packages using the object form without it were previously skipped for the deprecated-protocol, invalid-git-url, and shorthand-URL checks.
rollup/rollup (rollup)

v4.63.3

Compare Source

2026-09-14

Bug Fixes
  • Make sure that the internal shims for basename and extname in the browser build fully match NodeJS (#​6473)
  • Always report and recover from failures on invalidation in watch mode (#​6506)
  • Respect windows line terminators when tree-shaking in situations where line-breaks need to be removed to prevent automatic semicolon insertion (#​6514)
Pull Requests

v4.63.2

Compare Source

2026-09-12

Bug Fixes
  • Fix a bug when filtering logs for nested properties via the CLI (#​6511)
Pull Requests

v4.63.1

Compare Source

2026-08-28

Bug Fixes
  • Revert function return value tracking until the most recent issue is understood (#​6490)
Pull Requests

v4.63.0

Compare Source

2026-08-25

Features
  • Allow to analyze function return values in many more cases (#​6065)
Pull Requests

v4.62.5

Compare Source

2026-08-20

Bug Fixes
  • Resolve an issue where compact mode could result in invalid module concatenations (#​6468)
Pull Requests
microsoft/tabster (tabster)

v8.8.1

Compare Source

  • Replacing npm install with npm ci to avoid dirty working directory. #591
  • chore(deps): bump js-yaml from 4.3.0 to 4.3.1 in /docs #586
  • chore(deps-dev): bump fast-uri from 3.1.4 to 3.1.7 #589
  • chore(deps): bump fast-uri from 3.1.4 to 3.1.7 in /docs #590
  • fix: add exports map so ESM consumers resolve to the ESM build #588
  • Docs revamp #587
  • chore(deps): bump undici and release-it #584
  • feat: support native focus options #568
  • chore(deps): bumping pipeline deps. #556
  • fix: add exports map so ESM consumers resolve to the ESM build (#​588) #532
testem/testem (testem)

v3.21.0

Compare Source

What's Changed

New Contributors

Full Changelog: testem/testem@v3.20.2...v3.21.0

v3.20.2

Compare Source

What's Changed

New Contributors

Full Changelog: testem/testem@v3.20.1...v3.20.2

vercel/turborepo (turbo)

v2.10.13: Turborepo v2.10.13

Compare Source

What's Changed

Changelog

❗ Important

✂ PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "after 9pm on sunday"
  • 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies label Jul 7, 2024
@bolt-new-by-stackblitz

Copy link
Copy Markdown

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

@vercel

vercel Bot commented Jul 7, 2024 •

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated
kolay-docs-app Error Error Sep 20, 2026 9:55pm UTC

@renovate
renovate Bot force-pushed the renovate/devdependencies branch from 114825c to fe085bd Compare July 11, 2024 21:41
@renovate
renovate Bot force-pushed the renovate/devdependencies branch from fe085bd to 35039be Compare July 14, 2024 22:24
@renovate
renovate Bot force-pushed the renovate/devdependencies branch from 35039be to 43368b4 Compare July 20, 2024 17:05
@renovate renovate Bot changed the title chore(deps): update devdependencies Update devDependencies Jul 20, 2024
@renovate
renovate Bot force-pushed the renovate/devdependencies branch from 43368b4 to 224a3fc Compare July 21, 2024 23:16
@renovate
renovate Bot force-pushed the renovate/devdependencies branch from 224a3fc to 561e441 Compare July 28, 2024 21:50
@renovate
renovate Bot force-pushed the renovate/devdependencies branch from 561e441 to 368d4e7 Compare August 4, 2024 23:10
@renovate
renovate Bot force-pushed the renovate/devdependencies branch from 368d4e7 to 328b123 Compare August 11, 2024 22:01
@renovate
renovate Bot force-pushed the renovate/devdependencies branch 2 times, most recently from 616cc47 to bb5e319 Compare August 18, 2024 22:02
@renovate
renovate Bot force-pushed the renovate/devdependencies branch from bb5e319 to 1fb66fc Compare August 25, 2024 22:59
@renovate
renovate Bot force-pushed the renovate/devdependencies branch 2 times, most recently from 85e787a to 76f1984 Compare September 1, 2024 22:43
@renovate
renovate Bot force-pushed the renovate/devdependencies branch 2 times, most recently from 7f19b4b to c6d8b5d Compare September 8, 2024 22:16
@renovate
renovate Bot force-pushed the renovate/devdependencies branch 2 times, most recently from 56f1a94 to ac8c56a Compare October 27, 2024 23:03
@renovate
renovate Bot force-pushed the renovate/devdependencies branch from ac8c56a to 2827d99 Compare November 3, 2024 21:18
@renovate
renovate Bot force-pushed the renovate/devdependencies branch from 2827d99 to 74bad55 Compare November 10, 2024 22:15
@renovate
renovate Bot force-pushed the renovate/devdependencies branch from 74bad55 to 67781b9 Compare November 17, 2024 22:49
@renovate
renovate Bot force-pushed the renovate/devdependencies branch from 67781b9 to d0e031e Compare November 24, 2024 21:18
@renovate
renovate Bot force-pushed the renovate/devdependencies branch from d0e031e to 125dfc1 Compare December 1, 2024 21:28
@renovate
renovate Bot force-pushed the renovate/devdependencies branch from 125dfc1 to e7f2b01 Compare December 8, 2024 21:17
@renovate
renovate Bot force-pushed the renovate/devdependencies branch from e7f2b01 to fb10e60 Compare December 15, 2024 21:47
@renovate
renovate Bot force-pushed the renovate/devdependencies branch from fb10e60 to 217e118 Compare December 22, 2024 23:07
@renovate
renovate Bot force-pushed the renovate/devdependencies branch from 217e118 to a592c97 Compare December 29, 2024 22:54
@renovate
renovate Bot force-pushed the renovate/devdependencies branch from a592c97 to bd68639 Compare January 19, 2025 21:52
@renovate
renovate Bot force-pushed the renovate/devdependencies branch from bd68639 to 79c65ae Compare January 26, 2025 21:50
@renovate
renovate Bot force-pushed the renovate/devdependencies branch from 79c65ae to 70c1c34 Compare February 16, 2025 22:11

This branch had an error being deployed

1 failed deployment
Preview — 3594e9ca Deployed Sep 20, 2026 by vercel[bot]
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