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 #258

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

Update devDependencies #258

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 21, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/eslint-parser (source) 7.24.8 -> 7.25.8 age adoption passing confidence
@babel/plugin-proposal-decorators (source) 7.24.7 -> 7.25.7 age adoption passing confidence
@ember/test-helpers 3.3.0 -> 3.3.1 age adoption passing confidence
@nullvoxpopuli/eslint-configs 4.0.0 -> 4.2.0 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 7.16.0 -> 7.18.0 age adoption passing confidence
@typescript-eslint/parser (source) 7.16.0 -> 7.18.0 age adoption passing confidence
ember-auto-import (source) 2.7.4 -> 2.8.1 age adoption passing confidence
ember-cli (source) ~5.10.0 -> ~5.12.0 age adoption passing confidence
ember-source (source) ~5.10.0 -> ~5.12.0 age adoption passing confidence
esbuild ^0.23.0 -> ^0.24.0 age adoption passing confidence
eslint (source) 8.57.0 -> 8.57.1 age adoption passing confidence
eslint-plugin-ember 12.1.1 -> 12.2.1 age adoption passing confidence
eslint-plugin-n 17.9.0 -> 17.11.1 age adoption passing confidence
eslint-plugin-qunit 8.1.1 -> 8.1.2 age adoption passing confidence
qunit (source) 2.21.0 -> 2.22.0 age adoption passing confidence
qunit-dom 3.2.0 -> 3.2.1 age adoption passing confidence
release-plan ^0.9.0 -> ^0.10.0 age adoption passing confidence
typescript (source) 5.5.3 -> 5.6.3 age adoption passing confidence
webpack 5.93.0 -> 5.95.0 age adoption passing confidence

Release Notes

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

v7.25.8

Compare Source

🐛 Bug Fix
🏠 Internal
  • babel-parser, babel-plugin-proposal-async-do-expressions, babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions, babel-plugin-proposal-explicit-resource-management, babel-plugin-proposal-export-default-from, babel-plugin-proposal-function-bind, babel-plugin-proposal-function-sent, babel-plugin-proposal-import-defer, babel-plugin-proposal-partial-application, babel-plugin-proposal-throw-expressions, babel-plugin-transform-async-generator-functions, babel-plugin-transform-class-static-block, babel-plugin-transform-dynamic-import, babel-plugin-transform-export-namespace-from, babel-plugin-transform-json-strings, babel-plugin-transform-logical-assignment-operators, babel-plugin-transform-nullish-coalescing-operator, babel-plugin-transform-numeric-separator, babel-plugin-transform-object-rest-spread, babel-plugin-transform-optional-catch-binding, babel-plugin-transform-optional-chaining, babel-plugin-transform-private-property-in-object, babel-preset-env

v7.25.7

Compare Source

🐛 Bug Fix
💅 Polish
🏠 Internal
  • babel-core
  • babel-helper-compilation-targets, babel-helper-plugin-utils, babel-preset-env
  • babel-plugin-proposal-destructuring-private, babel-plugin-syntax-decimal, babel-plugin-syntax-import-reflection, babel-standalone
  • babel-generator
🏃‍♀️ Performance

v7.25.1

Compare Source

🐛 Bug Fix
  • babel-plugin-transform-function-name
  • babel-plugin-transform-react-constant-elements
    • #​16582 fix plugin-transform-react-constant-elements transform JSXFrament but not add JSXExpressionContainer (@​keiseiTi)
  • babel-traverse
🏠 Internal

v7.25.0

Compare Source

👓 Spec Compliance
  • babel-helpers, babel-plugin-proposal-explicit-resource-management, babel-runtime-corejs3
  • babel-plugin-transform-typescript
🚀 New Feature
  • babel-helper-create-class-features-plugin, babel-helper-function-name, babel-helper-plugin-utils, babel-helper-wrap-function, babel-plugin-bugfix-safari-class-field-initializer-scope, babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression, babel-plugin-transform-classes, babel-plugin-transform-function-name, babel-preset-env, babel-traverse, babel-types
  • babel-helper-hoist-variables, babel-helper-plugin-utils, babel-plugin-proposal-async-do-expressions, babel-plugin-transform-modules-systemjs, babel-traverse
  • babel-helper-create-class-features-plugin, babel-helper-module-transforms, babel-helper-plugin-utils, babel-helper-split-export-declaration, babel-plugin-transform-classes, babel-traverse, babel-types
  • babel-helper-create-class-features-plugin, babel-helper-environment-visitor, babel-helper-module-transforms, babel-helper-plugin-utils, babel-helper-remap-async-to-generator, babel-helper-replace-supers, babel-plugin-bugfix-firefox-class-in-computed-class-key, babel-plugin-bugfix-v8-static-class-fields-redefine-readonly, babel-plugin-transform-async-generator-functions, babel-plugin-transform-classes, babel-traverse
  • babel-core, babel-parser
  • babel-compat-data, babel-plugin-bugfix-safari-class-field-initializer-scope, babel-preset-env
  • babel-plugin-transform-block-scoping, babel-traverse, babel-types
  • babel-helper-import-to-platform-api, babel-plugin-proposal-json-modules
  • babel-helper-transform-fixture-test-runner, babel-node
  • babel-compat-data, babel-helper-create-regexp-features-plugin, babel-plugin-proposal-duplicate-named-capturing-groups-regex, babel-plugin-transform-duplicate-named-capturing-groups-regex, babel-preset-env, babel-standalone
🐛 Bug Fix
🏠 Internal
🏃‍♀️ Performance
  • babel-parser, babel-plugin-proposal-pipeline-operator
🔬 Output optimization
  • babel-plugin-transform-classes
  • babel-helper-create-class-features-plugin, babel-helper-replace-supers, babel-helpers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-exponentiation-operator, babel-plugin-transform-object-super, babel-plugin-transform-private-methods, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-plugin-transform-class-properties, babel-plugin-transform-classes
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.

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.

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

v2.8.1

Compare Source

v2.8.0

Compare Source

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

v5.12.0

Compare Source

Blueprint Changes
Changelog

Thank you to all who took the time to contribute!

v5.11.0

Compare Source

Blueprint Changes
Changelog

Thank you to all who took the time to contribute!

emberjs/ember.js (ember-source)

v5.12.0

Compare Source

  • #​20746 [BUGFIX] Upgrade glimmer-vm for some perf improvements
  • #​20714 [BUGFIX] Break eager cycle for "deprecate" function

v5.11.1

Compare Source

v5.11.0

Compare Source

  • #​20716 [BREAKING] Drop Node 16 support
  • #​20704 Remove Component suffix from blueprints to facilitate

    v5.10.2

    Compare Source

    • #​20726 [BUGFIX] Fix test waiters by removing unintentional duplication from ember-testing bundle
    • #​20715 [BUGFIX] Don't publish empty modules
    evanw/esbuild (esbuild)

    v0.24.0

    Compare Source

    This release deliberately contains backwards-incompatible changes. To avoid automatically picking up releases like this, you should either be pinning the exact version of esbuild in your package.json file (recommended) or be using a version range syntax that only accepts patch upgrades such as ^0.23.0 or ~0.23.0. See npm's documentation about semver for more information.

    • Drop support for older platforms (#​3902)

      This release drops support for the following operating system:

      • macOS 10.15 Catalina

      This is because the Go programming language dropped support for this operating system version in Go 1.23, and this release updates esbuild from Go 1.22 to Go 1.23. Go 1.23 now requires macOS 11 Big Sur or later.

      Note that this only affects the binary esbuild executables that are published to the esbuild npm package. It's still possible to compile esbuild's source code for these older operating systems. If you need to, you can compile esbuild for yourself using an older version of the Go compiler (before Go version 1.23). That might look something like this:

      git clone https:/evanw/esbuild.git
      cd esbuild
      go build ./cmd/esbuild
      ./esbuild --version
      
    • Fix class field decorators in TypeScript if useDefineForClassFields is false (#​3913)

      Setting the useDefineForClassFields flag to false in tsconfig.json means class fields use the legacy TypeScript behavior instead of the standard JavaScript behavior. Specifically they use assign semantics instead of define semantics (e.g. setters are triggered) and fields without an initializer are not initialized at all. However, when this legacy behavior is combined with standard JavaScript decorators, TypeScript switches to always initializing all fields, even those without initializers. Previously esbuild incorrectly continued to omit field initializers for this edge case. These field initializers in this case should now be emitted starting with this release.

    • Avoid incorrect cycle warning with tsconfig.json multiple inheritance (#​3898)

      TypeScript 5.0 introduced multiple inheritance for tsconfig.json files where extends can be an array of file paths. Previously esbuild would incorrectly treat files encountered more than once when processing separate subtrees of the multiple inheritance hierarchy as an inheritance cycle. With this release, tsconfig.json files containing this edge case should work correctly without generating a warning.

    • Handle Yarn Plug'n'Play stack overflow with tsconfig.json (#​3915)

      Previously a tsconfig.json file that extends another file in a package with an exports map could cause a stack overflow when Yarn's Plug'n'Play resolution was active. This edge case should work now starting with this release.

    • Work around more issues with Deno 1.31+ (#​3917)

      This version of Deno broke the stdin and stdout properties on command objects for inherited streams, which matters when you run esbuild's Deno module as the entry point (i.e. when import.meta.main is true). Previously esbuild would crash in Deno 1.31+ if you ran esbuild like that. This should be fixed starting with this release.

      This fix was contributed by @​Joshix-1.

    v0.23.1

    Compare Source

    • Allow using the node: import prefix with es* targets (#​3821)

      The node: prefix on imports is an alternate way to import built-in node modules. For example, import fs from "fs" can also be written import fs from "node:fs". This only works with certain newer versions of node, so esbuild removes it when you target older versions of node such as with --target=node14 so that your code still works. With the way esbuild's platform-specific feature compatibility table works, this was added by saying that only newer versions of node support this feature. However, that means that a target such as --target=node18,es2022 removes the node: prefix because none of the es* targets are known to support this feature. This release adds the support for the node: flag to esbuild's internal compatibility table for es* to allow you to use compound targets like this:

      // Original code
      import fs from 'node:fs'
      fs.open
      
      // Old output (with --bundle --format=esm --platform=node --target=node18,es2022)
      import fs from "fs";
      fs.open;
      
      // New output (with --bundle --format=esm --platform=node --target=node18,es2022)
      import fs from "node:fs";
      fs.open;
    • Fix a panic when using the CLI with invalid build flags if --analyze is present (#​3834)

      Previously esbuild's CLI could crash if it was invoked with flags that aren't valid for a "build" API call and the --analyze flag is present. This was caused by esbuild's internals attempting to add a Go plugin (which is how --analyze is implemented) to a null build object. The panic has been fixed in this release.

    • Fix incorrect location of certain error messages (#​3845)

      This release fixes a regression that caused certain errors relating to variable declarations to be reported at an incorrect location. The regression was introduced in version 0.18.7 of esbuild.

    • Print comments before case clauses in switch statements (#​3838)

      With this release, esbuild will attempt to print comments that come before case clauses in switch statements. This is similar to what esbuild already does for comments inside of certain types of expressions. Note that these types of comments are not printed if minification is enabled (specifically whitespace minification).

    • Fix a memory leak with pluginData (#​3825)

      With this release, the build context's internal pluginData cache will now be cleared when starting a new build. This should fix a leak of memory from plugins that return pluginData objects from onResolve and/or onLoad callbacks.

    eslint/eslint (eslint)

    v8.57.1

    Compare Source

    ember-cli/eslint-plugin-ember (eslint-plugin-ember)

    v12.2.1

    Compare Source

    🐛 Bug Fix
    Committers: 2

    v12.2.0

    Compare Source

    🚀 Enhancement
    🐛 Bug Fix
    🏠 Internal
    Committers: 4
    eslint-community/eslint-plugin-n (eslint-plugin-n)

    v17.11.1

    Compare Source

    🩹 Fixes

    v17.11.0

    Compare Source

    🌟 Features
    🩹 Fixes
    • no-missing-import: Ignore node builtins in package.json imports (#​346) (148e47e)
    • no-missing-import: Resolve tsconfig paths relative to the tsconfig (#​343) (6cd7954)
    📚 Documentation
    • Explain the transitive dependency case for no-extraneous-* (#​347) (8c0a2cc)

    v17.10.3

    Compare Source

    🩹 Fixes
    • Use our data set to work out if a module is a node module (#​338) (6a1b2c5)
    📚 Documentation

    v17.10.2

    Compare Source

    🩹 Fixes

    v17.10.1

    Compare Source

    🩹 Fixes

    v17.10.0

    Compare Source

    🌟 Features
    📚 Documentation
    🧹 Chores
    • upgrade compatible deps (8f6f11d)
    platinumazure/eslint-plugin-qunit (eslint-plugin-qunit)

    v8.1.2

    Compare Source

    qunitjs/qunit (qunit)

    v2.22.0

    Compare Source

    ==================

    Added

    v2.21.1

    Compare Source

    ==================

    Deprecated
    Fixed
    • Core: Fix missing second frame in QUnit.stack() in Safari. #​1776
    • Core: Fix stacktrace cleaner to also support clean traces on URLs with host ports. #​1769
    • HTML Reporter: Fix reversed order after clicking "Hide passed". #​1763
    • HTML Reporter: Fix encoding of label for urlConfig multi-value item.
    microsoft/TypeScript (typescript)

    v5.6.3

    Compare Source

    v5.6.2

    Compare Source

    v5.5.4: TypeScript 5.5.4

    Compare Source

    For release notes, check out the release announcement.

    For the complete list of fixed issues, check out the


    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.

@renovate renovate bot force-pushed the renovate/devdependencies branch 2 times, most recently from fbb242b to ffcf8fe Compare September 1, 2024 22:35
@renovate renovate bot force-pushed the renovate/devdependencies branch 2 times, most recently from 279c55d to f00afa0 Compare September 29, 2024 21:26
@renovate renovate bot force-pushed the renovate/devdependencies branch from f00afa0 to 7d68dcd Compare October 6, 2024 21:43
Copy link

sonarcloud bot commented Oct 20, 2024

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