composer / satis

Simple static Composer repository generator - For a full private Composer repo use Private Packagist
MIT License
3.15k stars 519 forks source link

Bump the minor-patch group with 18 updates #910

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps the minor-patch group with 18 updates:

Package From To
@symfony/webpack-encore 4.6.1 4.7.0
lint-staged 15.2.9 15.2.10
@babel/generator 7.25.5 7.25.6
@babel/helpers 7.25.0 7.25.6
@babel/parser 7.25.4 7.25.6
@babel/plugin-syntax-import-assertions 7.24.7 7.25.6
@babel/plugin-syntax-import-attributes 7.24.7 7.25.6
@babel/runtime 7.25.4 7.25.6
@babel/traverse 7.25.4 7.25.6
@babel/types 7.25.4 7.25.6
@types/node 22.5.0 22.5.2
caniuse-lite 1.0.30001653 1.0.30001655
escalade 3.1.2 3.2.0
find-up 3.0.0 4.1.0
locate-path 3.0.0 5.0.0
p-locate 3.0.0 4.1.0
path-exists 3.0.0 4.0.0
postcss 8.4.41 8.4.44

Updates @symfony/webpack-encore from 4.6.1 to 4.7.0

Release notes

Sourced from @​symfony/webpack-encore's releases.

v4.7.0

Hey packagers, it's been a while!

After several months of inactivity, Webpack Encore is back with a few new features: many loaders upgrades, Node.js 22 support, and Vue3+JSX.

Features

Enabling JSX support for Vue 3 is done with the Encore.enableVueLoader():

Encore.enableVueLoader(() => {}, { 
    useJsx: true,
    version: 3,
});

If you don't have a custom Babel configuration, then you're all set! But if you do, you may need to adjust it to add @vue/babel-plugin-jsx plugin to your Babel configuration:

// babel.config.js
module.exports = {
    plugins: [
        '@vue/babel-plugin-jsx'
    ]
};

Deprecations

Internal

  • #1275 Update some dev-dependencies to fix vulnerability issues (@​Kocal)

... (truncated)

Changelog

Sourced from @​symfony/webpack-encore's changelog.

4.7.0

Features

Enabling JSX support for Vue 3 is done with the Encore.enableVueLoader():

Encore.enableVueLoader(() => {}, { 
    useJsx: true,
    version: 3,
});

If you don't have a custom Babel configuration, then you're all set! But if you do, you may need to adjust it to add @vue/babel-plugin-jsx plugin to your Babel configuration:

// babel.config.js
module.exports = {
    plugins: [
        '@vue/babel-plugin-jsx'
    ]
};

Deprecations

Internal

... (truncated)

Commits
  • acccc6a Tagging 4.7.0
  • 6f643fb minor #1300 Bump micromatch from 4.0.5 to 4.0.8 (dependabot[bot])
  • f22c114 minor #1303 Replace pkg-up by an inlined solution (Kocal)
  • d9cfde3 Replace pkg-up by an inlined solution
  • cc268db minor #1304 Replace fast-levenshtein by fastest-levenshtein (Kocal)
  • c4ac73a Replace fast-levenshtein by fastest-levenshtein
  • 24eb007 minor #1302 Add support for stylus-loader 8 (Kocal)
  • 2cb2087 Add support for stylus-loader 8
  • 2970e7f minor #1301 Add support for postcss-loader 8 (Kocal)
  • e70fca2 Add support for postcss-loader 8
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by kocal, a new releaser for @​symfony/webpack-encore since your current version.


Updates lint-staged from 15.2.9 to 15.2.10

Release notes

Sourced from lint-staged's releases.

v15.2.10

Patch Changes

Changelog

Sourced from lint-staged's changelog.

15.2.10

Patch Changes

Commits
  • 163112f chore(changeset): release
  • 829575c Merge pull request #1471 from lint-staged/updates
  • 893ca84 refactor: remove unused parameter default
  • a661f46 build(deps): migrate to ESLint 9
  • e3f283b build(deps): update minor dependencies
  • 35483b9 docs: add some more concrete command examples to the README
  • See full diff in compare view


Updates @babel/generator from 7.25.5 to 7.25.6

Release notes

Sourced from @​babel/generator's releases.

v7.25.6 (2024-08-29)

Thanks @​j4k0xb for your first PR!

:bug: Bug Fix

:nail_care: Polish

  • babel-generator, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-duplicate-named-capturing-groups-regex, babel-plugin-transform-named-capturing-groups-regex, babel-plugin-transform-react-jsx-development, babel-plugin-transform-react-jsx, babel-plugin-transform-react-pure-annotations, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env
  • babel-plugin-syntax-import-assertions, babel-plugin-syntax-import-attributes
  • babel-generator

:house: Internal

Committers: 5

Changelog

Sourced from @​babel/generator's changelog.

v7.25.6 (2024-08-29)

:bug: Bug Fix

:nail_care: Polish

  • babel-generator, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-duplicate-named-capturing-groups-regex, babel-plugin-transform-named-capturing-groups-regex, babel-plugin-transform-react-jsx-development, babel-plugin-transform-react-jsx, babel-plugin-transform-react-pure-annotations, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env
  • babel-plugin-syntax-import-assertions, babel-plugin-syntax-import-attributes
  • babel-generator

:house: Internal

Commits


Updates @babel/helpers from 7.25.0 to 7.25.6

Release notes

Sourced from @​babel/helpers's releases.

v7.25.6 (2024-08-29)

Thanks @​j4k0xb for your first PR!

:bug: Bug Fix

:nail_care: Polish

  • babel-generator, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-duplicate-named-capturing-groups-regex, babel-plugin-transform-named-capturing-groups-regex, babel-plugin-transform-react-jsx-development, babel-plugin-transform-react-jsx, babel-plugin-transform-react-pure-annotations, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env
  • babel-plugin-syntax-import-assertions, babel-plugin-syntax-import-attributes
  • babel-generator

:house: Internal

Committers: 5

v7.25.5 (2024-08-23)

:bug: Bug Fix

  • babel-generator, babel-traverse

:nail_care: Polish

Committers: 2

v7.25.4 (2024-08-22)

... (truncated)

Changelog

Sourced from @​babel/helpers's changelog.

v7.25.6 (2024-08-29)

:bug: Bug Fix

:nail_care: Polish

  • babel-generator, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-duplicate-named-capturing-groups-regex, babel-plugin-transform-named-capturing-groups-regex, babel-plugin-transform-react-jsx-development, babel-plugin-transform-react-jsx, babel-plugin-transform-react-pure-annotations, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env
  • babel-plugin-syntax-import-assertions, babel-plugin-syntax-import-attributes
  • babel-generator

:house: Internal

v7.25.5 (2024-08-23)

:bug: Bug Fix

:nail_care: Polish

v7.25.4 (2024-08-22)

:bug: Bug Fix

:nail_care: Polish

  • babel-generator, babel-plugin-proposal-decorators, babel-plugin-proposal-destructuring-private, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-class-properties, babel-plugin-transform-destructuring, babel-plugin-transform-optional-chaining, babel-plugin-transform-private-methods, babel-plugin-transform-private-property-in-object, babel-plugin-transform-typescript, babel-runtime-corejs2, babel-runtime, babel-traverse
  • babel-generator, babel-plugin-transform-class-properties

... (truncated)

Commits


Updates @babel/parser from 7.25.4 to 7.25.6

Release notes

Sourced from @​babel/parser's releases.

v7.25.6 (2024-08-29)

Thanks @​j4k0xb for your first PR!

:bug: Bug Fix

:nail_care: Polish

  • babel-generator, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-duplicate-named-capturing-groups-regex, babel-plugin-transform-named-capturing-groups-regex, babel-plugin-transform-react-jsx-development, babel-plugin-transform-react-jsx, babel-plugin-transform-react-pure-annotations, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env
  • babel-plugin-syntax-import-assertions, babel-plugin-syntax-import-attributes
  • babel-generator

:house: Internal

Committers: 5

v7.25.5 (2024-08-23)

:bug: Bug Fix

  • babel-generator, babel-traverse

:nail_care: Polish

Committers: 2

Changelog

Sourced from @​babel/parser's changelog.

v7.25.6 (2024-08-29)

:bug: Bug Fix

:nail_care: Polish

  • babel-generator, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-duplicate-named-capturing-groups-regex, babel-plugin-transform-named-capturing-groups-regex, babel-plugin-transform-react-jsx-development, babel-plugin-transform-react-jsx, babel-plugin-transform-react-pure-annotations, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env
  • babel-plugin-syntax-import-assertions, babel-plugin-syntax-import-attributes
  • babel-generator

:house: Internal

v7.25.5 (2024-08-23)

:bug: Bug Fix

:nail_care: Polish

Commits


Updates @babel/plugin-syntax-import-assertions from 7.24.7 to 7.25.6

Release notes

Sourced from @​babel/plugin-syntax-import-assertions's releases.

v7.25.6 (2024-08-29)

Thanks @​j4k0xb for your first PR!

:bug: Bug Fix

:nail_care: Polish

  • babel-generator, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-duplicate-named-capturing-groups-regex, babel-plugin-transform-named-capturing-groups-regex, babel-plugin-transform-react-jsx-development, babel-plugin-transform-react-jsx, babel-plugin-transform-react-pure-annotations, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env
  • babel-plugin-syntax-import-assertions, babel-plugin-syntax-import-attributes
  • babel-generator

:house: Internal

Committers: 5

v7.25.5 (2024-08-23)

:bug: Bug Fix

  • babel-generator, babel-traverse

:nail_care: Polish

Committers: 2

v7.25.4 (2024-08-22)

... (truncated)

Changelog

Sourced from @​babel/plugin-syntax-import-assertions's changelog.

v7.25.6 (2024-08-29)

:bug: Bug Fix

:nail_care: Polish

  • babel-generator, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-duplicate-named-capturing-groups-regex, babel-plugin-transform-named-capturing-groups-regex, babel-plugin-transform-react-jsx-development, babel-plugin-transform-react-jsx, babel-plugin-transform-react-pure-annotations, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env
  • babel-plugin-syntax-import-assertions, babel-plugin-syntax-import-attributes
  • babel-generator

:house: Internal

v7.25.5 (2024-08-23)

:bug: Bug Fix

:nail_care: Polish

v7.25.4 (2024-08-22)

:bug: Bug Fix

:nail_care: Polish

  • babel-generator, babel-plugin-proposal-decorators, babel-plugin-proposal-destructuring-private, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-class-properties, babel-plugin-transform-destructuring, babel-plugin-transform-optional-chaining, babel-plugin-transform-private-methods, babel-plugin-transform-private-property-in-object, babel-plugin-transform-typescript, babel-runtime-corejs2, babel-runtime, babel-traverse
  • babel-generator, babel-plugin-transform-class-properties

... (truncated)

Commits


Updates @babel/plugin-syntax-import-attributes from 7.24.7 to 7.25.6

Release notes

Sourced from @​babel/plugin-syntax-import-attributes's releases.

v7.25.6 (2024-08-29)

Thanks @​j4k0xb for your first PR!

:bug: Bug Fix

:nail_care: Polish

  • babel-generator, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-duplicate-named-capturing-groups-regex, babel-plugin-transform-named-capturing-groups-regex, babel-plugin-transform-react-jsx-development, babel-plugin-transform-react-jsx, babel-plugin-transform-react-pure-annotations, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env
  • babel-plugin-syntax-import-assertions, babel-plugin-syntax-import-attributes
  • babel-generator

:house: Internal

Committers: 5

v7.25.5 (2024-08-23)

:bug: Bug Fix

  • babel-generator, babel-traverse

:nail_care: Polish

Committers: 2

v7.25.4 (2024-08-22)

... (truncated)

Changelog

Sourced from @​babel/plugin-syntax-import-attributes's changelog.

v7.25.6 (2024-08-29)

:bug: Bug Fix