vue-ssr-carousel
vue-ssr-carousel copied to clipboard
Bump the npm_and_yarn group with 5 updates
Bumps the npm_and_yarn group with 5 updates:
| Package | From | To |
|---|---|---|
| nuxt | 2.15.8 |
3.12.4 |
| braces | 2.3.2 |
3.0.2 |
| nth-check | 1.0.2 |
2.1.1 |
| parse-path | 4.0.4 |
7.0.0 |
| parse-url | 6.0.5 |
8.1.0 |
Updates nuxt from 2.15.8 to 3.12.4
Release notes
Sourced from nuxt's releases.
v3.12.4
3.12.4 is the next regularly scheduled patch release.
👉 Changelog
🔥 Performance
- vite: Start warmups after nitro build (#27963)
- vite: Avoid extra resolve call for
resolveIdin layers (#27971)- kit,nuxt,schema,vite,webpack: Use explicit exports (#27998)
🩹 Fixes
- schema: Resolve public alias correctly (#27975)
- nuxt: Omit rendering payload prefetch when
noScripts(#27972)- nuxt: Add
/as fallback if page can't be identified (e6109b226)- ui-templates: Validate templates with
html-validate(#28024)- schema: Don't constrain postcss plugin options (#28045)
- kit: Remove exports from v4 branch (5c8312e9b)
- nuxt: Use
unheadkey for ad-hoc module options (#28088)- nuxt: Use native vue-router composables (#28114)
- kit: Ensure
getNuxtVersionreturnsstring(#28125)- nuxt: Always prerender at least one page with crawler (#28131)
- nuxt: Consider doc
scroll-padding-topin scrollBehavior (#28083)- nuxt: Only warn when
useAsyncDatareturns undefined (#28154)- nuxt: Revert change to
getCachedDatanull response (d10cea11b)- schema: Don't use
app/assrcDirif it doesn't exist (#28176)- kit: Normalise
serverDirwithin layers using v4 compat (#28177)- nuxt: Allow
getCachedDatato return undefined (#28187)- nuxt: Use
addEventListenerto register cookie store listener (#28193)- nuxt: Merge route meta properties with scanned meta (#28170)
- nuxt: Prevent duplicate
set-cookieheaders (#28211)💅 Refactors
- schema,vite,webpack: Rework
postcssmodule loading (#27946)- nuxt: Remove
_registeredComponentsfrom ssrContext (#27819)- nuxt: Use
errxto handle dev log traces (#28027)📖 Documentation
- Fix link (83bd4fde9)
- Fix Cloudflare spelling (#27989)
- Update example to use
nuxtApp.runWithContext(#28000)- Remove deprecated
pendingvariable from data fetching docs (#28011)- Clarify xrsp danger (#28053)
- Deprecate pending and emphasis undefined (#28113)
- Update phrasing in route announcer (#28108)
- Use code groups for install commands in module guide (#28094)
- Capitalize text (#28056)
- Mention content in upgrade guide v4 folder structure (#28090)
- Remove a resolved issue from view transition docs (#28091)
- Clarify navigateTo is not for nitro routes (#28092)
- Warn about nested islands (#28062)
... (truncated)
Commits
4a1349fv3.12.4b7da949fix(nuxt): prevent duplicateset-cookieheaders (#28211)1843ffarefactor(nuxt): useerrxto handle dev log traces (#28027)11264adfix(nuxt): merge route meta properties with scanned meta (#28170)2417848fix(nuxt): useaddEventListenerto register cookie store listener (#28193)a6af09efix(nuxt): allowgetCachedDatato return undefined (#28187)d10cea1fix(nuxt): revert change togetCachedDatanull responsee21f681fix(nuxt): only warn whenuseAsyncDatareturns undefined (#28154)46a41adchore(deps): update vitest to v2.0.3 (3.x) (#28153)a2fd051chore(deps): update all non-major dependencies (3.x) (#28058)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by danielroe, a new releaser for nuxt since your current version.
Updates braces from 2.3.2 to 3.0.2
Changelog
Sourced from braces's changelog.
Release history
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Changelogs are for humans, not machines.
- There should be an entry for every single version.
- The same types of changes should be grouped.
- Versions and sections should be linkable.
- The latest version comes first.
- The release date of each versions is displayed.
- Mention whether you follow Semantic Versioning.
Changelog entries are classified using the following labels (from keep-a-changelog):
Addedfor new features.Changedfor changes in existing functionality.Deprecatedfor soon-to-be removed features.Removedfor now removed features.Fixedfor any bug fixes.Securityin case of vulnerabilities.[3.0.0] - 2018-04-08
v3.0 is a complete refactor, resulting in a faster, smaller codebase, with fewer deps, and a more accurate parser and compiler.
Breaking Changes
- The undocumented
.makeRemethod was removedNon-breaking changes
- Caching was removed
Commits
- See full diff in compare view
Updates nth-check from 1.0.2 to 2.1.1
Release notes
Sourced from nth-check's releases.
v2.1.1
- The ESM code had some issues that are now fixed aeeb067
https://github.com/fb55/nth-check/compare/v2.1.0...v2.1.1
v2.1.0
What's Changed
nth-checkis now a dual CommonJS and ESM module fb55/nth-check#206- With the new
sequenceandgeneratemethods, it is now possible to generate a sequence of indices for a given formula fb55/nth-check#207Full Changelog: https://github.com/fb55/nth-check/compare/v2.0.1...v2.1.0
v2.0.1
Fixes:
- Replace regex with hand-rolled parser for nth-expressions (#9) 9894c1d
- Ensures parsing will always have linear time complexity.
Internal:
- chore(ci): Use GitHub Actions, Dependabot (#10) e02b4dd
- Bump dependencies
https://github.com/fb55/nth-check/compare/v2.0.0...v2.0.1
v2.0.0
- Port module to TS, Jest, ESLint
Breaking:
- The main export is now a default export.
- The module now throws regular
Errors on invalid selectors instead ofSyntaxErrors.
Commits
639fd2a2.1.10eec65bfix(test): AddmoduleNameMapperaeeb067fix: Fix ESM432ebc62.1.03e8cd1efeat: Addgenerateandsequencemethods (#207)57a5c62feat: Add ESM (#206)1ce0c7cchore(deps-dev): Bump@types/nodefrom 17.0.34 to 17.0.35 (#205)eebb040chore(deps-dev): Bump@typescript-eslint/parserfrom 5.24.0 to 5.25.0 (#204)a316aaachore(deps-dev): Bump@typescript-eslint/eslint-plugin(#203)454c0dechore(deps-dev): Bump@typescript-eslint/eslint-plugin(#202)- Additional commits viewable in compare view
Updates parse-path from 4.0.4 to 7.0.0
Release notes
Sourced from parse-path's releases.
7.0.0
Add the
parse_failedproperty — whether the input was parsed successfully or not.6.0.0
parse-path 6.0.0
Breaking changes
- The
resourceproperty will not contain theportanymore. Added thehostproperty which has the port too.5.0.0
parse-path5.0.0:star: This is a major release of
parse-path! :star:Breaking changes
parse-pathwill not parsegit@...ssh URLs anymore. Useparse-urlfor that.- If the input url has a trailing slash, the trailing slash will be added in the
pathnametoo.- The
portfield is a string. By default empty.- Added the
passwordfield (default:"")- The resource may contain the
portin it (e.g.resource: "domain.com:4200").Features
- Faster
- More secure
- Cleaner codebase
Any questions, suggestions, contributions are always welcome! :blush:
Commits
c53b17eUpdated docsa0269b1:arrow_up: 7.0.0 :tada:e3ee527:arrow_up: 6.1.0 :tada:4bae19eAdd the parse_failed property.3d1525dUpdated docs31f7a33Add the host property02995c6Merge branch 'patch-1' of github.com:viceice/parse-path into new-versioncbb46e0:arrow_up: 6.0.0 :tada:01b23dctest: add test9032ebbfix: use hostname instead of host- Additional commits viewable in compare view
Updates parse-url from 6.0.5 to 8.1.0
Release notes
Sourced from parse-url's releases.
8.1.0
[email protected]
- fix: cjs to load normalize-url /cc #58
- fix: Include index.d.ts in package.json /cc #63
- feat: support custom SSH username /cc #60
- feat: improve regex pattern /cc #59
Thanks to
@privatenumberand@briancoitfor their contributions! :cake:8.0.0
parse-url 8.0.0
Breaking Changes
- The
resourceproperty will not contain the port, but thehostone will.- Throw an error if the input is invalid. Hence, file paths like
/home/path/to/dirwill only be valid if thefile://protocol is added (file://home/path/to/dir)- Throw an error if the input length exceeds the maximum length (parse.MAX_URL_LENGTH), by default 2048.
Fixes
- fix file protocol spoofing #48, thanks
@vovikhangcdv!- fix: support hyphens in git@ URLs (#50) #51, thanks
@crenshaw-dev!- fix: support dot in git@ URLS #52, thanks
@GalHalupSeaLights!Other changes
- build: add CommonJS distribution thanks to
@privatenumber! /cc #54 :cake:7.0.2
Add the url in the error object, fixes #14
7.0.1
:memo: docs
7.0.0
parse-url7.0.0:star: This is a major release of
parse-url! :star:Breaking changes
- If the input url has a trailing slash, the trailing slash will be added in the
pathnametoo.- The
portfield is a string. By default empty.- Added the
passwordfield (default:"")- The resource may contain the
portin it (e.g.resource: "domain.com:4200").Features
- Faster
- More secure
- Cleaner codebase
Commits
4412976Updated docsac17353Merge branch 'patch-1' of github.com:briancoit/parse-url into new-version778a0a5Merge branch 'support-custom-user' of github.com:privatenumber/parse-url into...0baab4fMerge branch 'improve-regex' of github.com:privatenumber/parse-url into new-v...d1a4395Merge branch 'fix-cjs' of github.com:privatenumber/parse-url into new-version9cacf38:arrow_up: 8.1.0 :tada:9a78bd8Merge pull request #61 from privatenumber/move-funding-yml1883136Include index.d.ts in package92f899bchore: move FUNDING.yml out of workflows9500430feat: support custom user in ssh url- 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 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 You can disable automated security fix PRs for this repo from the Security Alerts page.
Deploy Preview for vue-ssr-carousel failed.
| Name | Link |
|---|---|
| Latest commit | 2d37b89d4b70dfe459166430a5bfe0ab8572242f |
| Latest deploy log | https://app.netlify.com/sites/vue-ssr-carousel/deploys/66b1319f115007000886d2b2 |