Commit Graph

465 Commits

Author SHA1 Message Date
Nacho Codoñer
93d34252f1 Merge pull request #13467 from 9Morello/update-node-types
Update `@types/node` package in the TypeScript template
2025-01-14 17:23:57 +01:00
Nacho Codoñer
cb2e568443 Update @types/node to latest matching closely 3.1.1 Node's version 2025-01-14 17:23:23 +01:00
Minh Nguyen
4ee8d850b6 Update npm-rebuild.js to support windows 2024-11-27 08:01:01 +07:00
Caio
a1360d9c34 Update types definition for Node in the Typescript template 2024-11-19 10:04:17 -03:00
Brian Chan
bfa99b6f0c Update elliptic 2024-10-31 12:45:30 +08:00
Jan Dvorak
1d0d819f58 Proposed fix for #13329 2024-10-01 19:02:54 +02:00
Nacho Codoñer
2fe273ccc3 Merge pull request #13209 from JorgenVatle/update-meteor-vite
Update `meteor-vite` packages in Vue and Solid skeleton apps
2024-09-04 14:18:29 +02:00
Jan Dvorak
80252c11d8 Update elliptic
Based on NPM audit warning
2024-08-22 20:24:02 +02:00
denihs
2fb7ccc5cf Remove pinned version for the package react-meteor-data from our skeletons 2024-07-18 13:15:03 -04:00
Leonardo Venturini
eb1da723b9 rename variable (#13224) 2024-07-11 08:41:57 -04:00
Jørgen Vatle
6b7004fbc0 Remove version pin from jorgenvatle:vite bundler.
A full release of the package for Meteor v3 has been published, so this should allow Meteor auto-select the most relevant compatible version to match the Meteor version in use.
2024-06-30 00:16:47 +03:00
Jørgen Vatle
561a9ffe7c Update meteor-vite to npm package in Vue skeleton.
meteor-vite@1.7.1 is too out of date to work correctly with the version of `jorgenvatle:vite-bundler` specified in `.meteor/packages`

Ref: https://github.com/meteor/meteor/issues/12937
2024-06-30 00:08:16 +03:00
denihs
a5eb01f247 - renaming getText to getTextAsync and getBinary to getBinaryAsync to follow the same as in the build plugins 2024-05-21 08:55:50 -04:00
Nacho Codoñer
4eb8dccaeb clean 2024-05-15 16:06:15 +02:00
Nacho Codoñer
1f92b242ea Merge branch '2.16-quick-gains' into 3.0-impact-2.16-quick-gains
# Conflicts:
#	.github/workflows/npm-eslint-plugin-meteor.yml
#	.github/workflows/npm-meteor-babel.yml
#	.travis.yml
#	packages/accounts-base/accounts_common.js
#	packages/accounts-base/package.js
#	packages/accounts-base/server_main.js
#	packages/minimongo/cursor.js
#	packages/minimongo/local_collection.js
#	packages/mongo/mongo_driver.js
#	packages/mongo/mongo_livedata_tests.js
#	packages/reload-safetybelt/reload-safety-belt-tests.js
#	tools/static-assets/skel-solid/package.json
2024-04-17 18:15:33 +02:00
Nacho Codoñer
9e0176616a Revert "ensure shell option for windows"
This reverts commit f6c4acdb1b.
2024-04-16 15:48:07 +02:00
Nacho Codoñer
f6c4acdb1b ensure shell option for windows 2024-04-16 15:09:15 +02:00
Nacho Codoñer
82766fb15d upgrade typescript to latest 5.4.5 2024-04-11 15:10:26 +02:00
Nacho Codoñer
685be01d1b Merge branch 'release-3.0' into apollo-skeleton-async-on-server 2024-04-09 14:04:32 +02:00
Jan Dvorak
d16338d4ae Merge pull request #12953 from jamauro/patch-5
Update tsconfig.json for svelte skeleton
2024-03-25 16:52:21 +01:00
Jan Dvorak
119a35cd59 Merge pull request #13033 from meteor/feature/solid-skel-update
Update solid skeleton dependencies
2024-03-25 16:30:09 +01:00
Gabriel Grubba
dd88e5a8bc dev-bundle to 20.11.1.2 2024-03-22 15:15:27 -03:00
denihs
0191b1210d - pin jorgenvatle:vite-bundler version inside vue skeleton 2024-03-20 12:39:18 -04:00
denihs
6d3aa938b4 - fix solid template 2024-03-20 12:21:26 -04:00
denihs
89434bb938 - remove all vue-2 references from Meteor 2024-03-20 11:57:08 -04:00
denihs
2d68c2a87a - use package compat:graphql instead of swydo:graphql, because this one is compatible with version 3 2024-03-20 10:51:00 -04:00
denihs
badbeb701a - update skeletons that use react-meteor-data to force the version 3.0.0-beta300.1 2024-03-04 11:31:10 -04:00
jamauro
a59d05a2af Update App.svelte
Small change to recommend moving `handle.ready` into its own `$m` statement. Having it in the same `$m` as the subscription causes `Meteor.subscribe` to be called multiple times which I think is harmless but feels unnecessary.

Also removed `let links`. It's not needed.
2024-02-29 14:37:18 -06:00
Jan Dvorak
7ed74d346c Update solid skeleton 2024-02-26 19:44:10 +01:00
Jan Dvorak
15cd101bb4 Update apollo.js to use async 2024-02-23 13:23:19 +01:00
Gabriel Grubba
2b9d6057d1 typescript to version 5.3.3 2024-02-20 16:04:23 -03:00
Jan Dvorak
c053de1fe6 Update Apollo skeleton for Meteor 3
NOTE: Related GraphQL packages will require an update as well.
2024-02-05 16:54:00 +01:00
jamauro
d4bd289006 Update tsconfig.json for svelte skeleton
Updated the exclude so that it doesn't exclude `"!./.meteor/local/types"`. Prior to this, intellisense for my package's types wasn't working.

From `zodern:types`:
If your tsconfig has exclude configured, make sure the exclude rules do not exclude `.meteor/local/types`
2024-01-08 10:28:52 -06:00
denihs
7cb79a7a13 Merge branch 'devel' into release-3.0
# Conflicts:
#	.circleci/config.yml
#	docs/generators/changelog/script.js
#	docs/history.md
#	meteor
#	npm-packages/babel-preset-meteor/package.json
#	npm-packages/cordova-plugin-meteor-webapp/package.json
#	npm-packages/eslint-plugin-meteor/scripts/dev-bundle-tool-package.js
#	npm-packages/meteor-babel/package-lock.json
#	npm-packages/meteor-babel/package.json
#	package-lock.json
#	package.json
#	packages/accounts-base/accounts_server.js
#	packages/accounts-base/package.js
#	packages/accounts-oauth/package.js
#	packages/accounts-password/package.js
#	packages/accounts-password/password_server.js
#	packages/accounts-passwordless/package.js
#	packages/accounts-passwordless/passwordless_server.js
#	packages/babel-compiler/.npm/package/npm-shrinkwrap.json
#	packages/babel-compiler/package.js
#	packages/boilerplate-generator/package.js
#	packages/browser-policy-content/package.js
#	packages/constraint-solver/catalog-loader.js
#	packages/constraint-solver/constraint-solver-input.js
#	packages/constraint-solver/constraint-solver-tests.js
#	packages/constraint-solver/constraint-solver.js
#	packages/constraint-solver/package.js
#	packages/constraint-solver/solver.js
#	packages/crosswalk/package.js
#	packages/ddp-rate-limiter/package.js
#	packages/ddp-server/package.js
#	packages/ecmascript/package.js
#	packages/facebook-oauth/package.js
#	packages/fetch/package.js
#	packages/launch-screen/package.js
#	packages/logging/package.js
#	packages/logic-solver/logic_tests.js
#	packages/logic-solver/package.js
#	packages/meteor-tool/package.js
#	packages/meteor/package.js
#	packages/mobile-experience/package.js
#	packages/modern-browsers/package.js
#	packages/modules/.npm/package/npm-shrinkwrap.json
#	packages/modules/package.js
#	packages/mongo/package.js
#	packages/non-core/blaze
#	packages/npm-mongo/.npm/package/npm-shrinkwrap.json
#	packages/npm-mongo/package.js
#	packages/oauth/package.js
#	packages/oauth/pending_credentials.js
#	packages/package-version-parser/package.js
#	packages/react-fast-refresh/package.js
#	packages/service-configuration/package.js
#	packages/socket-stream-client/.npm/package/npm-shrinkwrap.json
#	packages/socket-stream-client/package.js
#	packages/standard-minifier-css/.npm/plugin/minifyStdCSS/npm-shrinkwrap.json
#	packages/standard-minifier-css/package.js
#	packages/test-in-browser/package.js
#	packages/test-in-console/package.js
#	packages/test-in-console/reporter.js
#	packages/tinytest/package.js
#	packages/tracker/package.js
#	packages/typescript/package.js
#	packages/webapp/.npm/package/npm-shrinkwrap.json
#	packages/webapp/package.js
#	scripts/admin/meteor-release-experimental.json
#	scripts/build-dev-bundle-common.sh
#	scripts/dev-bundle-server-package.js
#	scripts/dev-bundle-tool-package.js
#	tools/cli/commands.js
#	tools/fs/files.ts
#	tools/runners/run-all.js
#	tools/static-assets/skel-chakra-ui/package.json
#	tools/tests/apps/dynamic-import/.meteor/packages
#	tools/tests/apps/dynamic-import/package.json
2023-12-19 16:50:46 -04:00
Jan Dvorak
1060278c8e Try to fix Vue skeleton 2023-12-04 17:31:16 +01:00
Jan Dvorak
da5bf91186 Update meteor-node-stubs in skeletons & tests
Also update jQuery and @babel packages to the latest version.
2023-11-30 13:30:21 +01:00
Gabriel Grubba
ffebcb235f Merge branch 'release-2.14' into feature/node-stubs-security 2023-11-28 16:02:29 -03:00
Jan Dvorak
3e26e189a1 Update dependencies in Vue skeleton 2023-11-28 17:54:16 +01:00
Jan Dvorak
117e5ba7b2 Update meteor-node-stubs usage across the board 2023-11-28 17:32:19 +01:00
Jan Dvorak
9f1a204364 Merge pull request #12620 from StorytellerCZ/feature/typescript-4.9.5
Typescript 4.9.5
2023-10-31 16:25:21 +01:00
Jan Dvorak
cde641f5fd Merge branch 'devel' into feature/typescript-4.9.5 2023-10-31 16:19:07 +01:00
Gabriel Grubba
16f9881e75 Merge pull request #12814 from meteor/updating-vue3-with-other-bundler
Update vue3 skeleton to add jorgenvatle vite [sc-3115]'
2023-10-11 15:55:50 -03:00
Gabriel Grubba
526e2b0ca4 Merge pull request #12694 from meteor/fix-vue-3-skeleton
Updating Vue skeleton to remove build error
2023-10-10 20:29:14 -03:00
Gabriel Grubba
3b5f9844bb Merge pull request #12713 from vit0rr/fix-skell-react-url
Fix skell react url
2023-10-10 20:19:38 -03:00
Gabriel Grubba
7f822caec1 fix: updated vue 2023-10-06 14:05:54 -03:00
Gabriel Grubba
78b3d992b2 Revert "Update vue3 skeleton to add jorgenvatle vite [sc-3115]'"
This reverts commit 5e0c03a9e1.
2023-10-06 13:58:31 -03:00
Gabriel Grubba
5e0c03a9e1 Update vue3 skeleton to add jorgenvatle vite [sc-3115]' 2023-10-06 10:21:53 -03:00
filipenevola
6a0b87e067 webapp: Renames expressHandlers to handlers
- Renames rawExpressHandlers to rawHandlers
- Brings back connectHandlers but now using express
- Adds deprecated to connectHandlers and rawConnectHandlers
- Updates the doc of 3.0 about these changes
- Updates packages using expressHandlers to use handlers
2023-09-23 10:10:33 -04:00
Gabriel Grubba
a587e5d539 Merge branch 'release-3.0' into update-node-18 2023-08-01 18:50:16 -03:00
Gabriel Grubba
cc1a8438f6 Merge branch 'devel' into merging-devel-in-3.0 2023-08-01 15:30:54 -03:00