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): update all non-major dependencies #46

Merged
merged 1 commit into from
Nov 23, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 19, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@babel/core (source) 7.19.1 -> 7.20.2 age adoption passing confidence devDependencies minor
@babel/preset-env (source) 7.19.1 -> 7.20.2 age adoption passing confidence devDependencies minor
@changesets/cli 2.24.4 -> 2.25.2 age adoption passing confidence devDependencies minor
@vue/test-utils 1.3.0 -> 1.3.3 age adoption passing confidence devDependencies patch
codecov/codecov-action v3.1.0 -> v3.1.1 age adoption passing confidence action patch
drupal/core-composer-scaffold (source) 9.4.5 -> 9.4.8 age adoption passing confidence require patch
drupal/core-dev 9.4.5 -> 9.4.8 age adoption passing confidence require-dev patch
drupal/core-project-message (source) 9.4.5 -> 9.4.8 age adoption passing confidence require patch
drupal/core-recommended 9.4.5 -> 9.4.8 age adoption passing confidence require patch
drush/drush (source) 11.1.1 -> 11.3.2 age adoption passing confidence require minor
druxt (source) 0.20.0 -> 0.21.0 age adoption passing confidence devDependencies minor
eslint (source) 8.23.1 -> 8.28.0 age adoption passing confidence devDependencies minor
vue-template-compiler (source) 2.7.10 -> 2.7.14 age adoption passing confidence devDependencies patch

Release Notes

babel/babel

v7.20.2

Compare Source

🐛 Bug Fix
  • babel-core, babel-helper-create-class-features-plugin, babel-helper-module-transforms, babel-helper-plugin-utils, babel-helper-simple-access, babel-node, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-react-constant-elements, babel-preset-env, babel-standalone, babel-types
  • babel-plugin-transform-typescript
  • babel-parser
  • babel-generator
  • babel-plugin-proposal-decorators, babel-plugin-proposal-object-rest-spread, babel-plugin-transform-jscript
  • babel-plugin-transform-destructuring

v7.19.6

Compare Source

👓 Spec Compliance
  • babel-plugin-proposal-decorators
🐛 Bug Fix
💅 Polish
  • babel-generator, babel-plugin-transform-flow-comments
📝 Documentation
🏠 Internal
🏃‍♀️ Performance

v7.19.3

Compare Source

🐛 Bug Fix
💅 Polish
🏠 Internal
  • babel-helper-compilation-targets, babel-helper-transform-fixture-test-runner, babel-parser, babel-preset-env, babel-traverse
🔬 Output optimization
changesets/changesets

v2.25.2

Compare Source

Patch Changes

v2.25.1

Compare Source

Patch Changes
  • #​997 4d4d67b Thanks @​JakeGinnivan! - Add error message when running changesets in a repo with workspaces configured but no packages yet

  • #​985 8d0115e Thanks @​mino01x! - Fixed an issue with private packages with versions being included in the CLI prompt despite the privatePackages.version: false setting.

v2.25.0

Compare Source

Minor Changes
  • #​662 8c08469 Thanks @​JakeGinnivan! - Private packages can now be tagged in the same way public packages do when they are published to npm.

    To enable set privatePackages: { version: true, tag: true } in your config.json.

    You can also now opt private packages out of versioning entirely by setting privatePackages: false.

Patch Changes
vuejs/test-utils

v1.3.3

Compare Source

v1.3.2

Compare Source

v1.3.1

Compare Source

codecov/codecov-action

v3.1.1: 3.1.1

Compare Source

What's Changed

New Contributors

Full Changelog: codecov/codecov-action@v3.1.0...v3.1.1

drupal/core-composer-scaffold

v9.4.8

Compare Source

v9.4.7

Compare Source

v9.4.6

Compare Source

drupal/core-dev

v9.4.8

Compare Source

v9.4.7

Compare Source

v9.4.6

Compare Source

drupal/core-project-message

v9.4.8

Compare Source

v9.4.7

Compare Source

v9.4.6

Compare Source

drupal/core-recommended

v9.4.8

Compare Source

v9.4.7

Compare Source

v9.4.6

Compare Source

drush-ops/drush

v11.3.2

Compare Source

What's Changed

Full Changelog: drush-ops/drush@11.3.1...11.3.2

v11.3.1

Compare Source

Fix error during publish of 11.3.0

v11.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: drush-ops/drush@11.2.1...11.3.0

v11.2.1

Compare Source

v11.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: drush-ops/drush@11.1.1...11.2.0

druxt/druxt.js

v0.21.0

Compare Source

eslint/eslint

v8.28.0

Compare Source

Features

  • 63bce44 feat: add ignoreClassFieldInitialValues option to no-magic-numbers (#​16539) (Milos Djermanovic)
  • 8385ecd feat: multiline properties in rule key-spacing with option align (#​16532) (Francesco Trotta)
  • a4e89db feat: no-obj-calls support Intl (#​16543) (Sosuke Suzuki)

Bug Fixes

  • c50ae4f fix: Ensure that dot files are found with globs. (#​16550) (Nicholas C. Zakas)
  • 9432b67 fix: throw error for first unmatched pattern (#​16533) (Milos Djermanovic)
  • e76c382 fix: allow * 1 when followed by / in no-implicit-coercion (#​16522) (Milos Djermanovic)

Documentation

Chores

v8.27.0

Compare Source

Features

  • f14587c feat: new no-new-native-nonconstructor rule (#​16368) (Sosuke Suzuki)
  • 978799b feat: add new rule no-empty-static-block (#​16325) (Sosuke Suzuki)
  • 69216ee feat: no-empty suggest to add comment in empty BlockStatement (#​16470) (Nitin Kumar)
  • 319f0a5 feat: use context.languageOptions.ecmaVersion in core rules (#​16458) (Milos Djermanovic)

Bug Fixes

  • c3ce521 fix: Ensure unmatched glob patterns throw an error (#​16462) (Nicholas C. Zakas)
  • 886a038 fix: handle files with unspecified path in getRulesMetaForResults (#​16437) (Francesco Trotta)

Documentation

  • ce93b42 docs: Stylelint property-no-unknown (#​16497) (Nick Schonning)
  • d2cecb4 docs: Stylelint declaration-block-no-shorthand-property-overrides (#​16498) (Nick Schonning)
  • 0a92805 docs: stylelint color-hex-case (#​16496) (Nick Schonning)
  • 74a5af4 docs: fix stylelint error (#​16491) (Milos Djermanovic)
  • 324db1a docs: explicit stylelint color related rules (#​16465) (Nick Schonning)
  • 94dc4f1 docs: use Stylelint for HTML files (#​16468) (Nick Schonning)
  • cc6128d docs: enable stylelint declaration-block-no-duplicate-properties (#​16466) (Nick Schonning)
  • d03a8bf docs: Add heading to justification explanation (#​16430) (Maritaria)
  • 8a15968 docs: add Stylelint configuration and cleanup (#​16379) (Nick Schonning)
  • 9b0a469 docs: note commit messages don't support scope (#​16435) (Andy Edwards)
  • 1581405 docs: improve context.getScope() docs (#​16417) (Ben Perlmutter)
  • b797149 docs: update formatters template (#​16454) (Milos Djermanovic)
  • 5ac4de9 docs: fix link to formatters on the Core Concepts page (#​16455) (Vladislav)
  • 33313ef docs: core-concepts: fix link to semi rule (#​16453) (coderaiser)

v8.26.0

Compare Source

Features

  • 4715787 feat: check Object.create() in getter-return (#​16420) (Yuki Hirasawa)
  • 28d1902 feat: no-implicit-globals supports exported block comment (#​16343) (Sosuke Suzuki)
  • e940be7 feat: Use ESLINT_USE_FLAT_CONFIG environment variable for flat config (#​16356) (Tomer Aberbach)
  • dd0c58f feat: Swap out Globby for custom globbing solution. (#​16369) (Nicholas C. Zakas)

Bug Fixes

  • df77409 fix: use baseConfig constructor option in FlatESLint (#​16432) (Milos Djermanovic)
  • 33668ee fix: Ensure that glob patterns are matched correctly. (#​16449) (Nicholas C. Zakas)
  • 740b208 fix: ignore messages without a ruleId in getRulesMetaForResults (#​16409) (Francesco Trotta)
  • 8f9759e fix: --ignore-pattern in flat config mode should be relative to cwd (#​16425) (Milos Djermanovic)
  • 325ad37 fix: make getRulesMetaForResults return a plain object in trivial case (#​16438) (Francesco Trotta)
  • a2810bc fix: Ensure that directories can be unignored. (#​16436) (Nicholas C. Zakas)
  • 35916ad fix: Ensure unignore and reignore work correctly in flat config. (#​16422) (Nicholas C. Zakas)

Documentation


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 has been generated by Mend Renovate. View repository job log here.

@codecov
Copy link

codecov bot commented Sep 19, 2022

Codecov Report

Merging #46 (47f90d2) into main (50db67a) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##              main       #46   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         2           
  Lines           32        33    +1     
  Branches         8         9    +1     
=========================================
+ Hits            32        33    +1     
Impacted Files Coverage Δ
src/components/DruxtModuleComponent.vue 100.00% <0.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@renovate renovate bot changed the title chore(deps): update codecov/codecov-action action to v3.1.1 chore(deps): update all non-major dependencies Sep 20, 2022
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 528d57b to c181c68 Compare September 28, 2022 18:18
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 9e564d9 to dd11c61 Compare October 8, 2022 00:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from e44076c to 7181ad6 Compare October 14, 2022 04:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from d7fe9ca to 960ff2d Compare October 24, 2022 16:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 9001ebc to 02c90bf Compare November 4, 2022 19:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from fb2da25 to a1113c7 Compare November 9, 2022 15:09
@Decipher Decipher merged commit bac0b50 into main Nov 23, 2022
@Decipher Decipher deleted the renovate/all-minor-patch branch November 23, 2022 22:43
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.

1 participant