Skip to content

Commit

Permalink
Merge pull request #62 from GrabarzUndPartner/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
chore(deps): update all non-major dependencies
  • Loading branch information
ThornWalli authored Oct 18, 2022
2 parents 2408afc + 9bc87af commit 1bdbee4
Show file tree
Hide file tree
Showing 12 changed files with 31,124 additions and 20,952 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.17.1
16.18.0
21 changes: 20 additions & 1 deletion .stylelintrc
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@
]
}
],
"selector-class-pattern": null,
"block-closing-brace-empty-line-before": null,
"max-empty-lines": null,
"selector-class-pattern": null,
"selector-id-pattern": null,
"no-descending-specificity": null,
"value-keyword-case": [
"lower",
Expand All @@ -36,10 +37,28 @@
true,
{
"ignoreFunctions": [
"lost-vars",
"em",
"vw"
]
}
],
"selector-pseudo-class-no-unknown": [
true,
{
"ignorePseudoClasses": [
"global",
"deep"
]
}
],
"selector-pseudo-element-no-unknown": [
true,
{
"ignorePseudoElements": [
"v-deep"
]
}
]
}
}
51,940 changes: 31,041 additions & 20,899 deletions package-lock.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,29 +17,29 @@
"@babel/eslint-parser": "7.19.1",
"@commitlint/cli": "17.1.2",
"@commitlint/config-conventional": "17.1.0",
"defu": "6.1.0",
"@js-basics/vector": "2.0.9",
"@js-basics/vector": "2.0.10",
"@mapbox/stylelint-processor-arbitrary-tags": "0.4.0",
"@nuxtjs/eslint-config": "10.0.0",
"babel-preset-vue": "2.0.2",
"branch-name-lint": "2.1.1",
"commitlint": "17.1.2",
"eslint": "8.24.0",
"defu": "6.1.0",
"eslint": "8.25.0",
"eslint-formatter-json-relative": "0.1.0",
"eslint-plugin-html": "7.1.0",
"eslint-plugin-json": "3.1.0",
"eslint-plugin-no-secrets": "0.8.9",
"eslint-plugin-no-unsanitized": "4.0.1",
"eslint-plugin-nuxt": "4.0.0",
"eslint-plugin-security": "1.5.0",
"eslint-plugin-vue": "9.5.1",
"eslint-plugin-vue": "9.6.0",
"eslint-plugin-xss": "0.1.12",
"husky": "8.0.1",
"lint-staged": "13.0.3",
"postcss-html": "1.5.0",
"rxjs": "7.5.6",
"rxjs": "7.5.7",
"standard": "17.0.0",
"stylelint": "14.12.1",
"stylelint": "14.14.0",
"stylelint-config-css-modules": "4.1.0",
"stylelint-config-lost": "0.0.3",
"stylelint-config-recess-order": "3.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"private": true,
"scripts": {},
"dependencies": {
"@splidejs/splide": "4.1.2",
"@splidejs/splide": "4.1.3",
"@splidejs/splide-extension-intersection": "0.2.0",
"nuxt-speedkit": "2.0.20"
"nuxt-speedkit": "2.0.22"
}
}
22 changes: 18 additions & 4 deletions packages/sample/nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,20 +122,34 @@ export default {
'postcss-preset-env': {
preserve: true,
stage: 0,
importFrom: postcssPresetEnvImportFrom
importFrom: postcssPresetEnvImportFrom,
features: {
'custom-properties': {
disableDeprecationNotice: true
},
'nesting-rules': true
}
},
'postcss-functions': {
functions: postcssFunctions
},
'postcss-normalize': {},
'postcss-momentum-scrolling': [
'scroll'
],
'postcss-functions': {
functions: postcssFunctions
},
'rucksack-css': {},
lost: {
gutter: '15px',
flexbox: 'flex',
cycle: 'auto'
},
cssnano: {
preset: [
'default', {
discardDuplicates: false,
mergeRules: false
}
]
}
},
order: 'cssnanoLast'
Expand Down
20 changes: 10 additions & 10 deletions packages/sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,28 +28,28 @@
"@nuxtjs/eslint-module": "3.1.0",
"@nuxtjs/stylelint-module": "4.1.0",
"babel-loader": "8.2.5",
"core-js": "3.25.2",
"dotenv": "16.0.2",
"core-js": "3.25.5",
"dotenv": "16.0.3",
"js-yaml": "4.1.0",
"lost": "9.0.1",
"nuxt": "2.15.8",
"nuxt-speedkit": "2.0.20",
"nuxt-speedkit": "2.0.22",
"postcss-custom-media": "8.0.2",
"postcss-functions": "4.0.2",
"postcss-momentum-scrolling": "3.14.22",
"postcss-normalize": "10.0.1",
"postcss-preset-env": "6.7.0",
"postcss-preset-env": "^7.8.2",
"rucksack-css": "1.0.2",
"vue-svg-loader": "0.16.0"
},
"devDependencies": {
"get-port-please": "2.6.1",
"h3": "0.7.21",
"finalhandler": "^1.2.0",
"get-port-please": "^2.6.1",
"html-validator": "6.0.1",
"jsdom": "20.0.0",
"listhen": "0.3.4",
"playwright": "1.26.0",
"jsdom": "20.0.1",
"playwright": "1.27.1",
"serve-static": "1.15.0",
"vitest": "0.23.4"
"vite": "^3.1.8",
"vitest": "0.24.3"
}
}
31 changes: 15 additions & 16 deletions packages/sample/src/components/layouts/LostContainer.vue
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
<template>
<div
:is="tag"
class="lost-container"
class="layouts-lost-container"
>
<slot name="background" />
<div
:class="{'lost-flex-container': container}"
>
<slot />
</div>
<slot name="container">
<div
v-if="$slots.default"
class="lost-flex-container"
>
<slot />
</div>
</slot>
</div>
</template>

Expand All @@ -23,19 +26,15 @@ export default {
default () {
return 'div';
}
},
container: {
type: Boolean,
default: true
}
}
};
</script>

<style lang="postcss">
.lost-container {
<style lang="postcss" scoped>
.layouts-lost-container {
& .lost-flex-container {
display: flex;
Expand All @@ -44,19 +43,19 @@ export default {
}
@media (--xs) {
lost-center: em(540px);
lost-center: 540px;
}
@media (--sm) {
lost-center: em(720px);
lost-center: 720px;
}
@media (--md) {
lost-center: em(960px);
lost-center: 960px;
}
@media (--lg) {
lost-center: em(1140px);
lost-center: 1140px;
}
}
}
Expand Down
1 change: 0 additions & 1 deletion packages/sample/src/globals/postcss/functions.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

export function rem (value, base = 16) {
value = resolveValue(value);
return `${parseInt(value) / base}rem`;
Expand Down
16 changes: 9 additions & 7 deletions packages/sample/test/utils.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { resolve as fsResolve } from 'path';
import fs, { readFile } from 'fs';
import http from 'http';
import { JSDOM } from 'jsdom';
import rimraf from 'rimraf';
import { createApp } from 'h3';
import { listen } from 'listhen';
import finalhandler from 'finalhandler';
import serveStatic from 'serve-static';
import { Nuxt, Builder, Generator } from 'nuxt';
import { defu } from 'defu';
Expand Down Expand Up @@ -33,12 +33,14 @@ export const getHTML = (path = '') => {
}));
};

export const startStaticServer = (dist, port, hostname) => {
const app = createApp();
app.use(serveStatic(dist));
return listen(app, {
hostname, port
export const startStaticServer = async (dist, port, hostname = 'localhost') => {
port = port || await getPort();
const serve = serveStatic(dist);
const server = http.createServer(function onRequest (req, res) {
serve(req, res, finalhandler(req, res));
});
server.listen({ port, hostname });
return { server, url: (new URL(`http://${hostname}:${port}`)).toString() };
};

export const generate = async (buildDir, distDir) => {
Expand Down
2 changes: 1 addition & 1 deletion packages/sample/vitest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { defineConfig } from 'vite';
import { defineConfig } from 'vitest/config';

export default defineConfig({
test: {
Expand Down
5 changes: 1 addition & 4 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,5 @@
"baseBranches": [
"main"
],
"rangeStrategy": "pin",
"ignoreDeps": [
"postcss-preset-env"
]
"rangeStrategy": "pin"
}

0 comments on commit 1bdbee4

Please sign in to comment.