Git Product home page Git Product logo

loader339's People

Contributors

dependabot-preview[bot] avatar dependabot[bot] avatar dereknongeneric avatar mylesborins avatar renovate[bot] avatar snyk-bot avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

loader339's Issues

[feature request] support Node.js v18.6.0 loader hooks API

The loader hooks API that Node.js began shipping in v18.6.0 is intended for v18.x LTS and expected to be a bit more long-lasting than previous iterations. It does, however, introduce a few breaking changes to the loaders API, which this project should adapt to. For this project to continue to work as expected with Node.js v18.x, which will be going LTS 2022-10-25 (a few months away), we should be now testing against a different SemVer range (>=18.6.0).

Refs: nodejs/node#42623 (comment)

Dependency Dashboard

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

Warning

These dependencies are deprecated:

Datasource Name Replacement PR?
npm npm-run-all Available
npm read-package-json Unavailable

Rate-Limited

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

  • build(deps-dev): bump eslint to v8.57.0
  • build(deps-dev): bump semver to v7.6.3
  • build(deps-dev): bump @wordpress/npm-package-json-lint-config to v5
  • build(deps-dev): bump eslint-config-prettier to v9
  • build(deps-dev): bump eslint-plugin-prettier to v5
  • build(deps-dev): bump npm-check-updates to v17
  • build(deps-dev): bump npm-package-json-lint to v8
  • build(deps-dev): bump npm-package-json-lint-config-default to v7
  • build(deps-dev): bump prettier to v3
  • build(deps-dev): bump read-package-json to v7
  • build(deps-dev): bump rimraf to v6
  • build(deps-dev): bump typescript-eslint monorepo to v8 (major) (@typescript-eslint/eslint-plugin, @typescript-eslint/parser)
  • chore(deps): bump actions/checkout action to v4
  • chore(deps): bump cli-truncate to v4
  • chore(deps): bump eslint to v9
  • chore(deps): bump github/codeql-action action to v3
  • 🔐 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/codeql-analysis.yml
  • actions/checkout v3
  • github/codeql-action v2
  • github/codeql-action v2
npm
package.json
  • cli-truncate 3.1.0
  • cross-spawn 7.0.3
  • @typescript-eslint/eslint-plugin 5.47.0
  • @typescript-eslint/experimental-utils 5.47.0
  • @typescript-eslint/parser 5.47.1
  • @wordpress/npm-package-json-lint-config 4.8.0
  • eslint 8.30.0
  • eslint-config-prettier 8.5.0
  • eslint-plugin-prettier 4.2.1
  • minimist 1.2.7
  • npm-check-updates 16.6.2
  • npm-package-json-lint 6.4.0
  • npm-package-json-lint-config-default 5.0.0
  • npm-run-all 4.1.5
  • prettier 2.8.3
  • prettier-package-json 2.8.0
  • read-package-json 6.0.0
  • rimraf 3.0.2
  • semver 7.3.8
  • typescript 4.9.4
  • @typescript-eslint/parser ^5.0.0
  • eslint ^6.0.0 || ^7.0.0 || ^8.0.0

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

[feature request] implement optional chaining as now has full support

Seems like we should be using optional chaining syntax (?.) in the loader source code now that it is stage 4 and well-supported. At the time when this was written, that language feature was relatively new and not yet generally available.

See:

if (typeof original === 'function') {
module.exports.default = function() {
return original.apply(this, arguments);
};
} else {
module.exports.default = original;

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.