Code Monkey home page Code Monkey logo

angular's People

Contributors

allcontributors[bot] avatar atlawrie avatar dependabot[bot] avatar frederickfogerty avatar luqven avatar renovate-bot avatar renovate[bot] avatar semantic-release-bot avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

angular's Issues

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 @google/semantic-release-replace-plugin Available
npm imgix-core-js Unavailable
npm protractor Unavailable
npm tslint Unavailable

Awaiting Schedule

These updates are awaiting their schedule. Click on a checkbox to get an update now.

  • chore(dev-deps): update dependency zone.js to v0.14.10
  • chore(dev-deps): update dependency @types/jasmine to v5
  • chore(dev-deps): update dependency @types/node to v20
  • chore(dev-deps): update dependency conventional-changelog-conventionalcommits to v8
  • chore(dev-deps): update dependency ng-packagr to v18
  • chore(dev-deps): update dependency prettier to v3
  • chore(dev-deps): update dependency semantic-release to v24
  • chore(deps): lock file maintenance

Pending Status Checks

These updates await pending status checks. To force their creation now, click the checkbox below.

  • chore(dev-deps): update dependency @testing-library/angular to v17.2.1

Open

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

Ignored or Blocked

These are blocked by an existing closed PR and will not be recreated unless you click a checkbox below.

Detected dependencies

circleci
.circleci/config.yml
  • node 5.1.0
  • browser-tools 1.4.1
  • cimg/node 20.2
github-actions
.github/workflows/add-issue-to-project.yml
  • actions/add-to-project v0.5.0
.github/workflows/add-pr-to-project.yml
  • actions/add-to-project v0.5.0
npm
package.json
  • @angular-builders/custom-webpack 13.1.0
  • @angular-devkit/build-angular 13.3.11
  • @angular/animations 13.4.0
  • @angular/cli 13.3.11
  • @angular/common 13.4.0
  • @angular/compiler 13.4.0
  • @angular/compiler-cli 13.4.0
  • @angular/core 13.4.0
  • @angular/forms 13.4.0
  • @angular/language-service 13.4.0
  • @angular/platform-browser 13.4.0
  • @angular/platform-browser-dynamic 13.4.0
  • @angular/router 13.4.0
  • @google/semantic-release-replace-plugin 1.2.7
  • @semantic-release/changelog 6.0.3
  • @semantic-release/exec 6.0.3
  • @semantic-release/git 10.0.1
  • @testing-library/angular 17.1.0
  • @types/jasmine 4.6.4
  • @types/jasminewd2 2.0.13
  • @types/node 16.18.104
  • codelyzer 6.0.2
  • conventional-changelog-conventionalcommits 4.6.3
  • jasmine-core 3.99.1
  • jasmine-spec-reporter 5.0.2
  • karma 6.4.3
  • karma-chrome-launcher 3.2.0
  • karma-coverage-istanbul-reporter 3.0.3
  • karma-firefox-launcher 1.3.0
  • karma-jasmine 4.0.2
  • karma-jasmine-html-reporter 1.7.0
  • ng-packagr 13.3.1
  • prettier 2.8.8
  • protractor 7.0.0
  • rxjs 7.8.1
  • semantic-release 23.1.1
  • ts-node 9.1.1
  • tslib 2.6.3
  • tslint 6.1.3
  • typescript 4.6.4
  • zone.js 0.14.8
projects/imgix-angular-example/package.json
  • @types/lozad 1.16.4
  • lozad 1.16.0
projects/imgix-angular/package.json
  • imgix-core-js 2.3.2
  • imgix-url-params ^11.9.1
  • tslib ^2.0.2
  • urijs 1.19.11
  • @angular/common 8.x || 9.x || 10.x || 11.x || 12.x || 13.x
  • @angular/core 8.x || 9.x || 10.x || 11.x || 12.x || 13.x
  • @angular/platform-browser 8.x || 9.x || 10.x || 11.x || 12.x || 13.x

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

Load event firing infinitely

When using (load) with IxImgComponent, a load event is fired infinitely.

<img (load)="onLoad()" ixImg path="abc" alt="">

  • @imgix/angular version: 1.1.6
  • Angular version: 12.1
  • Rendering Engine - Ivy

Dynamic image update is not working properly

Since @imgix/[email protected] is not possible to dynamically update an image.

Prerequisites:

Steps

  • Clone the repo
  • Run the Angular application
  • Change the image by clicking on the links

Current behavior
The image changes only in the img tag and not in the ixImg directive tag

Expected behavior
The image should also change in the ixImg tag.

Angular Dependency Upgrade 13/14

Please provide the following information and someone from @imgix/imgix-sdk-team will respond to your issue shortly.

Before you submit:

  • Please search through the existing issues to see if your feature has already been discussed.
  • Please take a moment to find out whether your idea fits with the scope and aims of this project.

Is your feature request related to a problem? Please describe.
Peer dependency locked to angular ^12 causes npm install to fail for all node 7+ versions. The only workaround is to ignore this dependency conflict with npm install --legacy-peer-deps. The library seems to work fine when forcefully installed into angular 13 and 14 versions, so it should be a simple version bump.

Describe the solution you'd like
Bump angular dependencies to support angular 13.x and 14.x

Describe alternatives you've considered
Running install with --legacy-peer-deps works

The automated release is failing 🚨

🚨 The automated release from the next branch failed. 🚨

I recommend you give this issue a high priority, so other packages depending on you could benefit from your bug fixes and new features.

You can find below the list of errors reported by semantic-release. Each one of them has to be resolved in order to automatically publish your package. I’m sure you can resolve this πŸ’ͺ.

Errors are usually caused by a misconfiguration or an authentication problem. With each error reported below you will find explanation and guidance to help you to resolve it.

Once all the errors are resolved, semantic-release will release your package the next time you push a commit to the next branch. You can also manually restart the failed CI job that runs semantic-release.

If you are not sure how to resolve this, here is some links that can help you:

If those don’t help, or if this issue is reporting something you think isn’t right, you can always ask the humans behind semantic-release.


Missing package.json file.

A package.json file at the root of your project is required to release on npm.

Please follow the npm guideline to create a valid package.json file.


Good luck with your project ✨

Your semantic-release bot πŸ“¦πŸš€

ERROR Cannot find module 'imgix-url-params/dist/parameters.json'

Can't build my angular project with this module.

ERROR in node_modules/@imgix/angular/lib/types.d.ts:1:32 - error TS2732: Cannot find module 'imgix-url-params/dist/parameters.json'. Consider using '--resolveJsonModule' to import module with '.json' extension

1 import imgixUrlParameters from 'imgix-url-params/dist/parameters.json';

Bump support to angular 14/15

Is your feature request related to a problem? Please describe.
Can we get a dependency bump from the current angular 13 to the current stable version of 15

Describe alternatives you've considered
Looking through the changelogs for angular, there shouldn't be BCs with a simple dependency bump.

Action Required: Fix Renovate Configuration

There is an error with this repository's Renovate configuration that needs to be fixed. As a precaution, Renovate will stop PRs until it is resolved.

Error type: undefined. Note: this is a nested preset so please contact the preset author if you are unable to fix it yourself.

Generate image as background url

Please provide the following information and someone from @imgix/imgix-sdk-team will respond to your issue shortly.

Before you submit:

  • Please search through the existing issues to see if your question has already been discussed.

Question
Generate a URL from the path, but set it as a background image URL? This could be a parameter specifically determining src, srcset or background-image URL.

Alternatively, could a URL be easily generated directly in a component that can be fed into a variable for HTML consumption?

It is fairly common in UI design that an image will be dynamically set as a background image so that it can fit or cover the container's available space. Yes, there is the object fit property on an image, but this isn't too widely supported on older browsers.

Deprecated

This project has reached the end of its development. Feel free to browse the code, but please use other solutions for integrating imgix into your Angular projects.

This repository will be archived in the near future.

The automated release is failing 🚨

🚨 The automated release from the main branch failed. 🚨

I recommend you give this issue a high priority, so other packages depending on you can benefit from your bug fixes and new features again.

You can find below the list of errors reported by semantic-release. Each one of them has to be resolved in order to automatically publish your package. I’m sure you can fix this πŸ’ͺ.

Errors are usually caused by a misconfiguration or an authentication problem. With each error reported below you will find explanation and guidance to help you to resolve it.

Once all the errors are resolved, semantic-release will release your package the next time you push a commit to the main branch. You can also manually restart the failed CI job that runs semantic-release.

If you are not sure how to resolve this, here are some links that can help you:

If those don’t help, or if this issue is reporting something you think isn’t right, you can always ask the humans behind semantic-release.


Missing package.json file.

A package.json file at the root of your project is required to release on npm.

Please follow the npm guideline to create a valid package.json file.


Good luck with your project ✨

Your semantic-release bot πŸ“¦πŸš€

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.