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

Bump the javascript-dependencies group with 5 updates #567

Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the javascript-dependencies group with 5 updates:

Package From To
@redocly/cli 1.0.0-beta.123 1.9.1
eslint-plugin-import 2.27.5 2.29.1
vue-template-compiler 2.7.14 2.7.16
webpack 5.76.0 5.90.3
webpack-cli 5.0.1 5.1.4

Updates @redocly/cli from 1.0.0-beta.123 to 1.9.1

Release notes

Sourced from @​redocly/cli's releases.

@​redocly/cli@​1.9.1

Patch Changes

  • Adds support for using logical AND for the security schema so that the join command generates the correct schema.
  • Fixed a bug with resolving $refs to file names that contain the hash symbol.
  • Fixed a problem where the join command did not process schemas containing null values when the --prefix-components-with-info-prop option was used.'
  • Updated @​redocly/openapi-core to v1.9.1.

@​redocly/cli@​1.9.0

Minor Changes

    • Removed descriptions adding for x-tagGroups for the join command. Descriptions in x-tagGroups are not supported and cause errors on linting.
    • Updated info.title to be used as a name in x-tagGroups instead of a file name for the join command, so you can now join files with the same names.
  • Added new no-required-schema-properties-undefined rule to check if each required schema property is defined.

Patch Changes

  • Fixed an issue where using the --prefix-components-with-info-prop option with the join command caused $refs to include duplicated prefixes.
  • Fixed an issue where $refs ending in # (instead of #/) would break the application.
  • Updated @​redocly/openapi-core to v1.9.0.

@​redocly/cli@​1.8.2

Patch Changes

  • Added markdown format option to stats command for use with GitHub job summaries.
  • Fixed an issue with the push command, when destination option does not work without specifying it in redocly.yaml.
  • Updated @​redocly/openapi-core to v1.8.2.

@​redocly/cli@​1.8.1

Patch Changes

  • Added git to the docker image, so the push command can use git metadata.
  • Updated @​redocly/openapi-core to v1.8.1.

@​redocly/cli@​1.8.0

Minor Changes

  • Added a push and push-status command for use with future Redocly products.

Patch Changes

  • Updated @​redocly/openapi-core to v1.8.0.

@​redocly/cli@​1.7.0

Minor Changes

  • Added a preview command that starts a local preview server for Redocly projects that use products that are currently in a pre-release stage.

Patch Changes

... (truncated)

Changelog

Sourced from @​redocly/cli's changelog.

1.9.1 (2024-02-20)

Patch Changes

  • Adds support for using logical AND for the security schema so that the join command generates the correct schema.
  • Fixed a bug with resolving $refs to file names that contain the hash symbol.
  • Fixed a problem where the join command did not process schemas containing null values when the --prefix-components-with-info-prop option was used.'
  • Updated @​redocly/openapi-core to v1.9.1.

1.9.0 (2024-02-13)

Minor Changes

    • Removed descriptions adding for x-tagGroups for the join command. Descriptions in x-tagGroups are not supported and cause errors on linting.
    • Updated info.title to be used as a name in x-tagGroups instead of a file name for the join command, so you can now join files with the same names.
  • Added new no-required-schema-properties-undefined rule to check if each required schema property is defined.

Patch Changes

  • Fixed an issue where using the --prefix-components-with-info-prop option with the join command caused $refs to include duplicated prefixes.
  • Fixed an issue where $refs ending in # (instead of #/) would break the application.
  • Updated @​redocly/openapi-core to v1.9.0.

1.8.2 (2024-02-01)

Patch Changes

  • Added markdown format option to stats command for use with GitHub job summaries.
  • Fixed an issue with the push command, when destination option does not work without specifying it in redocly.yaml.
  • Updated @​redocly/openapi-core to v1.8.2.

1.8.1 (2024-01-29)

Patch Changes

  • Added git to the docker image, so the push command can use git metadata.
  • Updated @​redocly/openapi-core to v1.8.1.

1.8.0 (2024-01-26)

Minor Changes

  • Added a push and push-status command for use with future Redocly products.

Patch Changes

  • Updated @​redocly/openapi-core to v1.8.0.

1.7.0 (2024-01-23)

... (truncated)

Commits
  • ee5d372 chore: 🔖 release new versions (#1442)
  • 751f949 fix: parse $refs containing the hash symbol correctly (#1445)
  • 27f570a fix: join command failing on null values with --prefix-components-with-info-p...
  • f6448ef chore: do not run the reqire changeset action on release branch (#1443)
  • 4b54bc8 fix: join command security schemas fix (#1439)
  • fc21cfd chore: implement JSON Schema to NodeType adapter (#1401)
  • d01b16f chore: add historical performance benchmarking (#1432)
  • c51fbc7 fix: fix wrong file extension for sidebar.yaml docs (#1438)
  • 149f7ee docs: add link to new no-required-schema-properties-undefined rule in sidebar...
  • 838c179 docs: remove description for xtaggroup when using join command (#1422)
  • Additional commits viewable in compare view

Updates eslint-plugin-import from 2.27.5 to 2.29.1

Release notes

Sourced from eslint-plugin-import's releases.

v2.29.1

Full Changelog: import-js/eslint-plugin-import@v2.29.0...v2.29.1

v2.29.0

Full Changelog: import-js/eslint-plugin-import@v2.28.1...v2.29.0

v2.28.1

Full Changelog: import-js/eslint-plugin-import@v2.28.0...v2.28.1

v2.28.0

Full Changelog: import-js/eslint-plugin-import@v2.27.5...v2.28.0

Changelog

Sourced from eslint-plugin-import's changelog.

[2.29.1] - 2023-12-14

Fixed

  • [no-extraneous-dependencies]: ignore export type { ... } from '...' when includeTypes is false (#2919, thanks [@​Pandemic1617])
  • [no-unused-modules]: support export patterns with array destructuring (#2930, thanks [@​ljharb])
  • [Deps] update tsconfig-paths (#2447, thanks [@​domdomegg])

[2.29.0] - 2023-10-22

Added

  • TypeScript config: add .cts and .mts extensions (#2851, thanks [@​Zamiell])
  • [newline-after-import]: new option exactCount and docs update (#1933, thanks [@​anikethsaha] and [@​reosarevok])
  • [newline-after-import]: fix exactCount with considerComments false positive, when there is a leading comment (#2884, thanks [@​kinland])

[2.28.1] - 2023-08-18

Fixed

  • [order]: revert breaking change to single nested group (#2854, thanks [@​yndajas])

Changed

  • [Docs] remove duplicate fixable notices in docs (#2850, thanks [@​bmish])

[2.28.0] - 2023-07-27

Fixed

  • [no-duplicates]: remove duplicate identifiers in duplicate imports (#2577, thanks [@​joe-matsec])
  • [consistent-type-specifier-style]: fix accidental removal of comma in certain cases (#2754, thanks [@​bradzacher])
  • [Perf] ExportMap: Improve ExportMap.for performance on larger codebases (#2756, thanks [@​leipert])
  • [no-extraneous-dependencies]/TypeScript: do not error when importing inline type from dev dependencies (#1820, thanks [@​andyogo])
  • [newline-after-import]/TypeScript: do not error when re-exporting a namespaced import (#2832, thanks [@​laurens-dg])
  • [order]: partial fix for #2687 (thanks [@​ljharb])
  • [no-duplicates]: Detect across type and regular imports (#2835, thanks [@​benkrejci])
  • [extensions]: handle . and .. properly (#2778, thanks [@​benasher44])
  • [no-unused-modules]: improve schema (thanks [@​ljharb])
  • [no-unused-modules]: report error on binding instead of parent export (#2842, thanks [@​Chamion])

Changed

  • [Docs] [no-duplicates]: fix example schema (#2684, thanks [@​simmo])
  • [Docs] [group-exports]: fix syntax highlighting (#2699, thanks [@​devinrhode2])
  • [Docs] [extensions]: reference node ESM behavior (#2748, thanks [@​xM8WVqaG])
  • [Refactor] [exports-last]: use array.prototype.findlastindex (thanks [@​ljharb])
  • [Refactor] [no-anonymous-default-export]: use object.fromentries (thanks [@​ljharb])
  • [Refactor] [no-unused-modules]: use array.prototype.flatmap (thanks [@​ljharb])
Commits
  • ee5fade Bump to 2.29.1
  • 48fec35 [Deps] update tsconfig-paths
  • 80aee73 [Dev Deps] update chai, eslint-doc-generator, markdownlint-cli
  • 8c83eaf [Tests] node v21.3 has a broken fs.writeFile
  • e67259e [Fix] no-unused-modules: support export patterns with array destructuring
  • 9fd3c42 [Tests] no-duplicates: add passing test
  • 12f0300 [Fix] no-extraneous-dependencies: ignore export type { ... } from '...' w...
  • 6d34c88 Bump to 2.29.0
  • ec6a8ea [Refactor] use hasown instead of has
  • 78f50b8 [Deps] update array-includes, array.prototype.findlastindex, `array.proto...
  • Additional commits viewable in compare view

Updates vue-template-compiler from 2.7.14 to 2.7.16

Release notes

Sourced from vue-template-compiler's releases.

v2.7.16 "Swan Song"

This is the final release for Vue 2.

Vue 2 will reach End of Life on December 31st, 2023. For more details, please read this blog post.

Please refer to CHANGELOG.md for details.

v2.7.16-beta.2

Please refer to CHANGELOG.md for details.

v2.7.16-beta.1

Please refer to CHANGELOG.md for details.

v2.7.15

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vue-template-compiler's changelog.

2.7.16 Swan Song (2023-12-24)

Bug Fixes

  • lifecycle: esnure component effect scopes are disconnected (56ce7f8), closes #13134

2.7.16-beta.2 (2023-12-14)

Bug Fixes

2.7.16-beta.1 (2023-12-08)

Bug Fixes

2.7.15 (2023-10-23)

Bug Fixes

  • compiler-sfc: add semicolon after defineProps statement (#12879) (51fef2c)
  • compiler-sfc: fix macro usage in multi-variable declaration (#12873) (d27c128)
  • compiler-sfc: Optimize the value of emitIdentifier (#12851) (bb59751)
  • compiler-sfc: Resolve object expression parsing errors in v-on (#12862) (b8c8b3f)
  • lifecycle: scope might changed when call hook (#13070) (74ca5a1)

... (truncated)

Commits
  • 13f4e7d release: v2.7.16
  • 56ce7f8 fix(lifecycle): esnure component effect scopes are disconnected
  • 305e4ae release: v2.7.16-beta.2
  • 3e1037e chore: bump vitest to 1.0.4
  • db9c566 fix: account for nested render calls
  • 895669f fix(types): export more types for v3 alignment (jsx / component options)
  • 73bdf14 release: v2.7.16-beta.1
  • e0747f4 fix(keep-alive): fix memory leak without breaking transition tests
  • 2632249 fix(keep-alive): fix keep-alive memory leak
  • 3650c12 fix(types): provide types for built-in components
  • Additional commits viewable in compare view

Updates webpack from 5.76.0 to 5.90.3

Release notes

Sourced from webpack's releases.

v5.90.3

Bug Fixes

  • don't mangle when destructuring a reexport
  • types for Stats.toJson() and Stats.toString()
  • many internal types
  • [CSS] clean up export css local vars

Perf

  • simplify and optimize chunk graph creation

v5.90.2

Bug Fixes

  • use Math.imul in fnv1a32 to avoid loss of precision, directly hash UTF16 values
  • the setStatus() of the HMR module should not return an array, which may cause infinite recursion
  • __webpack_exports_info__.xxx.canMangle shouldn't always same as default
  • mangle export with destructuring
  • use new runtime to reconsider skipped connections activeState
  • make dynamic import optional in try/catch
  • improve auto publicPath detection

Dependencies & Maintenance

  • improve CI setup and include Node.js@21

v5.90.1

Bug Fixes

  • set unmanagedPaths in defaults
  • correct preOrderIndex and postOrderIndex
  • add fallback for MIME mismatch error in async wasm loading
  • browsers versions of ECMA features

Performance

  • optimize compareStringsNumeric
  • optimize numberHash using 32-bit FNV1a for small ranges, 64-bit for larger
  • reuse VM context across webpack magic comments

v5.90.0

Bug Fixes

  • Fixed inner graph for classes
  • Optimized RemoveParentModulesPlugin via bigint arithmetic
  • Fixed worklet detection in production mode
  • Fixed an error for cyclic importModule
  • Fixed types for Server and Dirent
  • Added the fetchPriority to hmr runtime's ensureChunk function

... (truncated)

Commits
  • 651b3d6 chore(release): 5.90.3
  • c8d4b5e fix: more types
  • 5b9f6e4 perf: simplify and optimize chunk graph creation
  • 1addd26 refactor: more types
  • 65d547f fix: should not mangle when destructuring a reexport
  • 0b2a5a0 fix(css): clean up export css local vars
  • 0258e6c update snapshot
  • 2360e3a fix: clean up export css local vars
  • fc7b34d fix: should not mangle when destructuring a reexport
  • 780f891 (perf) Simplify and optimize chunk graph creation
  • Additional commits viewable in compare view

Updates webpack-cli from 5.0.1 to 5.1.4

Release notes

Sourced from webpack-cli's releases.

v5.1.4

5.1.4 (2023-06-07)

Bug Fixes

  • multi compiler progress output (f659624)

v5.1.3

5.1.3 (2023-06-04)

Bug Fixes

v5.1.2

5.1.2 (2023-06-04)

Bug Fixes

  • improve check for custom webpack and webpack-dev-server package existance (0931ab6)
  • improve help for some flags (f468614)
  • improved support for .cts and .mts extensions (a77daf2)

v5.1.1

5.1.1 (2023-05-09)

Bug Fixes

  • false positive warning when --watch used (#3783) (c0436ba)

v5.1.0

5.1.0 (2023-05-07)

Features

Performance Improvements

  • simplify logic, reduce extra loops and perf (#3767) (6afe1d3)

v5.0.2

5.0.2 (2023-04-21)

Bug Fixes

  • error message for missing default export in configuration (#3685) (e0a4a09)
  • perf: reduced startup time (3b79059)
Changelog

Sourced from webpack-cli's changelog.

5.1.4 (2023-06-07)

Bug Fixes

  • multi compiler progress output (f659624)

5.1.3 (2023-06-04)

Bug Fixes

5.1.2 (2023-06-04)

Bug Fixes

  • improve check for custom webpack and webpack-dev-server package existance (0931ab6)
  • improve help for some flags (f468614)
  • improved support for .cts and .mts extensions (a77daf2)

5.1.1 (2023-05-09)

Bug Fixes

  • false positive warning when --watch used (#3783) (c0436ba)

5.1.0 (2023-05-07)

Features

Performance Improvements

  • simplify logic, reduce extra loops and perf (#3767) (6afe1d3)

5.0.2 (2023-04-21)

Bug Fixes

  • error message for missing default export in configuration (#3685) (e0a4a09)
  • perf: reduced startup time (3b79059)
Commits
  • e07f0e5 chore(release): publish new version
  • 0345c6f chore(deps-dev): bump @​typescript-eslint/parser from 5.59.8 to 5.59.9 (#3839)
  • f659624 fix: multi compiler progress output
  • 0d1ff01 chore(deps-dev): bump webpack from 5.85.0 to 5.85.1 (#3837)
  • a7ec146 chore(deps-dev): bump @​typescript-eslint/eslint-plugin (#3838)
  • 9464635 chore(deps-dev): bump eslint from 8.41.0 to 8.42.0 (#3835)
  • cf1796f docs: update changelog
  • 7899c39 chore(release): publish new version
  • bb4f8eb fix: regression for custom configurations (#3834)
  • 14b9c18 docs: update changelog
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the javascript-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@redocly/cli](https://github.com/Redocly/redocly-cli) | `1.0.0-beta.123` | `1.9.1` |
| [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) | `2.27.5` | `2.29.1` |
| [vue-template-compiler](https://github.com/vuejs/vue) | `2.7.14` | `2.7.16` |
| [webpack](https://github.com/webpack/webpack) | `5.76.0` | `5.90.3` |
| [webpack-cli](https://github.com/webpack/webpack-cli) | `5.0.1` | `5.1.4` |


Updates `@redocly/cli` from 1.0.0-beta.123 to 1.9.1
- [Release notes](https://github.com/Redocly/redocly-cli/releases)
- [Changelog](https://github.com/Redocly/redocly-cli/blob/main/docs/changelog.md)
- [Commits](https://github.com/Redocly/redocly-cli/compare/v1.0.0-beta.123...@redocly/[email protected])

Updates `eslint-plugin-import` from 2.27.5 to 2.29.1
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md)
- [Commits](import-js/eslint-plugin-import@v2.27.5...v2.29.1)

Updates `vue-template-compiler` from 2.7.14 to 2.7.16
- [Release notes](https://github.com/vuejs/vue/releases)
- [Changelog](https://github.com/vuejs/vue/blob/main/CHANGELOG.md)
- [Commits](vuejs/vue@v2.7.14...v2.7.16)

Updates `webpack` from 5.76.0 to 5.90.3
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.76.0...v5.90.3)

Updates `webpack-cli` from 5.0.1 to 5.1.4
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-cli/compare/[email protected]@5.1.4)

---
updated-dependencies:
- dependency-name: "@redocly/cli"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: javascript-dependencies
- dependency-name: eslint-plugin-import
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: javascript-dependencies
- dependency-name: vue-template-compiler
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: javascript-dependencies
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: javascript-dependencies
- dependency-name: webpack-cli
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: javascript-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file task One or more no-coding actions to execute for this project. labels Feb 22, 2024
@weppos weppos self-assigned this Feb 22, 2024
@weppos weppos merged commit f98257c into main Feb 22, 2024
6 checks passed
@weppos weppos deleted the dependabot/npm_and_yarn/javascript-dependencies-cb044a1823 branch February 22, 2024 13:34
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 task One or more no-coding actions to execute for this project.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant