Skip to content

Commit

Permalink
📦 deps(minor): upgrade dependencies (#2487)
Browse files Browse the repository at this point in the history
## Type of change

**PATCH: backwards compatible change**
  • Loading branch information
kellymears committed Oct 24, 2023
1 parent 94508c5 commit 1faa401
Show file tree
Hide file tree
Showing 107 changed files with 4,922 additions and 2,914 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
platform:
- ubuntu-latest
node:
- 18.16.1
- 20.3.1

name: format-check (node@v${{matrix.node}}/${{matrix.platform}})
runs-on: ${{matrix.platform}}
Expand Down
33 changes: 0 additions & 33 deletions .github/workflows/release-deprecate.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/release-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: 18.16.1
node-version: 20.3.1
cache: yarn

- run: yarn
Expand Down
27 changes: 0 additions & 27 deletions .github/workflows/release-next.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/release-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: 18.16.1
node-version: 20.3.1
cache: yarn

- run: yarn
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
platform:
- ubuntu-latest
node:
- 18.16.1
- 20.3.1

name: test node@${{matrix.node}}/${{matrix.platform}}
runs-on: ${{matrix.platform}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
platform:
- ubuntu-latest
node:
- 18.16.1
- 20.3.1

name: integration test (node@v${{matrix.node}}/${{matrix.platform}})
runs-on: ${{matrix.platform}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
platform:
- ubuntu-latest
node:
- 18.16.1
- 20.3.1

name: unit test (node@v${{matrix.node}}/${{matrix.platform}})
runs-on: ${{matrix.platform}}
Expand Down
20 changes: 1 addition & 19 deletions config/eslint.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ module.exports = {
[`perfectionist/sort-imports`]: [
ERROR,
{
[`read-tsconfig`]: false,
'custom-groups': {
type: {
[`node`]: [`node:*`],
Expand Down Expand Up @@ -144,24 +143,7 @@ module.exports = {
[`react/prop-types`]: OFF,
[`react/react-in-jsx-scope`]: OFF,
[`sort-class-members/sort-class-members`]: [
ERROR,
{
accessorPairPositioning: `getThenSet`,
groups: {
[`event-handlers`]: [{name: `/on.+/`, type: `method`}],
},
order: [
`[static-properties]`,
`[static-methods]`,
`[conventional-private-properties]`,
`[properties]`,
`[accessor-pairs]`,
`constructor`,
`[event-handlers]`,
`[methods]`,
`[conventional-private-methods]`,
],
},
OFF,
],
},
settings: {
Expand Down
2 changes: 1 addition & 1 deletion examples/node-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"devDependencies": {
"@roots/bud": "workspace:*",
"@roots/bud-swc": "workspace:*",
"webpack": "5.88.2",
"webpack": "5.89.0",
"webpack-cli": "5.1.4"
}
}
6 changes: 3 additions & 3 deletions examples/vue-legacy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"@roots/bud-vue": "workspace:*"
},
"dependencies": {
"vue": "2.7.14",
"vue-loader": "15.10.2",
"vue-template-compiler": "2.7.14"
"vue": "2.7.15",
"vue-loader": "15.11.1",
"vue-template-compiler": "2.7.15"
}
}
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"description": "Configurable, extensible build tools for modern single and multi-page web applications",
"engines": {
"node": "18.16.1",
"node": "20.3.1",
"yarn": "1.22.19",
"npm": "8.19.2"
},
Expand All @@ -21,43 +21,43 @@
"@roots/bud-framework": "workspace:*",
"@roots/bud-support": "workspace:*",
"@skypack/package-check": "0.2.2",
"@types/eslint": "8.44.3",
"@types/lodash": "4.14.199",
"@types/node": "18.18.4",
"@types/eslint": "8.44.6",
"@types/lodash": "4.14.200",
"@types/node": "20.8.8",
"@types/prettier": "3.0.0",
"@types/react": "18.2.25",
"@typescript-eslint/eslint-plugin": "6.7.4",
"@typescript-eslint/parser": "6.7.4",
"@types/react": "18.2.31",
"@typescript-eslint/eslint-plugin": "6.9.0",
"@typescript-eslint/parser": "6.9.0",
"@vitest/coverage-v8": "0.34.6",
"@vitest/ui": "0.34.6",
"browserslist": "4.22.1",
"caniuse-lite": "latest",
"esbuild": "0.19.4",
"eslint": "8.51.0",
"eslint-plugin-n": "16.1.0",
"eslint-plugin-perfectionist": "2.1.0",
"caniuse-lite": "1.0.30001553",
"esbuild": "0.19.5",
"eslint": "8.52.0",
"eslint-plugin-n": "16.2.0",
"eslint-plugin-perfectionist": "2.2.0",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-sort-class-members": "1.19.0",
"execa": "8.0.1",
"highlight.js": "11.8.0",
"highlight.js": "11.9.0",
"html-loader": "4.2.0",
"html-webpack-plugin": "5.5.3",
"import-meta-resolve": "2.2.2",
"ink-testing-library": "3.0.0",
"parse5-htmlparser2-tree-adapter": "7.0.0",
"patch-console": "2.0.0",
"playwright": "1.38.1",
"playwright": "1.39.0",
"pm2": "5.3.0",
"prettier": "3.0.3",
"syncpack": "11.2.1",
"ts-node": "10.9.1",
"tslib": "2.6.2",
"typescript": "5.2.2",
"verdaccio": "5.26.3",
"verdaccio": "5.27.0",
"vitest": "0.34.6",
"vitest-github-actions-reporter": "0.10.0",
"webpack": "5.88.2"
"webpack": "5.89.0"
},
"workspaces": {
"packages": [
Expand All @@ -72,7 +72,7 @@
]
},
"volta": {
"node": "18.16.1",
"node": "20.3.1",
"yarn": "1.22.19"
},
"resolutions": {
Expand Down
2 changes: 1 addition & 1 deletion sources/@repo/constants/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
},
"devDependencies": {
"@types/node": "18.18.4",
"@types/node": "20.8.8",
"vitest": "0.34.6"
},
"dependencies": {
Expand Down
43 changes: 43 additions & 0 deletions sources/@repo/docs/content/reference/bud.lazy.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
---
title: bud.lazy
description: Configure sourcemaps
---

Configure lazy compilation. By default, bud.js only compiles imports (not entrypoints) lazily, and only in development.

For more information on the `lazyCompilation` option see [webpack's documentation](https://webpack.js.org/configuration/experiments/#experimentslazycompilation).

## Usage

Enable lazy compilation (default):

```ts title=bud.config.ts
bud.lazy()
```

```ts title=bud.config.ts
bud.lazy(true)
```

Disable lazy compilation:

```ts title=bud.config.ts
bud.lazy(false)
```

## Custom configuration



```ts title=bud.config.ts
bud.lazy({
// disable lazy compilation for dynamic imports
imports: false,

// disable lazy compilation for entries
entries: false,

// do not lazily compile moduleB
test: (module) => !/moduleB/.test(module.nameForCondition()),
})
```
16 changes: 8 additions & 8 deletions sources/@repo/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,25 +18,25 @@
"@docusaurus/remark-plugin-npm2yarn": "2.4.3",
"@repo/constants": "workspace:*",
"@svgr/webpack": "8.1.0",
"@tsconfig/docusaurus": "2.0.1",
"@types/file-loader": "5.0.2",
"@types/node": "18.18.4",
"@types/react": "18.2.25",
"@types/react-dom": "18.2.11",
"@tsconfig/docusaurus": "2.0.2",
"@types/file-loader": "5.0.3",
"@types/node": "20.8.8",
"@types/react": "18.2.31",
"@types/react-dom": "18.2.14",
"file-loader": "6.2.0",
"netlify-cli": "16.5.1",
"netlify-cli": "16.9.1",
"raw-loader": "4.0.2",
"ts-node": "10.9.1",
"typescript": "5.2.2",
"url-loader": "4.1.1",
"webpack": "5.88.2"
"webpack": "5.89.0"
},
"dependencies": {
"@docusaurus/theme-classic": "2.4.3",
"@docusaurus/theme-common": "2.4.3",
"axios": "1.5.1",
"clsx": "2.0.0",
"docusaurus-lunr-search": "3.0.0",
"docusaurus-lunr-search": "3.2.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"tslib": "2.6.2"
Expand Down
2 changes: 1 addition & 1 deletion sources/@repo/docs/src/components/sandbox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export const Sandbox = ({allow, id, sandbox, style = {}, title}) => (
sandbox ??
`allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts`
}
src={`https://codesandbox.io/embed/${id}?expanddevtools=1&fontsize=12&hidenavigation=1&theme=dark`}
style={{
border: `0`,
borderRadius: `4px`,
Expand All @@ -18,7 +19,6 @@ export const Sandbox = ({allow, id, sandbox, style = {}, title}) => (
width: `100%`,
...style,
}}
src={`https://codesandbox.io/embed/${id}?expanddevtools=1&fontsize=12&hidenavigation=1&theme=dark`}
title={title ?? id}
/>
)
4 changes: 2 additions & 2 deletions sources/@repo/markdown-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"./cli-examples": "./compiled/cli-examples/index.js"
},
"devDependencies": {
"@types/lodash-es": "4.17.9",
"@types/node": "18.18.4",
"@types/lodash-es": "4.17.10",
"@types/node": "20.8.8",
"@types/prettier": "3.0.0",
"vitest": "0.34.6"
},
Expand Down
2 changes: 1 addition & 1 deletion sources/@repo/notifier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@repo/notifier",
"private": true,
"devDependencies": {
"@types/node": "18.18.4",
"@types/node": "20.8.8",
"vitest": "0.34.6"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion sources/@repo/test-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@roots/bud": "workspace:*",
"@roots/bud-framework": "workspace:*",
"@roots/bud-support": "workspace:*",
"@types/node": "18.18.4",
"@types/node": "20.8.8",
"chalk": "5.3.0",
"execa": "8.0.1",
"fs-jetpack": "5.1.0",
Expand Down
26 changes: 13 additions & 13 deletions sources/@repo/yarn-plugin-bud/bundles/@yarnpkg/plugin-bud.js

Large diffs are not rendered by default.

Loading

0 comments on commit 1faa401

Please sign in to comment.