Skip to content

Commit

Permalink
chore: bump all (dev)Dependencies, update related usage (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Aug 18, 2022
1 parent 673ba3c commit a7ed650
Show file tree
Hide file tree
Showing 14 changed files with 1,032 additions and 907 deletions.
5 changes: 5 additions & 0 deletions .changeset/beige-wasps-protect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@pkgr/rollup": minor
---

chore: bump `unassert@v2`, update related usage
10 changes: 10 additions & 0 deletions .changeset/tidy-hornets-move.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
"@pkgr/webpack-angular": minor
"@pkgr/webpack-mdx": minor
"@pkgr/webpack-react": minor
"@pkgr/webpack-svelte": minor
"@pkgr/webpack-vue": minor
"@pkgr/webpack": minor
---

chore: bump `stylus@v0.59` and `tsconfig-paths-webpack-plugin@v4`
2 changes: 1 addition & 1 deletion .remarkrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"plugins": [
"@1stg/remark-config"
"@1stg/preset"
]
}
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,16 @@
"w:dev": "tsx packages/webpack/src/cli"
},
"devDependencies": {
"@1stg/app-config": "^6.1.4",
"@angular/common": "^14.1.0",
"@angular/compiler": "^14.1.0",
"@angular/compiler-cli": "^14.1.0",
"@angular/core": "^14.1.0",
"@angular/platform-browser": "^14.1.0",
"@angular/platform-browser-dynamic": "^14.1.0",
"@babel/types": "^7.18.9",
"@1stg/app-config": "^7.1.0",
"@angular/common": "^14.1.3",
"@angular/compiler": "^14.1.3",
"@angular/compiler-cli": "^14.1.3",
"@angular/core": "^14.1.3",
"@angular/platform-browser": "^14.1.3",
"@angular/platform-browser-dynamic": "^14.1.3",
"@babel/types": "^7.18.10",
"@changesets/changelog-github": "^0.4.6",
"@changesets/cli": "^2.24.0",
"@changesets/cli": "^2.24.3",
"@d-ts/bin": "^1.1.1",
"@d-ts/core": "^1.0.1",
"@d-ts/svelte": "^1.0.1",
Expand All @@ -61,16 +61,16 @@
"@types/debug": "^4.1.7",
"@types/imagemin": "^8.0.0",
"@types/is-glob": "^4.0.2",
"@types/jest": "^28.1.6",
"@types/jest": "^28.1.7",
"@types/lodash-es": "^4.17.6",
"@types/micromatch": "^4.0.2",
"@types/node": "^18.0.6",
"@types/prettier": "^2.6.3",
"@types/react": "^18.0.15",
"@types/node": "^18.7.6",
"@types/prettier": "^2.7.0",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@types/soda__friendly-errors-webpack-plugin": "npm:@types/friendly-errors-webpack-plugin@^0.1.4",
"@types/web": "^0.0.69",
"@types/webpack-env": "^1.17.0",
"@types/web": "^0.0.71",
"@types/webpack-env": "^1.18.0",
"@types/workbox-webpack-plugin": "^5.1.8",
"jest": "^28.1.3",
"patch-package": "^6.4.7",
Expand All @@ -80,13 +80,13 @@
"rxjs": "^7.5.6",
"sirv-cli": "^2.0.2",
"svelte": "^3.49.0",
"ts-jest": "^28.0.7",
"tsx": "^3.8.0",
"ts-jest": "^28.0.8",
"tsx": "^3.8.2",
"type-coverage": "^2.22.0",
"typescript": "^4.7.4",
"vue": "^3.2.37",
"yarn-deduplicate": "^5.0.0",
"zone.js": "^0.11.7"
"yarn-deduplicate": "^5.0.2",
"zone.js": "^0.11.8"
},
"resolutions": {
"prettier": "^2.7.1"
Expand Down
22 changes: 11 additions & 11 deletions packages/rollup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,40 +50,40 @@
"shim.d.ts"
],
"dependencies": {
"@babel/core": "^7.18.9",
"@babel/plugin-proposal-decorators": "^7.18.9",
"@babel/preset-env": "^7.18.9",
"@babel/core": "^7.18.10",
"@babel/plugin-proposal-decorators": "^7.18.10",
"@babel/preset-env": "^7.18.10",
"@babel/preset-typescript": "^7.18.6",
"@pkgr/es-modules": "^0.6.2",
"@pkgr/umd-globals": "^0.8.2",
"@pkgr/utils": "^2.3.0",
"@rollup/plugin-alias": "^3.1.9",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^22.0.1",
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-replace": "^4.0.0",
"@rollup/plugin-url": "^7.0.0",
"builtin-modules": "^3.3.0",
"commander": "^9.4.0",
"core-js": "^3.23.5",
"core-js": "^3.24.1",
"debug": "^4.3.4",
"esbuild": "^0.14.49",
"esbuild": "^0.15.5",
"is-glob": "^4.0.3",
"jsox": "^1.2.113",
"lodash-es": "^4.17.21",
"micromatch": "^4.0.5",
"postcss": "^8.4.14",
"rollup": "^2.77.0",
"postcss": "^8.4.16",
"rollup": "^2.78.0",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-esbuild": "^4.9.1",
"rollup-plugin-esbuild": "^4.9.3",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-unassert": "^0.4.0",
"rollup-plugin-unassert": "^0.5.0",
"rollup-plugin-vue": "^6.0.0",
"rollup-plugin-vue-jsx-compat": "^0.0.6",
"tslib": "^2.4.0",
"unassert": "^1.6.0"
"unassert": "^2.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 1 addition & 3 deletions packages/rollup/shim.d.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
declare module 'unassert' {
export interface UnassertOptions {
assertionPatterns?: string[]
requirePatterns?: string[]
importPatterns?: string[]
modules?: string[]
}

export const defaultOptions: () => Required<UnassertOptions>
Expand Down
8 changes: 2 additions & 6 deletions packages/rollup/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ import postcss, { PostCSSPluginConf } from 'rollup-plugin-postcss'
import { Options as TerserOptions, terser } from 'rollup-plugin-terser'
import unassert from 'rollup-plugin-unassert'
import vueJsx, { Options as VueJsxOptions } from 'rollup-plugin-vue-jsx-compat'
import unassertjs from 'unassert'
import { defaultOptions } from 'unassert'

type VuePluginOptions = import('rollup-plugin-vue').Options

Expand Down Expand Up @@ -459,11 +459,7 @@ ConfigOptions = {}): RollupOptions[] => {
json(),
url({ include: IMAGE_EXTENSIONS.map(ext => `**/*${ext}`) }),
unassert({
importPatterns: [
...unassertjs.defaultOptions().importPatterns,
"import * as assert from 'uvu/assert'",
"import { ok as assert } from 'uvu/assert'",
],
modules: [...defaultOptions().modules, 'uvu/assert'],
}),
postcss(postcssOptions),
vue?.(vueOptions),
Expand Down
6 changes: 3 additions & 3 deletions packages/webpack-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
"@angular/core": "^14.0.0"
},
"dependencies": {
"@angular/compiler-cli": "^14.1.0",
"@ngtools/webpack": "^14.1.0",
"@pkgr/webpack": "^3.1.2"
"@angular/compiler-cli": "^14.1.3",
"@ngtools/webpack": "^14.1.3",
"@pkgr/webpack": "^3.2.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack-mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"funding": "https://opencollective.com/unts",
"license": "MIT",
"dependencies": {
"@mdx-js/loader": "^2.1.2",
"@mdx-js/loader": "^2.1.3",
"@pkgr/webpack-react": "^2.0.3",
"remark-gfm": "^3.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"react": ">=16.0.0"
},
"dependencies": {
"@pkgr/webpack": "^3.1.2",
"@pkgr/webpack": "^3.2.0",
"@svgr/webpack": "^6.3.1"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"svelte": ">=3.0.0"
},
"dependencies": {
"@pkgr/webpack": "^3.1.2",
"@pkgr/webpack": "^3.2.0",
"svelte-loader": "^3.1.3"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"vue": "^3.0.0"
},
"dependencies": {
"@pkgr/webpack": "^3.1.2",
"@pkgr/webpack": "^3.2.0",
"vue-loader": "^17.0.0",
"vue-style-loader": "^4.1.3",
"vue-svg-loader": "^0.16.0"
Expand Down
20 changes: 10 additions & 10 deletions packages/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
],
"dependencies": {
"@1stg/babel-preset": "^3.1.4",
"@1stg/postcss-config": "^3.2.4",
"@babel/core": "^7.18.9",
"@1stg/postcss-config": "^3.3.0",
"@babel/core": "^7.18.10",
"@pkgr/es-modules": "^0.6.2",
"@pkgr/umd-globals": "^0.8.2",
"@pkgr/utils": "^2.3.0",
Expand All @@ -62,7 +62,7 @@
"case-sensitive-paths-webpack-plugin": "^2.4.0",
"commander": "^9.4.0",
"copy-webpack-plugin": "^11.0.0",
"core-js": "^3.23.5",
"core-js": "^3.24.1",
"css-loader": "^6.7.1",
"debug": "^4.3.4",
"file-loader": "^6.2.0",
Expand All @@ -72,24 +72,24 @@
"jsox": "^1.2.113",
"less-loader": "^11.0.0",
"mini-css-extract-plugin": "^2.6.1",
"postcss": "^8.4.14",
"postcss": "^8.4.16",
"postcss-load-config": "^4.0.1",
"postcss-loader": "^7.0.1",
"pug": "^3.0.2",
"pug-loader": "^2.4.0",
"pug-plain-loader": "^1.1.0",
"raw-loader": "^4.0.2",
"sass": "^1.54.0",
"sass": "^1.54.4",
"sass-loader": "^13.0.2",
"style-loader": "^3.3.1",
"stylus": "^0.58.1",
"stylus": "^0.59.0",
"stylus-loader": "^7.0.0",
"tsconfig-paths-webpack-plugin": "^3.5.2",
"tsconfig-paths-webpack-plugin": "^4.0.0",
"tslib": "^2.4.0",
"url-loader": "^4.1.1",
"webpack": "^5.73.0",
"webpack-dev-server": "^4.9.3",
"workbox-webpack-plugin": "^6.5.3"
"webpack": "^5.74.0",
"webpack-dev-server": "^4.10.0",
"workbox-webpack-plugin": "^6.5.4"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit a7ed650

Please sign in to comment.