]> git.ipfire.org Git - thirdparty/vuejs/router.git/commit
chore: move to pnpm workspaces
authorEduardo San Martin Morote <posva13@gmail.com>
Wed, 8 Jun 2022 13:58:05 +0000 (15:58 +0200)
committerEduardo San Martin Morote <posva@users.noreply.github.com>
Thu, 30 Jun 2022 07:59:00 +0000 (09:59 +0200)
commit6b28311a27e66abb62208b197003b23d95cdccee
tree12051f8dcc24f655bfbcdd138fb579b30fbd07c5
parent0758243786294f924bd636c9097b7bb5a1deb727
chore: move to pnpm workspaces
144 files changed:
.gitignore
package.json
packages/router/.gitignore [new file with mode: 0644]
packages/router/LICENSE [moved from LICENSE with 100% similarity]
packages/router/SECURITY.md [moved from SECURITY.md with 100% similarity]
packages/router/__tests__/RouterLink.spec.ts [moved from __tests__/RouterLink.spec.ts with 100% similarity]
packages/router/__tests__/RouterView.spec.ts [moved from __tests__/RouterView.spec.ts with 100% similarity]
packages/router/__tests__/__snapshots__/RouterLink.spec.ts.snap [moved from __tests__/__snapshots__/RouterLink.spec.ts.snap with 100% similarity]
packages/router/__tests__/__snapshots__/RouterView.spec.ts.snap [moved from __tests__/__snapshots__/RouterView.spec.ts.snap with 100% similarity]
packages/router/__tests__/encoding.spec.ts [moved from __tests__/encoding.spec.ts with 100% similarity]
packages/router/__tests__/errors.spec.ts [moved from __tests__/errors.spec.ts with 100% similarity]
packages/router/__tests__/guards/afterEach.spec.ts [moved from __tests__/guards/afterEach.spec.ts with 100% similarity]
packages/router/__tests__/guards/beforeEach.spec.ts [moved from __tests__/guards/beforeEach.spec.ts with 100% similarity]
packages/router/__tests__/guards/beforeEnter.spec.ts [moved from __tests__/guards/beforeEnter.spec.ts with 100% similarity]
packages/router/__tests__/guards/beforeResolve.spec.ts [moved from __tests__/guards/beforeResolve.spec.ts with 100% similarity]
packages/router/__tests__/guards/beforeRouteEnter.spec.ts [moved from __tests__/guards/beforeRouteEnter.spec.ts with 100% similarity]
packages/router/__tests__/guards/beforeRouteEnterCallback.spec.ts [moved from __tests__/guards/beforeRouteEnterCallback.spec.ts with 100% similarity]
packages/router/__tests__/guards/beforeRouteLeave.spec.ts [moved from __tests__/guards/beforeRouteLeave.spec.ts with 100% similarity]
packages/router/__tests__/guards/beforeRouteUpdate.spec.ts [moved from __tests__/guards/beforeRouteUpdate.spec.ts with 100% similarity]
packages/router/__tests__/guards/extractComponentsGuards.spec.ts [moved from __tests__/guards/extractComponentsGuards.spec.ts with 100% similarity]
packages/router/__tests__/guards/guardToPromiseFn.spec.ts [moved from __tests__/guards/guardToPromiseFn.spec.ts with 100% similarity]
packages/router/__tests__/guards/guardsContext.spec.ts [moved from __tests__/guards/guardsContext.spec.ts with 100% similarity]
packages/router/__tests__/guards/loadRouteLocation.spec.ts [moved from __tests__/guards/loadRouteLocation.spec.ts with 100% similarity]
packages/router/__tests__/guards/onBeforeRouteLeave.spec.ts [moved from __tests__/guards/onBeforeRouteLeave.spec.ts with 100% similarity]
packages/router/__tests__/guards/onBeforeRouteUpdate.spec.ts [moved from __tests__/guards/onBeforeRouteUpdate.spec.ts with 100% similarity]
packages/router/__tests__/hash-manual-navigation.spec.ts [moved from __tests__/hash-manual-navigation.spec.ts with 100% similarity]
packages/router/__tests__/history/hash.spec.ts [moved from __tests__/history/hash.spec.ts with 100% similarity]
packages/router/__tests__/history/html5.spec.ts [moved from __tests__/history/html5.spec.ts with 100% similarity]
packages/router/__tests__/history/memory.spec.ts [moved from __tests__/history/memory.spec.ts with 100% similarity]
packages/router/__tests__/initialNavigation.spec.ts [moved from __tests__/initialNavigation.spec.ts with 100% similarity]
packages/router/__tests__/isReady.spec.ts [moved from __tests__/isReady.spec.ts with 100% similarity]
packages/router/__tests__/lazyLoading.spec.ts [moved from __tests__/lazyLoading.spec.ts with 100% similarity]
packages/router/__tests__/location.spec.ts [moved from __tests__/location.spec.ts with 100% similarity]
packages/router/__tests__/matcher/__snapshots__/resolve.spec.ts.snap [moved from __tests__/matcher/__snapshots__/resolve.spec.ts.snap with 100% similarity]
packages/router/__tests__/matcher/addingRemoving.spec.ts [moved from __tests__/matcher/addingRemoving.spec.ts with 100% similarity]
packages/router/__tests__/matcher/pathParser.spec.ts [moved from __tests__/matcher/pathParser.spec.ts with 100% similarity]
packages/router/__tests__/matcher/pathRanking.spec.ts [moved from __tests__/matcher/pathRanking.spec.ts with 100% similarity]
packages/router/__tests__/matcher/records.spec.ts [moved from __tests__/matcher/records.spec.ts with 100% similarity]
packages/router/__tests__/matcher/resolve.spec.ts [moved from __tests__/matcher/resolve.spec.ts with 100% similarity]
packages/router/__tests__/mount.ts [moved from __tests__/mount.ts with 100% similarity]
packages/router/__tests__/multipleApps.spec.ts [moved from __tests__/multipleApps.spec.ts with 100% similarity]
packages/router/__tests__/parseQuery.spec.ts [moved from __tests__/parseQuery.spec.ts with 100% similarity]
packages/router/__tests__/router.spec.ts [moved from __tests__/router.spec.ts with 100% similarity]
packages/router/__tests__/scrollBehavior.spec.ts [moved from __tests__/scrollBehavior.spec.ts with 100% similarity]
packages/router/__tests__/ssr.spec.ts [moved from __tests__/ssr.spec.ts with 100% similarity]
packages/router/__tests__/stringifyQuery.spec.ts [moved from __tests__/stringifyQuery.spec.ts with 100% similarity]
packages/router/__tests__/urlEncoding.spec.ts [moved from __tests__/urlEncoding.spec.ts with 100% similarity]
packages/router/__tests__/useApi.spec.ts [moved from __tests__/useApi.spec.ts with 100% similarity]
packages/router/__tests__/utils.ts [moved from __tests__/utils.ts with 100% similarity]
packages/router/__tests__/warnings.spec.ts [moved from __tests__/warnings.spec.ts with 100% similarity]
packages/router/api-extractor.json [moved from api-extractor.json with 100% similarity]
packages/router/e2e/browserstack-send-status.js [moved from e2e/browserstack-send-status.js with 100% similarity]
packages/router/e2e/devServer.js [moved from e2e/devServer.js with 100% similarity]
packages/router/e2e/encoding/index.html [moved from e2e/encoding/index.html with 100% similarity]
packages/router/e2e/encoding/index.ts [moved from e2e/encoding/index.ts with 100% similarity]
packages/router/e2e/global.css [moved from e2e/global.css with 100% similarity]
packages/router/e2e/guards-instances/index.html [moved from e2e/guards-instances/index.html with 100% similarity]
packages/router/e2e/guards-instances/index.ts [moved from e2e/guards-instances/index.ts with 100% similarity]
packages/router/e2e/hash/index.html [moved from e2e/hash/index.html with 100% similarity]
packages/router/e2e/hash/index.ts [moved from e2e/hash/index.ts with 100% similarity]
packages/router/e2e/index.html [moved from e2e/index.html with 100% similarity]
packages/router/e2e/index.ts [moved from e2e/index.ts with 100% similarity]
packages/router/e2e/keep-alive/index.html [moved from e2e/keep-alive/index.html with 100% similarity]
packages/router/e2e/keep-alive/index.ts [moved from e2e/keep-alive/index.ts with 100% similarity]
packages/router/e2e/modal/index.html [moved from e2e/modal/index.html with 100% similarity]
packages/router/e2e/modal/index.ts [moved from e2e/modal/index.ts with 100% similarity]
packages/router/e2e/multi-app/index.html [moved from e2e/multi-app/index.html with 100% similarity]
packages/router/e2e/multi-app/index.ts [moved from e2e/multi-app/index.ts with 100% similarity]
packages/router/e2e/nightwatch.browserstack.js [moved from e2e/nightwatch.browserstack.js with 100% similarity]
packages/router/e2e/nightwatch.config.js [moved from e2e/nightwatch.config.js with 100% similarity]
packages/router/e2e/runner.js [moved from e2e/runner.js with 100% similarity]
packages/router/e2e/scroll-behavior/index.html [moved from e2e/scroll-behavior/index.html with 100% similarity]
packages/router/e2e/scroll-behavior/index.ts [moved from e2e/scroll-behavior/index.ts with 100% similarity]
packages/router/e2e/scroll-behavior/scrollWaiter.ts [moved from e2e/scroll-behavior/scrollWaiter.ts with 100% similarity]
packages/router/e2e/specs/encoding.js [moved from e2e/specs/encoding.js with 100% similarity]
packages/router/e2e/specs/guards-instances.js [moved from e2e/specs/guards-instances.js with 100% similarity]
packages/router/e2e/specs/hash.js [moved from e2e/specs/hash.js with 100% similarity]
packages/router/e2e/specs/keep-alive.js [moved from e2e/specs/keep-alive.js with 100% similarity]
packages/router/e2e/specs/modal.js [moved from e2e/specs/modal.js with 100% similarity]
packages/router/e2e/specs/multi-app.js [moved from e2e/specs/multi-app.js with 100% similarity]
packages/router/e2e/specs/scroll-behavior.js [moved from e2e/specs/scroll-behavior.js with 100% similarity]
packages/router/e2e/specs/suspense.js [moved from e2e/specs/suspense.js with 100% similarity]
packages/router/e2e/specs/transitions.js [moved from e2e/specs/transitions.js with 100% similarity]
packages/router/e2e/staticServer.js [moved from e2e/staticServer.js with 100% similarity]
packages/router/e2e/suspense/index.html [moved from e2e/suspense/index.html with 100% similarity]
packages/router/e2e/suspense/index.ts [moved from e2e/suspense/index.ts with 100% similarity]
packages/router/e2e/transitions/index.html [moved from e2e/transitions/index.html with 100% similarity]
packages/router/e2e/transitions/index.ts [moved from e2e/transitions/index.ts with 100% similarity]
packages/router/e2e/tsconfig.json [moved from e2e/tsconfig.json with 100% similarity]
packages/router/e2e/vite.config.js [moved from e2e/vite.config.js with 100% similarity]
packages/router/index.js [moved from index.js with 100% similarity]
packages/router/jest.config.js [moved from jest.config.js with 100% similarity]
packages/router/package.json [new file with mode: 0644]
packages/router/rollup.config.js [moved from rollup.config.js with 100% similarity]
packages/router/src/RouterLink.ts [moved from src/RouterLink.ts with 100% similarity]
packages/router/src/RouterView.ts [moved from src/RouterView.ts with 100% similarity]
packages/router/src/devtools.ts [moved from src/devtools.ts with 100% similarity]
packages/router/src/encoding.ts [moved from src/encoding.ts with 100% similarity]
packages/router/src/errors.ts [moved from src/errors.ts with 100% similarity]
packages/router/src/global.d.ts [moved from src/global.d.ts with 100% similarity]
packages/router/src/globalExtensions.ts [moved from src/globalExtensions.ts with 100% similarity]
packages/router/src/history/common.ts [moved from src/history/common.ts with 100% similarity]
packages/router/src/history/hash.ts [moved from src/history/hash.ts with 100% similarity]
packages/router/src/history/html5.ts [moved from src/history/html5.ts with 100% similarity]
packages/router/src/history/memory.ts [moved from src/history/memory.ts with 100% similarity]
packages/router/src/index.ts [moved from src/index.ts with 100% similarity]
packages/router/src/injectionSymbols.ts [moved from src/injectionSymbols.ts with 100% similarity]
packages/router/src/location.ts [moved from src/location.ts with 100% similarity]
packages/router/src/matcher/index.ts [moved from src/matcher/index.ts with 100% similarity]
packages/router/src/matcher/pathMatcher.ts [moved from src/matcher/pathMatcher.ts with 100% similarity]
packages/router/src/matcher/pathParserRanker.ts [moved from src/matcher/pathParserRanker.ts with 100% similarity]
packages/router/src/matcher/pathTokenizer.ts [moved from src/matcher/pathTokenizer.ts with 100% similarity]
packages/router/src/matcher/types.ts [moved from src/matcher/types.ts with 100% similarity]
packages/router/src/navigationGuards.ts [moved from src/navigationGuards.ts with 100% similarity]
packages/router/src/query.ts [moved from src/query.ts with 100% similarity]
packages/router/src/router.ts [moved from src/router.ts with 100% similarity]
packages/router/src/scrollBehavior.ts [moved from src/scrollBehavior.ts with 100% similarity]
packages/router/src/typedRouter.ts [moved from src/typedRouter.ts with 100% similarity]
packages/router/src/types/index.ts [moved from src/types/index.ts with 100% similarity]
packages/router/src/types/named.ts [moved from src/types/named.ts with 100% similarity]
packages/router/src/types/paths.ts [moved from src/types/paths.ts with 100% similarity]
packages/router/src/types/typeGuards.ts [moved from src/types/typeGuards.ts with 100% similarity]
packages/router/src/useApi.ts [moved from src/useApi.ts with 100% similarity]
packages/router/src/utils/README.md [moved from src/utils/README.md with 100% similarity]
packages/router/src/utils/callbacks.ts [moved from src/utils/callbacks.ts with 100% similarity]
packages/router/src/utils/env.ts [moved from src/utils/env.ts with 100% similarity]
packages/router/src/utils/index.ts [moved from src/utils/index.ts with 100% similarity]
packages/router/src/warning.ts [moved from src/warning.ts with 100% similarity]
packages/router/test-dts/components.test-d.tsx [moved from test-dts/components.test-d.tsx with 100% similarity]
packages/router/test-dts/createRouter.test-d.ts [moved from test-dts/createRouter.test-d.ts with 100% similarity]
packages/router/test-dts/index.d.ts [moved from test-dts/index.d.ts with 100% similarity]
packages/router/test-dts/legacy.test-d.ts [moved from test-dts/legacy.test-d.ts with 100% similarity]
packages/router/test-dts/meta.test-d.ts [moved from test-dts/meta.test-d.ts with 100% similarity]
packages/router/test-dts/namedRoutes.test-d.ts [moved from test-dts/namedRoutes.test-d.ts with 100% similarity]
packages/router/test-dts/navigationGuards.test-d.ts [moved from test-dts/navigationGuards.test-d.ts with 100% similarity]
packages/router/test-dts/paths.test-d.ts [moved from test-dts/paths.test-d.ts with 100% similarity]
packages/router/test-dts/routeRecords.test-d.ts [moved from test-dts/routeRecords.test-d.ts with 100% similarity]
packages/router/test-dts/tsconfig.json [moved from test-dts/tsconfig.json with 100% similarity]
packages/router/tsconfig.json [moved from tsconfig.json with 100% similarity]
packages/router/vetur/attributes.json [moved from vetur/attributes.json with 100% similarity]
packages/router/vetur/tags.json [moved from vetur/tags.json with 100% similarity]
pnpm-lock.yaml [new file with mode: 0644]
pnpm-workspace.yaml [new file with mode: 0644]
yarn.lock [deleted file]