Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump some deps #9406

Merged
merged 9 commits into from Dec 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 8 additions & 1 deletion package.json
Expand Up @@ -71,5 +71,12 @@
"type": "opencollective",
"url": "https://opencollective.com/parcel"
},
"packageManager": "yarn@1.22.19"
"packageManager": "yarn@1.22.19",
"_": "See issue #9405 for the Vue problem",
"__": "The watcher complains about non-existing dirs in the integration tests on >=2.3.0",
"resolutions": {
"@parcel/watcher": "~2.2.0",
"@vue/compiler-sfc": "~3.2.47",
"vue": "~3.2.47"
}
}
1 change: 0 additions & 1 deletion packages/core/integration-tests/package.json
Expand Up @@ -23,7 +23,6 @@
"@mdx-js/react": "^1.5.3",
"autoprefixer": "^10.4.0",
"chalk": "^4.1.0",
"codecov": "^3.0.0",
"command-exists": "^1.2.6",
"core-js": "^3.2.1",
"cross-env": "^7.0.0",
Expand Down
Expand Up @@ -11,7 +11,7 @@ export default function test(params: Params): number;
export function foo(): number;
export var x: number;
export var hi: number;
export declare module mod {
export declare namespace mod {
function bar(): number;
}

Expand Down
Expand Up @@ -11,7 +11,7 @@ export function test(params: Params): number;
export function foo(): number;
export var x: number;
export var hi: number;
export declare module mod {
export declare namespace mod {
function bar(): number;
}

Expand Down
6 changes: 6 additions & 0 deletions packages/core/integration-tests/test/javascript.js
Expand Up @@ -5191,6 +5191,12 @@ describe('javascript', function () {
it('should not use arrow functions for reexport declarations unless supported', async function () {
let b = await bundle(
path.join(__dirname, 'integration/js-export-arrow-support/index.js'),
{
// Remove comments containing "=>"
defaultTargetOptions: {
shouldOptimize: true,
},
},
);
let content = await outputFS.readFile(b.getBundles()[0].filePath, 'utf8');
assert(!content.includes('=>'));
Expand Down
1 change: 0 additions & 1 deletion packages/core/is-v2-ready-yet/package.json
Expand Up @@ -20,7 +20,6 @@
},
"devDependencies": {
"@babel/core": "^7.22.11",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/preset-env": "^7.22.14",
"@babel/preset-react": "^7.22.5"
}
Expand Down
3 changes: 0 additions & 3 deletions packages/dev/babel-preset/package.json
Expand Up @@ -9,9 +9,6 @@
"directory": "packages/dev/babel-preset"
},
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/plugin-transform-modules-commonjs": "^7.22.11",
"@babel/preset-env": "^7.22.14",
"@babel/preset-flow": "^7.22.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/create-react-app/package.json
Expand Up @@ -26,7 +26,7 @@
"commander": "^7.0.0",
"ncp": "^2.0.0",
"rimraf": "^3.0.2",
"simple-git": "^2.26.0",
"simple-git": "^3.21.0",
"tempy": "^0.2.1",
"v8-compile-cache": "^2.0.0"
},
Expand Down
1,760 changes: 913 additions & 847 deletions yarn.lock

Large diffs are not rendered by default.