build(deps): bump the patches group with 6 updates#398
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
build(deps): bump the patches group with 6 updates#398dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps the patches group with 6 updates: | Package | From | To | | --- | --- | --- | | [axios](https://github.com/axios/axios) | `1.13.2` | `1.13.4` | | [vue](https://github.com/vuejs/core) | `3.5.26` | `3.5.27` | | [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.23` | `10.4.24` | | [sass](https://github.com/sass/dart-sass) | `1.97.1` | `1.97.3` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `7.3.0` | `7.3.1` | | [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc) | `3.2.1` | `3.2.4` | Updates `axios` from 1.13.2 to 1.13.4 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.13.2...v1.13.4) Updates `vue` from 3.5.26 to 3.5.27 - [Release notes](https://github.com/vuejs/core/releases) - [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md) - [Commits](vuejs/core@v3.5.26...v3.5.27) 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) Updates `sass` from 1.97.1 to 1.97.3 - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](sass/dart-sass@1.97.1...1.97.3) Updates `vite` from 7.3.0 to 7.3.1 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v7.3.1/packages/vite) Updates `vue-tsc` from 3.2.1 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) --- updated-dependencies: - dependency-name: axios dependency-version: 1.13.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: vue dependency-version: 3.5.27 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: autoprefixer dependency-version: 10.4.24 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patches - dependency-name: sass dependency-version: 1.97.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patches - dependency-name: vite dependency-version: 7.3.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patches - dependency-name: vue-tsc dependency-version: 3.2.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patches ... Signed-off-by: dependabot[bot] <support@github.com>
|
Preview (prod) → https://398-prod.portfolio-preview.trapti.tech/ |
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 patches group with 6 updates:
1.13.21.13.43.5.263.5.2710.4.2310.4.241.97.11.97.37.3.07.3.13.2.13.2.4Updates
axiosfrom 1.13.2 to 1.13.4Release notes
Sourced from axios's releases.
... (truncated)
Changelog
Sourced from axios's changelog.
... (truncated)
Commits
9336cf9chore(release): prepare release 1.13.4 (#7353)ee90dfcfix: issues with version 1.13.3 (#7352)af4f6d9fix: release branch yml253e3adfix: all merge configs8ff6c19refactor: ci and build (#7340)ab06109chore(release): v1.13.3 (#7335)2d6ad5erevert(deps): bump peter-evans/create-pull-request from 7 to 8 in the github-...cb49a6fchore(sponsor): update sponsor block (#7330)d8233d9fix(types): restore AxiosError.cause type from unknown to Error (#7327)5945e40fix(interceptor): handle the error in the same interceptor (#6269)Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for axios since your current version.
Updates
vuefrom 3.5.26 to 3.5.27Release notes
Sourced from vue's releases.
Changelog
Sourced from vue's changelog.
Commits
aa9af1drelease: v3.5.2735c3608Revert "fix(runtime-core): resolve kebab-case slot names from in-DOM template...7e554bffix(runtime-core): resolve kebab-case slot names from in-DOM templates (#14302)0596a5ftypes(jsx): improve autocomplete type (#14237)19cc7e2fix(runtime-core): skip patching reserved props for custom elements (#14275)c2f5964fix(ssr): handle v-bind modifiers during render attrs (#14263)3c8b2fcfix(reactivity): collection iteration should inherit iterator instance method...e4091fefix(compiler-sfc): handle indexed access types in declare global blocks (#14260)6a1bb50fix(compile-sfc): correctly handle variable shadowing in for loop for `define...f0f0a21fix(compiler-sfc): use correct scope when resolving indexed access types from...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)Updates
sassfrom 1.97.1 to 1.97.3Release notes
Sourced from sass's releases.
Changelog
Sourced from sass's changelog.
Commits
080eaefFix at-rules combined with plain CSS nesting (#2725)f6f73f8Bump gts from 6.0.2 to 7.0.0 in /pkg/sass-parser (#2711)0b87dd7Bump protobuf and protoc_plugin (#2723)d12cc7dFix bug with implicit configuration for nested imports (#2658)340bfd2Bump actions/download-artifact from 6 to 7 (#2706)a795ab3Bump actions/upload-artifact from 5 to 6 (#2705)add7e6fBump protoc_plugin from 23.0.0 to 24.0.0 (#2696)Updates
vitefrom 7.3.0 to 7.3.1Release notes
Sourced from vite's releases.
Changelog
Sourced from vite's changelog.
Commits
95e8923release: v7.3.19d39d37feat: addignoreOutdatedRequestsoption tooptimizeDeps(#21364)Updates
vue-tscfrom 3.2.1 to 3.2.4Release notes
Sourced from vue-tsc's releases.
... (truncated)
Changelog
Sourced from vue-tsc's changelog.
Commits
f0ede30v3.2.4 (#5946)efc6882v3.2.3 (#5942)a522afafix(language-core): avoiddefineModelbreaking ast inlang="js"(#5935)17394f4v3.2.2 (#5923)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.
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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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