Giter Club home page Giter Club logo

graphql-no-alias's Introduction

Hello! (Здраво!) 👋

My name is Ivan Vlatković. I am a full stack developer from Novi Sad, Serbia (GMT+1), and I have been creating content on the web since ~2009.

My preferred web stack is Node.js for the backend and Next.js (React) for the frontend, but I'm very interested in exploring Go for microservice development and Svelte.js for the frontend.

Occasionally I write articles on dev.to and I'm also a guest author on the Logrocket blog.

Don't be shy, reach out, I'm always looking to connect with interesting people, and I'm open to new opportunities.

Latest blog posts

StackOverflow activity



Blog | Twitter | LinkedIn | StackOverflow

graphql-no-alias's People

Contributors

github-actions[bot] avatar ivandotv avatar renovate-bot avatar renovate[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

jcfauchet donqric

graphql-no-alias's Issues

Change esm file extension

Hi,

I have an error when I try to build my project as esm.
Here is the trace

import { createValidation } from 'graphql-no-alias';
         ^^^^^^^^^^^^^^^^
SyntaxError: Named export 'createValidation' not found. The requested module 'graphql-no-alias' is a CommonJS module, which may not support all module.exports as named exports.
CommonJS modules can always be imported via the default export, for example using

I tested and it works well by updating the extension of the esm version from .js to /mjs

  "exports": {
    "import": "./dist/prod/graphql-no-alias.esm.mjs",
    "require": "./dist/prod/graphql-no-alias.js"
  },

Thank you so much

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Rate-Limited

These updates are currently rate-limited. Click on a checkbox below to force their creation now.

  • chore(deps): update dependency @envelop/types to v5
  • chore(deps): update dependency lint-staged to v15
  • chore(deps): update dependency prettier to v3
  • chore(deps): update dependency typescript to v5
  • chore(deps): update pnpm/action-setup action to v3
  • chore(deps): update typescript-eslint monorepo to v7 (major) (@typescript-eslint/eslint-plugin, @typescript-eslint/parser)
  • fix(deps): update dependency husky to v9
  • 🔐 Create all rate-limited PRs at once 🔐

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

github-actions
.github/workflows/CI.yml
  • actions/checkout v2
  • actions/cache v2
  • actions/setup-node v2
  • pnpm/action-setup v2.4.0
  • codecov/codecov-action v2
  • changesets/action v1
npm
package.json
  • husky ^8.0.1
  • lint-staged ^12.4.1
  • prettier ^2.6.2
  • @changesets/cli ^2.22.0
  • del ^6.1.0
  • minimist ^1.2.6
packages/envelop/package.json
  • @babel/core ^7.16.7
  • @babel/preset-env ^7.16.7
  • @babel/preset-typescript ^7.16.7
  • @changesets/cli ^2.19.0
  • @envelop/core ^2.0.0
  • @envelop/testing ^4.0.0
  • @envelop/types ^2.0.0
  • @types/jest ^27.4.0
  • @typescript-eslint/eslint-plugin ^5.8.1
  • @typescript-eslint/parser ^5.8.1
  • eslint ^8.6.0
  • eslint-config-prettier ^8.3.0
  • eslint-plugin-jest ^25.3.4
  • eslint-plugin-prettier ^4.0.0
  • eslint-plugin-promise ^6.0.0
  • eslint-plugin-tsdoc ^0.2.14
  • graphql ^16.2.0
  • jest ^27.4.5
  • jest-watch-typeahead ^1.0.0
  • lint-staged ^12.1.4
  • microbundle ^0.15.0
  • prettier ^2.5.1
  • shx ^0.3.3
  • typescript ^4.5.5
  • @envelop/core ^2.0.0
packages/no-alias/package.json
  • @babel/core ^7.16.7
  • @babel/preset-env ^7.16.7
  • @babel/preset-typescript ^7.16.7
  • @types/jest ^27.4.0
  • @typescript-eslint/eslint-plugin ^5.8.1
  • @typescript-eslint/parser ^5.8.1
  • eslint ^8.6.0
  • eslint-config-prettier ^8.3.0
  • eslint-plugin-jest ^25.3.4
  • eslint-plugin-prettier ^4.0.0
  • eslint-plugin-promise ^6.0.0
  • eslint-plugin-tsdoc ^0.2.14
  • graphql ^16.2.0
  • jest ^27.4.5
  • jest-watch-typeahead ^1.0.0
  • lint-staged ^12.1.4
  • microbundle ^0.15.0
  • prettier ^2.5.1
  • shx ^0.3.3
  • typescript ^4.5.5
  • graphql ^16.2.0

  • Check this box to trigger a request for Renovate to run again on this repository

Change peer dependancy to lower version of graphql

By implementing the lib on our project, we manager to use it and install with yarn hence we had graphql 15.5.1 installed and it was working fine (we made an artillery.io stress test to validate).

Problem is, our CI use NPM and our Dokerfile build is failing because NPM consider we do not match the peer dependancy of graphql. Ops don't want to force with options such as --legacy-peer-deps or --force

We cannot upgrade to 16.x.x because our Nest framework doesn't support it yet.

How to reproduce :
use graphql version < 16 in package.json
run npm install

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.