Skip to content

Conversation

@AKJUS
Copy link
Owner

@AKJUS AKJUS commented Sep 12, 2024

snyk-top-banner

Snyk has created this PR to upgrade multiple dependencies.

👯‍♂ The following dependencies are linked and will therefore be updated together.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.

Name Versions Released on

@babel/core
from 7.24.9 to 7.25.2 | 1 version ahead of your current version | a month ago
on 2024-07-30
@babel/eslint-parser
from 7.25.0 to 7.25.1 | 1 version ahead of your current version | a month ago
on 2024-07-28
@stylistic/eslint-plugin-js
from 2.4.0 to 2.6.4 | 7 versions ahead of your current version | a month ago
on 2024-08-16
eslint
from 9.8.0 to 9.9.0 | 1 version ahead of your current version | a month ago
on 2024-08-09
eslint-plugin-jsdoc
from 48.8.3 to 48.11.0 | 8 versions ahead of your current version | a month ago
on 2024-08-02
globals
from 15.8.0 to 15.9.0 | 1 version ahead of your current version | a month ago
on 2024-08-01

Release notes
Package name: @babel/core from @babel/core GitHub release notes
Package name: @babel/eslint-parser
  • 7.25.1 - 2024-07-28

    v7.25.1 (2024-07-28)

    🐛 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

    Committers: 4

  • 7.25.0 - 2024-07-26

    v7.25.0 (2024-07-26)

    Thanks @ davidtaylorhq and @ slatereax for your first PR!

    You can find the release blog post with some highlights at https://babeljs.io/blog/2024/07/26/7.25.0.

    👓 Spec Compliance

    • babel-helpers, babel-plugin-proposal-explicit-resource-management, babel-runtime-corejs3
    • babel-plugin-transform-typescript
      • #16602 Ensure enum members syntactically determinable to be strings do not get reverse mappings (@ liuxingbaoyu)

    🚀 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
      • #16445 Add duplicate-named-capturing-groups-regex to preset-env (@ JLHwung)

    🐛 Bug Fix

    🏠 Internal

    • Other
    • babel-generator
    • babel-helper-function-name, babel-plugin-transform-arrow-functions, babel-plugin-transform-function-name, babel-preset-env, babel-traverse

    🏃‍♀️ 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

    Committers: 6

from @babel/eslint-parser GitHub release notes
Package name: @stylistic/eslint-plugin-js from @stylistic/eslint-plugin-js GitHub release notes
Package name: eslint
  • 9.9.0 - 2024-08-09

    Features

    • 41d0206 feat: Add support for TS config files (#18134) (Arya Emami)
    • 3a4eaf9 feat: add suggestion to require-await to remove async keyword (#18716) (Dave)

    Documentation

    • 9fe068c docs: how to author plugins with configs that extend other configs (#18753) (Alec Gibson)
    • 48117b2 docs: add version support page in the side navbar (#18738) (Amaresh S M)
    • fec2951 docs: add version support page to the dropdown (#18730) (Amaresh S M)
    • 38a0661 docs: Fix typo (#18735) (Zaina Al Habash)
    • 3c32a9e docs: Update yarn command for creating ESLint config (#18739) (Temitope Ogunleye)
    • f9ac978 docs: Update README (GitHub Actions Bot)

    Chores

    • 461b2c3 chore: upgrade to @ eslint/[email protected] (#18765) (Francesco Trotta)
    • 59dba1b chore: package.json update for @ eslint/js release (Jenkins)
    • fea8563 chore: update dependency @ eslint/core to ^0.3.0 (#18724) (renovate[bot])
    • aac191e chore: update dependency @ eslint/json to ^0.3.0 (#18760) (renovate[bot])
    • b97fa05 chore: update wdio dependencies for more stable tests (#18759) (Christian Bromann)
  • 9.8.0 - 2024-07-26

    Features

    • 13d0bd3 feat: Add and use SourceCode#getLoc/getRange (#18703) (Nicholas C. Zakas)

    Bug Fixes

    • ab0ff27 fix: Throw error when invalid flags passed (#18705) (Nicholas C. Zakas)
    • 70dc803 fix: basePath directory can never be ignored (#18711) (Milos Djermanovic)

    Documentation

    Build Related

    • 4514424 build: Enable JSON linting (#18681) (Nicholas C. Zakas)

    Chores

from eslint GitHub release notes
Package name: eslint-plugin-jsdoc from eslint-plugin-jsdoc GitHub release notes
Package name: globals from globals GitHub release notes

Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • This PR was automatically created by Snyk using the credentials of a real user.

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

Snyk has created this PR to upgrade:
  - @babel/core from 7.24.9 to 7.25.2.
    See this package in npm: https://www.npmjs.com/package/@babel/core
  - @babel/eslint-parser from 7.25.0 to 7.25.1.
    See this package in npm: https://www.npmjs.com/package/@babel/eslint-parser
  - @stylistic/eslint-plugin-js from 2.4.0 to 2.6.4.
    See this package in npm: https://www.npmjs.com/package/@stylistic/eslint-plugin-js
  - eslint from 9.8.0 to 9.9.0.
    See this package in npm: https://www.npmjs.com/package/eslint
  - eslint-plugin-jsdoc from 48.8.3 to 48.11.0.
    See this package in npm: https://www.npmjs.com/package/eslint-plugin-jsdoc
  - globals from 15.8.0 to 15.9.0.
    See this package in npm: https://www.npmjs.com/package/globals

See this project in Snyk:
https://app.snyk.io/org/akjus/project/f6d96619-47b7-4cae-ba66-72f352b49e6b?utm_source=github&utm_medium=referral&page=upgrade-pr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment