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-dev): bump the js group across 1 directory with 9 updates #505

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 22, 2024

Bumps the js group with 9 updates in the /ember directory:

Package From To
@babel/core 7.24.5 7.24.9
@babel/eslint-parser 7.24.5 7.24.8
@babel/plugin-proposal-decorators 7.24.1 7.24.7
@warp-drive/core-types 0.0.0-beta.4 0.0.0-beta.11
graphql 16.8.1 16.9.0
qunit 2.20.1 2.21.1
qunit-dom 3.1.2 3.2.0
sass 1.77.0 1.77.8
typescript 5.4.5 5.5.3

Updates @babel/core from 7.24.5 to 7.24.9

Release notes

Sourced from @​babel/core's releases.

v7.24.9 (2024-07-15)

🐛 Bug Fix

💅 Polish

  • babel-generator, babel-plugin-transform-optional-chaining

🏠 Internal

  • babel-helper-module-transforms

Committers: 5

v7.24.8 (2024-07-11)

Thanks @​H0onnn, @​jkup and @​SreeXD for your first pull requests!

👓 Spec Compliance

🐛 Bug Fix

💅 Polish

... (truncated)

Changelog

Sourced from @​babel/core's changelog.

v7.24.9 (2024-07-15)

🐛 Bug Fix

💅 Polish

  • babel-generator, babel-plugin-transform-optional-chaining

🏠 Internal

  • babel-helper-module-transforms

v7.24.8 (2024-07-11)

👓 Spec Compliance

🐛 Bug Fix

💅 Polish

v7.24.7 (2024-06-05)

🐛 Bug Fix

🏠 Internal

... (truncated)

Commits

Updates @babel/eslint-parser from 7.24.5 to 7.24.8

Release notes

Sourced from @​babel/eslint-parser's releases.

v7.24.8 (2024-07-11)

Thanks @​H0onnn, @​jkup and @​SreeXD for your first pull requests!

👓 Spec Compliance

🐛 Bug Fix

💅 Polish

Committers: 9

v7.24.7 (2024-06-05)

🐛 Bug Fix

🏠 Internal

  • babel-helpers, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime

... (truncated)

Changelog

Sourced from @​babel/eslint-parser's changelog.

v7.24.8 (2024-07-11)

👓 Spec Compliance

🐛 Bug Fix

💅 Polish

v7.24.7 (2024-06-05)

🐛 Bug Fix

🏠 Internal

  • babel-helpers, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime

v7.24.6 (2024-05-24)

🐛 Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-transform-class-properties
  • babel-core, babel-generator, babel-plugin-transform-modules-commonjs
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-helpers, babel-plugin-proposal-decorators, babel-runtime-corejs3
    • #16483 Fix: throw TypeError if addInitializer is called after finished (@​JLHwung)
  • babel-parser, babel-plugin-transform-typescript

... (truncated)

Commits

Updates @babel/plugin-proposal-decorators from 7.24.1 to 7.24.7

Release notes

Sourced from @​babel/plugin-proposal-decorators's releases.

v7.24.7 (2024-06-05)

🐛 Bug Fix

🏠 Internal

  • babel-helpers, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime

Committers: 7

v7.24.6 (2024-05-24)

Thanks @​amjed-98, @​blakewilson, @​coelhucas, and @​SukkaW for your first PRs!

🐛 Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-transform-class-properties
  • babel-core, babel-generator, babel-plugin-transform-modules-commonjs
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-helpers, babel-plugin-proposal-decorators, babel-runtime-corejs3
    • #16483 Fix: throw TypeError if addInitializer is called after finished (@​JLHwung)
  • babel-parser, babel-plugin-transform-typescript

🏠 Internal

  • babel-core, babel-helpers, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-helpers
  • babel-cli, babel-helpers, babel-plugin-external-helpers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-parser, babel-traverse
  • Other

... (truncated)

Changelog

Sourced from @​babel/plugin-proposal-decorators's changelog.

v7.24.10 (2024-07-16)

🐛 Bug Fix

v7.24.9 (2024-07-15)

🐛 Bug Fix

💅 Polish

  • babel-generator, babel-plugin-transform-optional-chaining

🏠 Internal

  • babel-helper-module-transforms

v7.24.8 (2024-07-11)

👓 Spec Compliance

🐛 Bug Fix

💅 Polish

v7.24.7 (2024-06-05)

🐛 Bug Fix

... (truncated)

Commits

Updates @warp-drive/core-types from 0.0.0-beta.4 to 0.0.0-beta.11

Release notes

Sourced from @​warp-drive/core-types's releases.

v4.11.3 - Roads? Where We're Going ...

Fixes a memory leak in SSR/Tests and Infinite Recursion bug in develop when yielded/awaited in an ember-concurrency task.

Commits

Updates graphql from 16.8.1 to 16.9.0

Release notes

Sourced from graphql's releases.

v16.9.0 (2024-06-21)

New Feature 🚀

  • #4119 backport[v16]: Introduce "recommended" validation rules (@​benjie)
  • #4122 backport[v16]: Enable passing values configuration to GraphQLEnumType as a thunk (@​benjie)
  • #4124 backport[v16]: Implement OneOf Input Objects via @oneOf directive (@​benjie)

Committers: 1

v16.8.2 (2024-06-12)

Bug Fix 🐞

Internal 🏠

Committers: 2

Commits
  • 556a01e 16.9.0
  • 6a1614c backport[v16]: Enable passing values configuration to GraphQLEnumType as a th...
  • 29144f7 backport[v16]: Implement OneOf Input Objects via @oneOf directive (#4124)
  • c35130e Revert error extension symbol (#4123)
  • 29c1bff feat: allow defining symbol error extensions (#3730)
  • c985c27 backport[v16]: Introduce "recommended" validation rules (#4119)
  • 08779a0 16.8.2
  • c82609e Fix publish scripts (#4104)
  • 0d12b06 fix: remove globalThis check and align with what bundlers can accept (#4022)
  • See full diff in compare view
Maintainer changes

This version was pushed to npm by benjie, a new releaser for graphql since your current version.


Updates qunit from 2.20.1 to 2.21.1

Release notes

Sourced from qunit's releases.

2.21.1

Deprecated

Fixed

  • Core: Fix missing second frame in QUnit.stack() in Safari. #1776
  • Core: Fix stacktrace cleaner to support 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.

2.21.0

Added

Deprecated

Changelog

Sourced from qunit's changelog.

2.21.1 / 2024-07-20

Deprecated

  • Assert: Add notice about upcoming change in how assert.expect() counts steps for assert.verifySteps(). #1226

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.

2.21.0 / 2024-05-29

Added

Deprecated

Commits
  • 88fe4f8 Release 2.21.1
  • 600354b Build: Prepare 2.21.1 release
  • 279abaa Assert: Remove deprecation warning from assert.push()
  • 98d7942 HTML Reporter: Fix encoding of label for urlConfig multi-value item
  • b793908 Core: Fix missing second frame in QUnit.stack() in Safari
  • 9312286 Core: Fix stacktrace cleaner to support URLs with host ports
  • 8252a2a HTML Reporter: Fix reversed order after clicking "Hide passed"
  • 1687c2d Assert: Introduce QUnit.config.countStepsAsOne
  • 55de7ca Test: Add empty assert.verifySteps() test
  • 4a35dbd Build: Fix ubuntu-24.04 CI builds by switching to apt-get
  • Additional commits viewable in compare view

Updates qunit-dom from 3.1.2 to 3.2.0

Release notes

Sourced from qunit-dom's releases.

v3.2.0

🚀 Enhancement

  • qunit-dom, test-types-resolution-node, test-types-resolution-node16, test-types

🏠 Internal

Committers: 1

Commits

Updates sass from 1.77.0 to 1.77.8

Release notes

Sourced from sass's releases.

Dart Sass 1.77.8

To install Sass 1.77.8, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • No user-visible changes.

See the full changelog for changes in earlier releases.

Dart Sass 1.77.5

To install Sass 1.77.5, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • Fully trim redundant selectors generated by @extend.

See the full changelog for changes in earlier releases.

Dart Sass 1.77.4

To install Sass 1.77.4, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

Embedded Sass

  • Support passing Version input for fatalDeprecations as string over embedded protocol.

  • Fix a bug in the JS Embedded Host where Version could be incorrectly accepted as input for silenceDeprecations and futureDeprecations in pure JS.

See the full changelog for changes in earlier releases.

Dart Sass 1.77.3

To install Sass 1.77.3, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

Dart API

... (truncated)

Changelog

Sourced from sass's changelog.

1.77.8

  • No user-visible changes.

1.77.7

  • Declarations that appear after nested rules are deprecated, because the semantics Sass has historically used are different from the semantics specified by CSS. In the future, Sass will adopt the standard CSS semantics.

    See the Sass website for details.

  • Potentially breaking bug fix: // in certain places such as unknown at-rule values was being preserved in the CSS output, leading to potentially invalid CSS. It's now properly parsed as a silent comment and omitted from the CSS output.

1.77.6

  • Fix a few cases where comments and occasionally even whitespace wasn't allowed between the end of Sass statements and the following semicolon.

1.77.5

  • Fully trim redundant selectors generated by @extend.

1.77.4

Embedded Sass

  • Support passing Version input for fatalDeprecations as string over embedded protocol.

  • Fix a bug in the JS Embedded Host where Version could be incorrectly accepted as input for silenceDeprecations and futureDeprecations in pure JS.

1.77.3

Dart API

  • Deprecation.duplicateVariableFlags has been deprecated and replaced with Deprecation.duplicateVarFlags to make it consistent with the duplicate-var-flags name used on the command line and in the JS API.

1.77.2

  • Don't emit deprecation warnings for functions and mixins beginning with __.

  • Allow user-defined functions whose names begin with _ and otherwise look like vendor-prefixed functions with special CSS syntax.

... (truncated)

Commits
  • be9c3ac Run Windows ARM64 releases on windows-latest instead (#2275)
  • d4b1939 Run pub in verbose mode on windows-arm64
  • c96b5e2 Fix windows-arm64 release (#2274)
  • 7203d65 Deprecated mixed declarations (#2267)
  • 1edc247 Avoid [this] in Dartdoc comments (#2273)
  • a164889 Enable AOT build for windows-arm64 (#2270)
  • 04b6251 Parse silent comments in _interpolatedDeclarationValue() (#2266)
  • 860eb5a Fix linux-ia32, linux-arm-musl, and windows-arm64 releases (#2265)
  • 7aae1e6 Fix a bug where comments were incorrectly forbidden in some cases (#2264)
  • cf6f9d0 Build AOT releases with native arm64 runners (#2262)
  • Additional commits viewable in compare view

Updates typescript from 5.4.5 to 5.5.3

Release notes

Sourced from typescript's releases.

TypeScript 5.5.3

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.5

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.5 RC

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downlo...

Description has been truncated

Bumps the js group with 9 updates in the /ember directory:

| Package | From | To |
| --- | --- | --- |
| [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.24.5` | `7.24.9` |
| [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser) | `7.24.5` | `7.24.8` |
| [@babel/plugin-proposal-decorators](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-proposal-decorators) | `7.24.1` | `7.24.7` |
| [@warp-drive/core-types](https://github.com/emberjs/data/tree/HEAD/packages/core-types) | `0.0.0-beta.4` | `0.0.0-beta.11` |
| [graphql](https://github.com/graphql/graphql-js) | `16.8.1` | `16.9.0` |
| [qunit](https://github.com/qunitjs/qunit) | `2.20.1` | `2.21.1` |
| [qunit-dom](https://github.com/mainmatter/qunit-dom) | `3.1.2` | `3.2.0` |
| [sass](https://github.com/sass/dart-sass) | `1.77.0` | `1.77.8` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.4.5` | `5.5.3` |



Updates `@babel/core` from 7.24.5 to 7.24.9
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.24.9/packages/babel-core)

Updates `@babel/eslint-parser` from 7.24.5 to 7.24.8
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.24.8/eslint/babel-eslint-parser)

Updates `@babel/plugin-proposal-decorators` from 7.24.1 to 7.24.7
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.24.7/packages/babel-plugin-proposal-decorators)

Updates `@warp-drive/core-types` from 0.0.0-beta.4 to 0.0.0-beta.11
- [Release notes](https://github.com/emberjs/data/releases)
- [Changelog](https://github.com/emberjs/data/blob/main/CHANGELOG.md)
- [Commits](https://github.com/emberjs/data/commits/HEAD/packages/core-types)

Updates `graphql` from 16.8.1 to 16.9.0
- [Release notes](https://github.com/graphql/graphql-js/releases)
- [Commits](graphql/graphql-js@v16.8.1...v16.9.0)

Updates `qunit` from 2.20.1 to 2.21.1
- [Release notes](https://github.com/qunitjs/qunit/releases)
- [Changelog](https://github.com/qunitjs/qunit/blob/main/History.md)
- [Commits](qunitjs/qunit@2.20.1...2.21.1)

Updates `qunit-dom` from 3.1.2 to 3.2.0
- [Release notes](https://github.com/mainmatter/qunit-dom/releases)
- [Commits](mainmatter/qunit-dom@v3.1.2...v3.2.0)

Updates `sass` from 1.77.0 to 1.77.8
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.77.0...1.77.8)

Updates `typescript` from 5.4.5 to 5.5.3
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.4.5...v5.5.3)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: js
- dependency-name: "@babel/eslint-parser"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: js
- dependency-name: "@babel/plugin-proposal-decorators"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: js
- dependency-name: "@warp-drive/core-types"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: js
- dependency-name: graphql
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js
- dependency-name: qunit
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js
- dependency-name: qunit-dom
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: js
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: js
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from c0rydoras as a code owner July 22, 2024 10:43
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 22, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 29, 2024

Superseded by #511.

2 similar comments
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 29, 2024

Superseded by #511.

Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 29, 2024

Superseded by #511.

@dependabot dependabot bot closed this Jul 29, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 29, 2024

Superseded by #511.

2 similar comments
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 29, 2024

Superseded by #511.

Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 29, 2024

Superseded by #511.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/ember/js-ddc1c2675c branch July 29, 2024 10:57
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants