build(deps): bump the minor-js-updates group across 1 directory with 7 updates#393
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
build(deps): bump the minor-js-updates group across 1 directory with 7 updates#393dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
…7 updates Bumps the minor-js-updates group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [vue](https://github.com/vuejs/core) | `3.5.27` | `3.5.28` | | [ci-info](https://github.com/watson/ci-info) | `4.3.1` | `4.4.0` | | [happy-dom](https://github.com/capricorn86/happy-dom) | `20.3.7` | `20.6.0` | | [semantic-release](https://github.com/semantic-release/semantic-release) | `25.0.2` | `25.0.3` | | [semver](https://github.com/npm/node-semver) | `7.7.3` | `7.7.4` | | [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc) | `3.2.3` | `3.2.4` | | [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.23` | `10.4.24` | Updates `vue` from 3.5.27 to 3.5.28 - [Release notes](https://github.com/vuejs/core/releases) - [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md) - [Commits](vuejs/core@v3.5.27...v3.5.28) Updates `ci-info` from 4.3.1 to 4.4.0 - [Release notes](https://github.com/watson/ci-info/releases) - [Changelog](https://github.com/watson/ci-info/blob/master/CHANGELOG.md) - [Commits](watson/ci-info@v4.3.1...v4.4.0) Updates `happy-dom` from 20.3.7 to 20.6.0 - [Release notes](https://github.com/capricorn86/happy-dom/releases) - [Commits](capricorn86/happy-dom@v20.3.7...v20.6.0) Updates `semantic-release` from 25.0.2 to 25.0.3 - [Release notes](https://github.com/semantic-release/semantic-release/releases) - [Commits](semantic-release/semantic-release@v25.0.2...v25.0.3) Updates `semver` from 7.7.3 to 7.7.4 - [Release notes](https://github.com/npm/node-semver/releases) - [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md) - [Commits](npm/node-semver@v7.7.3...v7.7.4) Updates `vue-tsc` from 3.2.3 to 3.2.4 - [Release notes](https://github.com/vuejs/language-tools/releases) - [Changelog](https://github.com/vuejs/language-tools/blob/master/CHANGELOG.md) - [Commits](https://github.com/vuejs/language-tools/commits/v3.2.4/packages/tsc) Updates `autoprefixer` from 10.4.23 to 10.4.24 - [Release notes](https://github.com/postcss/autoprefixer/releases) - [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md) - [Commits](postcss/autoprefixer@10.4.23...10.4.24) --- updated-dependencies: - dependency-name: vue dependency-version: 3.5.28 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-js-updates - dependency-name: ci-info dependency-version: 4.4.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-js-updates - dependency-name: happy-dom dependency-version: 20.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-js-updates - dependency-name: semantic-release dependency-version: 25.0.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-js-updates - dependency-name: semver dependency-version: 7.7.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-js-updates - dependency-name: vue-tsc dependency-version: 3.2.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-js-updates - dependency-name: autoprefixer dependency-version: 10.4.24 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-js-updates ... Signed-off-by: dependabot[bot] <support@github.com>
✅ Deploy Preview for myparcel-delivery-options ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Bundle ReportBundle size has no change ✅ |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #393 +/- ##
=======================================
Coverage 66.65% 66.65%
=======================================
Files 246 246
Lines 2423 2423
Branches 359 359
=======================================
Hits 1615 1615
- Misses 532 533 +1
+ Partials 276 275 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the minor-js-updates group with 7 updates in the / directory:
3.5.273.5.284.3.14.4.020.3.720.6.025.0.225.0.37.7.37.7.43.2.33.2.410.4.2310.4.24Updates
vuefrom 3.5.27 to 3.5.28Release notes
Sourced from vue's releases.
Changelog
Sourced from vue's changelog.
Commits
1bdeb33release: v3.5.28e71c26cfix(runtime-core): properly handle async component update before resolve (#11...57866b5fix(runtime-core): prevent child component updates when style remains unchang...b0a1f05fix(compiler-sfc): no params were generated when using withDefaults (#12823)48b7552fix(reactivity): add __v_skip flag to EffectScope to prevent reactive convers...0243a79fix(transition-group): correct move translation under scale via element rect ...261de54fix(runtime-dom): handle null/undefined handler in withModifiers (#14362)fc40ca0fix(useTemplateRef): don't update setup ref for useTemplateRef key (#12756)6798853fix: avoid unexpectedcancelledparameter in transitiondonecallback (#1...4ace79afix(runtime-core): avoid retaining el on cached text vnodes during static tra...Updates
ci-infofrom 4.3.1 to 4.4.0Release notes
Sourced from ci-info's releases.
Changelog
Sourced from ci-info's changelog.
Commits
c4e1d05chore: fix release scriptc1a3e0drelease: v4.4.0f329ff5feat: add alpic support (#143)384291fUpdate README707a091chore: ignore lockfileUpdates
happy-domfrom 20.3.7 to 20.6.0Release notes
Sourced from happy-dom's releases.
Commits
48e675ffeat: #2060 Adds support for register on import in global-registrator (#2061)fbef5d9fix: #2052 Correct caption element content model to allow flow content (#2058)8df62e1fix: #1959 Implement Text.wholeText property (#2027)273ad6cfix: Node.replaceWith does not throw w/o parent (#1969)7c44f48chore: #1947 Adds unit tests for decode ' / numeric character referenc...560589cfix: #1947 Use entities package for HTML/XML encoding/decoding (#2016)ce559c3fix: #1955 Fixes stepUp and stepDown on HTMLInputElement according to spec ...f070566feat: #2055 Changes internal types to follow a consistent pattern (#2056)18e56d0feat: #2049 Adds support for caching the compiled code of EcmaScript module...d8a50dcfix: #1952 Accept Document nodes as valid boundary points in Selection API ...Updates
semantic-releasefrom 25.0.2 to 25.0.3Release notes
Sourced from semantic-release's releases.
Commits
f404124fix(deps): remove deprecated semver-diff (#3980)fef7e34docs: warn against using registry-url in setup-node (#4024)699d470chore(deps): update dependency lockfile-lint to v5 (#4022)c7c6f7achore(deps): update dependency tempy to v3.1.2 (#4021)1ce5088ci(action): update github/codeql-action action to v4.32.0 (#4019)9bb0d87chore(deps): lock file maintenance (#4016)490171cchore(deps): update npm to v11.8.0 (#4015)f6411e9chore(deps): update dependency prettier to v3.8.1 (#4014)c71c576chore(deps): update dependency publint to v0.3.17 (#4013)989e18cchore(deps): update dependency tempy to v3.1.1 (#4012)Updates
semverfrom 7.7.3 to 7.7.4Release notes
Sourced from semver's releases.
Changelog
Sourced from semver's changelog.
Commits
5993c2echore: release 7.7.4 (#839)120968bdeps:@npmcli/template-oss@4.29.0 (#840)a29faa5fix(cli): pass options to semver.valid() for loose version validation (#835)1d28d5edocs: fix typos and update -n CLI option documentation (#836)5816d4cchore: bump@npmcli/template-ossfrom 4.28.0 to 4.28.1 (#829)ab9e28achore: bump@npmcli/template-ossfrom 4.27.1 to 4.28.0 (#827)44d7130chore: bump@npmcli/eslint-configfrom 5.1.0 to 6.0.0 (#824)7073576chore: reorder parameters in invalid-versions.js test (#820)16a35f5chore: bump@npmcli/template-ossfrom 4.26.0 to 4.27.1 (#823)3a3459dchore: bump@npmcli/template-ossfrom 4.25.1 to 4.26.0 (#818)Updates
vue-tscfrom 3.2.3 to 3.2.4Changelog
Sourced from vue-tsc's changelog.
Commits
f0ede30v3.2.4 (#5946)Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for vue-tsc since your current version.
Updates
autoprefixerfrom 10.4.23 to 10.4.24Release notes
Sourced from autoprefixer's releases.
Changelog
Sourced from autoprefixer's changelog.
Commits
36692c2Release 10.4.24 version67df014Update dependencies032440eperf: reduce array allocations (#1542)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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